COLOR #A9A272

HEX: #A9A272 RGB: (169,162,114)

Color info

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

RGB color model

#A9A272 color RGB value is (169,162,114).

RGB: (169,162,114) (66%, 64%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 114 of 255 = 45%

169
162
114

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

Portions of RGB colors in percentages

R + G + B = 169 + 162 + 114 = 445 (100%)
R 169 of 445 ~ 37.98%
G 162 of 445 ~ 36.4%
B 114 of 445 ~ 25.62'%

%37.98
%36.4
%25.62

CMYK color model

#A9A272 color CMYK value is (0,4,33,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 32.54%
  • key color value is 33.73%

CMYK: (0,4,33,34)
C0M4Y33K34 (0%, 4%, 33%, 34%)
(0.00 / 0.04 / 0.33 / 0.34)

CMYK percentages

%0
%4.14
%32.54
%33.73

Codes

Color #A9A272 in popluar color models

A9 A2 72
RGB 169 162 114
HSL 52° 24.23% 55.49%
HSB/HSV 52° 32.54% 66.27%
CMYK 0.00% 4.14% 32.54%
33.73%

Color #A9A272 in popluar number systems.

HEX A9 A2 72
Decimal 169 162 114
Binary 10101001 10100010 1110010
Octal 251 242 162

Shades and tints

Shades of #A9A272

#A9A272
(169,162,114)
#9A9468
(154,148,104)
#8B865E
(139,134,94)
#7C7854
(124,120,84)
#6D6A4A
(109,106,74)
#5E5C40
(94,92,64)
#4F4E36
(79,78,54)
#40402C
(64,64,44)
#313222
(49,50,34)
#222418
(34,36,24)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #A9A272

#A9A272
(169,162,114)
#B0AA7E
(176,170,126)
#B7B28A
(183,178,138)
#BEBA96
(190,186,150)
#C5C2A2
(197,194,162)
#CCCAAE
(204,202,174)
#D3D2BA
(211,210,186)
#DADAC6
(218,218,198)
#E1E2D2
(225,226,210)
#E8EADE
(232,234,222)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A272 color. Also use rgb(169,162,114) instead hex code.

Text Font Color

.myTextColor { color: #A9A272; }

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

This text font color is #A9A272.

Background Color

.myBgColor { background-color: #A9A272; }

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

This div background color is #A9A272.

Border color

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

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

This div border color is #A9A272.

Opacity

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

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

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

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

This text has shadow with #A9A272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A272.

Preview

Color preview on black background

This text has color #A9A272 on black background.


Color preview on white background

This text has color #A9A272 on white background.


Black color preview on #A9A272 background

This text has black color on #A9A272 background.


White color preview on #A9A272 background

This text has white color on #A9A272 background.


Related colors

Complementary color

Complementary color for #hex is #565D8D.


I love getcolorcode.com

Triadic colors

1 #72A9A2 and #A272A9 with #A9A272 are triadic colors.

2 #72A2A9 and #A2A972 with #A9A272 are triadic colors.