COLOR #A9AB66

HEX: #A9AB66 RGB: (169,171,102)

Color info

#A9AB66 contains mainly red and green colors. Web safe color of #A9AB66 is #999966 (or #996).

RGB color model

#A9AB66 color RGB value is (169,171,102).

RGB: (169,171,102) (66%, 67%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 102 of 255 = 40%

169
171
102

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

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 102 = 442 (100%)
R 169 of 442 ~ 38.24%
G 171 of 442 ~ 38.69%
B 102 of 442 ~ 23.08'%

%38.24
%38.69
%23.08

CMYK color model

#A9AB66 color CMYK value is (1,0,40,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK: (1,0,40,33) C1M0Y40K33 (1%,0%,40%,33%) (0.01/0.00/0.40/0.33) 

CMYK percentages

%1.17
%0
%40.35
%32.94

Codes

Color #A9AB66 in popluar color models

A9 AB 66
RGB 169 171 102
HSL 62° 29.11% 53.53%
HSB/HSV 62° 40.35% 67.06%
CMYK 1.17% 0.00% 40.35%
32.94%

Color #A9AB66 in popluar number systems.

HEX A9 AB 66
Decimal 169 171 102
Binary 10101001 10101011 1100110
Octal 251 253 146

Shades and tints

Shades of #A9AB66

#A9AB66
(169,171,102)
#9A9C5D
(154,156,93)
#8B8D54
(139,141,84)
#7C7E4B
(124,126,75)
#6D6F42
(109,111,66)
#5E6039
(94,96,57)
#4F5130
(79,81,48)
#404227
(64,66,39)
#31331E
(49,51,30)
#222415
(34,36,21)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #A9AB66

#A9AB66
(169,171,102)
#B0B273
(176,178,115)
#B7B980
(183,185,128)
#BEC08D
(190,192,141)
#C5C79A
(197,199,154)
#CCCEA7
(204,206,167)
#D3D5B4
(211,213,180)
#DADCC1
(218,220,193)
#E1E3CE
(225,227,206)
#E8EADB
(232,234,219)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AB66 color. Also use rgb(169,171,102) instead hex code.

Text Font Color

.myTextColor { color: #A9AB66; }

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

This text font color is #A9AB66.

Background Color

.myBgColor { background-color: #A9AB66; }

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

This div background color is #A9AB66.

Border color

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

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

This div border color is #A9AB66.

Opacity

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

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

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

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

This text has shadow with #A9AB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AB66.

Preview

Color preview on black background

This text has color #A9AB66 on black background.


Color preview on white background

This text has color #A9AB66 on white background.


Black color preview on #A9AB66 background

This text has black color on #A9AB66 background.


White color preview on #A9AB66 background

This text has white color on #A9AB66 background.


Related colors

Complementary color

Complementary color for #hex is #565499.


I love getcolorcode.com

Triadic colors

1 #66A9AB and #AB66A9 with #A9AB66 are triadic colors.

2 #66ABA9 and #ABA966 with #A9AB66 are triadic colors.