COLOR #ADA672

HEX: #ADA672 RGB: (173,166,114)

Color info

#ADA672 contains red, green and blue colors in about the same proportion. Web safe color of #ADA672 is #999966 (or #996).

RGB color model

#ADA672 color RGB value is (173,166,114).

RGB: (173,166,114) (68%, 65%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 114 of 255 = 45%

173
166
114

R + G + B ~ 59%. #ADA672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 114 = 453 (100%)
R 173 of 453 ~ 38.19%
G 166 of 453 ~ 36.64%
B 114 of 453 ~ 25.17'%

%38.19
%36.64
%25.17

CMYK color model

#ADA672 color CMYK value is (0,4,34,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 34.10%
  • key color value is 32.16%

CMYK: (0,4,34,32)
C0M4Y34K32 (0%, 4%, 34%, 32%)
(0.00 / 0.04 / 0.34 / 0.32)

CMYK percentages

%0
%4.05
%34.1
%32.16

Codes

Color #ADA672 in popluar color models

AD A6 72
RGB 173 166 114
HSL 53° 26.46% 56.27%
HSB/HSV 53° 34.10% 67.84%
CMYK 0.00% 4.05% 34.10%
32.16%

Color #ADA672 in popluar number systems.

HEX AD A6 72
Decimal 173 166 114
Binary 10101101 10100110 1110010
Octal 255 246 162

Shades and tints

Shades of #ADA672

#ADA672
(173,166,114)
#9E9768
(158,151,104)
#8F885E
(143,136,94)
#807954
(128,121,84)
#716A4A
(113,106,74)
#625B40
(98,91,64)
#534C36
(83,76,54)
#443D2C
(68,61,44)
#352E22
(53,46,34)
#261F18
(38,31,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #ADA672

#ADA672
(173,166,114)
#B4AE7E
(180,174,126)
#BBB68A
(187,182,138)
#C2BE96
(194,190,150)
#C9C6A2
(201,198,162)
#D0CEAE
(208,206,174)
#D7D6BA
(215,214,186)
#DEDEC6
(222,222,198)
#E5E6D2
(229,230,210)
#ECEEDE
(236,238,222)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA672 color. Also use rgb(173,166,114) instead hex code.

Text Font Color

.myTextColor { color: #ADA672; }

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

This text font color is #ADA672.

Background Color

.myBgColor { background-color: #ADA672; }

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

This div background color is #ADA672.

Border color

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

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

This div border color is #ADA672.

Opacity

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

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

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

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

This text has shadow with #ADA672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA672.

Preview

Color preview on black background

This text has color #ADA672 on black background.


Color preview on white background

This text has color #ADA672 on white background.


Black color preview on #ADA672 background

This text has black color on #ADA672 background.


White color preview on #ADA672 background

This text has white color on #ADA672 background.


Related colors

Complementary color

Complementary color for #hex is #52598D.


I love getcolorcode.com

Triadic colors

1 #72ADA6 and #A672AD with #ADA672 are triadic colors.

2 #72A6AD and #A6AD72 with #ADA672 are triadic colors.