COLOR #AD520C

HEX: #AD520C
RGB: (173,82,12)

Renk bilgisi

#AD520C contains mainly red color. #AD520C ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#AD520C color RGB value is (173,82,12).

  • kırmız ton 173;
  • yeşil ton 82;
  • mavi ton 12.
RGB:
(173,82,12)
(68%,32%,5%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 82 of 255 = 32%
B 12 of 255 = 5%

173
82
12

R + G + B ~ 35%. #AD520C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 82 + 12 = 267 (100%)
R 173 of 267 ~ 64.79%
G 82 of 267 ~ 30.71%
B 12 of 267 ~ 4.49%

%64.79
%30.71

CMYK RENK MODELİ

#AD520C rengi CMYK tonu (0,53,93,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.60%
  • sarı tonu 93.06%
  • ana renk tonu 32.16%
CMYK:
(0,53,93,32)
C0M53Y93K32 
(0%,53%,93%,32%)
(0.00/0.53/0.93/0.32)	

CMYK yüzdeleri

%0
%52.6
%93.06
%32.16

Codes

Color #AD520C in popluar color models

AD520C
RGB1738212
HSL26°87.03%36.27%
HSB/HSV26°93.06%67.84%
CMYK0.00%52.60%93.06%
32.16%

Color #AD520C in popluar number systems.

HEXAD520C
Decimal1738212
Binary1010110110100101100
Octal25512214

Shades and tints

Shades of #AD520C

#AD520C
(173,82,12)
#9E4B0B
(158,75,11)
#8F440A
(143,68,10)
#803D09
(128,61,9)
#713608
(113,54,8)
#622F07
(98,47,7)
#532806
(83,40,6)
#442105
(68,33,5)
#351A04
(53,26,4)
#261303
(38,19,3)
#170C02
(23,12,2)
#000000
(0,0,0)

Tints of #AD520C

#AD520C
(173,82,12)
#B46122
(180,97,34)
#BB7038
(187,112,56)
#C27F4E
(194,127,78)
#C98E64
(201,142,100)
#D09D7A
(208,157,122)
#D7AC90
(215,172,144)
#DEBBA6
(222,187,166)
#E5CABC
(229,202,188)
#ECD9D2
(236,217,210)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD520C color. Also use rgb(173,82,12) instead hex code.

Text Font Color

.myTextColor { color: #AD520C; }

<p style="color:#AD520C">This sample text font color is #AD520C.</p>

This text font color is #AD520C.


Background Color

.myBgColor { background-color: #AD520C; }

<div style="background-color:#AD520C">Inner text</div>

This div background color is #AD520C.


Border color

.myBorderColor { border: 1px solid #AD520C; }

<div style="border:3px solid #AD520C">Div</div>

This div border color is #AD520C.


Opacity

.myOpacity80 { color: #AD520C; opacity: 0.8; }

<p style="color:#AD520C;opacity:0.8;">80%</p>

Text with #AD520C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD520C;}

<p style="text-shadow: 3px 3px 1px #AD520C">Text here.</p>

This text has shadow with #AD520C color.

.textShadow {text-shadow: 3px 3px 1px #AD520C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD520C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD520C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD520C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD520C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD520C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD520C;
  -webkit-box-shadow:	1px 1px 3px 2px #AD520C;
  box-shadow:		1px 1px 3px 2px #AD520C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD520C;
-webkit-box-shadow: 1px 1px 3px 2px #AD520C;
box-shadow:1px 1px 3px 2px #AD520C;">
Div content here</div>
This div box has shadow with color #AD520C.

Preview

Color preview on black background

This text has color #AD520C on black background.


Color preview on white background

This text has color #AD520C on white background.



Black color preview on #AD520C background

This text has black color on #AD520C background.


White color preview on #AD520C background

This text has white color on #AD520C background.