COLOR #A9AE81

HEX: #A9AE81 RGB: (169,174,129)

Color info

#A9AE81 contains red, green and blue colors in about the same proportion. Web safe color of #A9AE81 is #999999 (or #999).

RGB color model

#A9AE81 color RGB value is (169,174,129).

RGB: (169,174,129) (66%, 68%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 129 of 255 = 51%

169
174
129

R + G + B ~ 62%. #A9AE81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 174 + 129 = 472 (100%)
R 169 of 472 ~ 35.81%
G 174 of 472 ~ 36.86%
B 129 of 472 ~ 27.33'%

%35.81
%36.86
%27.33

CMYK color model

#A9AE81 color CMYK value is (3,0,26,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 31.76%
CMYK: (3,0,26,32) C3M0Y26K32 (3%,0%,26%,32%) (0.03/0.00/0.26/0.32) 

CMYK percentages

%2.87
%0
%25.86
%31.76

Codes

Color #A9AE81 in popluar color models

A9 AE 81
RGB 169 174 129
HSL 67° 21.74% 59.41%
HSB/HSV 67° 25.86% 68.24%
CMYK 2.87% 0.00% 25.86%
31.76%

Color #A9AE81 in popluar number systems.

HEX A9 AE 81
Decimal 169 174 129
Binary 10101001 10101110 10000001
Octal 251 256 201

Shades and tints

Shades of #A9AE81

#A9AE81
(169,174,129)
#9A9F76
(154,159,118)
#8B906B
(139,144,107)
#7C8160
(124,129,96)
#6D7255
(109,114,85)
#5E634A
(94,99,74)
#4F543F
(79,84,63)
#404534
(64,69,52)
#313629
(49,54,41)
#22271E
(34,39,30)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9AE81

#A9AE81
(169,174,129)
#B0B58C
(176,181,140)
#B7BC97
(183,188,151)
#BEC3A2
(190,195,162)
#C5CAAD
(197,202,173)
#CCD1B8
(204,209,184)
#D3D8C3
(211,216,195)
#DADFCE
(218,223,206)
#E1E6D9
(225,230,217)
#E8EDE4
(232,237,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AE81 color. Also use rgb(169,174,129) instead hex code.

Text Font Color

.myTextColor { color: #A9AE81; }

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

This text font color is #A9AE81.

Background Color

.myBgColor { background-color: #A9AE81; }

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

This div background color is #A9AE81.

Border color

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

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

This div border color is #A9AE81.

Opacity

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

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

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

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

This text has shadow with #A9AE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AE81.

Preview

Color preview on black background

This text has color #A9AE81 on black background.


Color preview on white background

This text has color #A9AE81 on white background.


Black color preview on #A9AE81 background

This text has black color on #A9AE81 background.


White color preview on #A9AE81 background

This text has white color on #A9AE81 background.


Related colors

Complementary color

Complementary color for #hex is #56517E.


I love getcolorcode.com

Triadic colors

1 #81A9AE and #AE81A9 with #A9AE81 are triadic colors.

2 #81AEA9 and #AEA981 with #A9AE81 are triadic colors.