COLOR #A9AF6C

HEX: #A9AF6C RGB: (169,175,108)

Color info

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

RGB color model

#A9AF6C color RGB value is (169,175,108).

RGB: (169,175,108) (66%, 69%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 108 of 255 = 42%

169
175
108

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 108 = 452 (100%)
R 169 of 452 ~ 37.39%
G 175 of 452 ~ 38.72%
B 108 of 452 ~ 23.89'%

%37.39
%38.72
%23.89

CMYK color model

#A9AF6C color CMYK value is (3,0,38,31).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK: (3,0,38,31) C3M0Y38K31 (3%,0%,38%,31%) (0.03/0.00/0.38/0.31) 

CMYK percentages

%3.43
%0
%38.29
%31.37

Codes

Color #A9AF6C in popluar color models

A9 AF 6C
RGB 169 175 108
HSL 65° 29.52% 55.49%
HSB/HSV 65° 38.29% 68.63%
CMYK 3.43% 0.00% 38.29%
31.37%

Color #A9AF6C in popluar number systems.

HEX A9 AF 6C
Decimal 169 175 108
Binary 10101001 10101111 1101100
Octal 251 257 154

Shades and tints

Shades of #A9AF6C

#A9AF6C
(169,175,108)
#9AA063
(154,160,99)
#8B915A
(139,145,90)
#7C8251
(124,130,81)
#6D7348
(109,115,72)
#5E643F
(94,100,63)
#4F5536
(79,85,54)
#40462D
(64,70,45)
#313724
(49,55,36)
#22281B
(34,40,27)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9AF6C

#A9AF6C
(169,175,108)
#B0B679
(176,182,121)
#B7BD86
(183,189,134)
#BEC493
(190,196,147)
#C5CBA0
(197,203,160)
#CCD2AD
(204,210,173)
#D3D9BA
(211,217,186)
#DAE0C7
(218,224,199)
#E1E7D4
(225,231,212)
#E8EEE1
(232,238,225)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AF6C color. Also use rgb(169,175,108) instead hex code.

Text Font Color

.myTextColor { color: #A9AF6C; }

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

This text font color is #A9AF6C.

Background Color

.myBgColor { background-color: #A9AF6C; }

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

This div background color is #A9AF6C.

Border color

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

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

This div border color is #A9AF6C.

Opacity

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

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

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

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

This text has shadow with #A9AF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AF6C.

Preview

Color preview on black background

This text has color #A9AF6C on black background.


Color preview on white background

This text has color #A9AF6C on white background.


Black color preview on #A9AF6C background

This text has black color on #A9AF6C background.


White color preview on #A9AF6C background

This text has white color on #A9AF6C background.


Related colors

Complementary color

Complementary color for #hex is #565093.


I love getcolorcode.com

Triadic colors

1 #6CA9AF and #AF6CA9 with #A9AF6C are triadic colors.

2 #6CAFA9 and #AFA96C with #A9AF6C are triadic colors.