COLOR #AD5212

HEX: #AD5212 RGB: (173,82,18)

Color info

#AD5212 contains mainly red color. Web safe color of #AD5212 is #996600 (or #960).

RGB color model

#AD5212 color RGB value is (173,82,18).

RGB: (173,82,18) (68%, 32%, 7%)

RGB channels and saturation

R 173 of 255 = 68%
G 82 of 255 = 32%
B 18 of 255 = 7%

173
82
18

R + G + B ~ 36%. #AD5212 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 173 + 82 + 18 = 273 (100%)
R 173 of 273 ~ 63.37%
G 82 of 273 ~ 30.04%
B 18 of 273 ~ 6.59'%

%63.37
%30.04

CMYK color model

#AD5212 color CMYK value is (0,53,90,32).

  • cyan value is 0.00%
  • magenta value is 52.60%
  • yellow value is 89.60%
  • key color value is 32.16%

CMYK: (0,53,90,32)
C0M53Y90K32 (0%, 53%, 90%, 32%)
(0.00 / 0.53 / 0.90 / 0.32)

CMYK percentages

%0
%52.6
%89.6
%32.16

Codes

Color #AD5212 in popluar color models

AD 52 12
RGB 173 82 18
HSL 25° 81.15% 37.45%
HSB/HSV 25° 89.60% 67.84%
CMYK 0.00% 52.60% 89.60%
32.16%

Color #AD5212 in popluar number systems.

HEX AD 52 12
Decimal 173 82 18
Binary 10101101 1010010 10010
Octal 255 122 22

Shades and tints

Shades of #AD5212

#AD5212
(173,82,18)
#9E4B11
(158,75,17)
#8F4410
(143,68,16)
#803D0F
(128,61,15)
#71360E
(113,54,14)
#622F0D
(98,47,13)
#53280C
(83,40,12)
#44210B
(68,33,11)
#351A0A
(53,26,10)
#261309
(38,19,9)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #AD5212

#AD5212
(173,82,18)
#B46127
(180,97,39)
#BB703C
(187,112,60)
#C27F51
(194,127,81)
#C98E66
(201,142,102)
#D09D7B
(208,157,123)
#D7AC90
(215,172,144)
#DEBBA5
(222,187,165)
#E5CABA
(229,202,186)
#ECD9CF
(236,217,207)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5212; }

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

This text font color is #AD5212.

Background Color

.myBgColor { background-color: #AD5212; }

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

This div background color is #AD5212.

Border color

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

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

This div border color is #AD5212.

Opacity

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

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

Text with #AD5212 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 #AD5212;}

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

This text has shadow with #AD5212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5212.

Preview

Color preview on black background

This text has color #AD5212 on black background.


Color preview on white background

This text has color #AD5212 on white background.


Black color preview on #AD5212 background

This text has black color on #AD5212 background.


White color preview on #AD5212 background

This text has white color on #AD5212 background.


Related colors

Complementary color

Complementary color for #hex is #52ADED.


I love getcolorcode.com

Triadic colors

1 #12AD52 and #5212AD with #AD5212 are triadic colors.

2 #1252AD and #52AD12 with #AD5212 are triadic colors.