COLOR #A8AA7F

HEX: #A8AA7F RGB: (168,170,127)

Color info

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

RGB color model

#A8AA7F color RGB value is (168,170,127).

RGB: (168,170,127) (66%, 67%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 127 of 255 = 50%

168
170
127

R + G + B ~ 61%. #A8AA7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 170 + 127 = 465 (100%)
R 168 of 465 ~ 36.13%
G 170 of 465 ~ 36.56%
B 127 of 465 ~ 27.31'%

%36.13
%36.56
%27.31

CMYK color model

#A8AA7F color CMYK value is (1,0,25,33).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK: (1,0,25,33) C1M0Y25K33 (1%,0%,25%,33%) (0.01/0.00/0.25/0.33) 

CMYK percentages

%1.18
%0
%25.29
%33.33

Codes

Color #A8AA7F in popluar color models

A8 AA 7F
RGB 168 170 127
HSL 63° 20.19% 58.24%
HSB/HSV 63° 25.29% 66.67%
CMYK 1.18% 0.00% 25.29%
33.33%

Color #A8AA7F in popluar number systems.

HEX A8 AA 7F
Decimal 168 170 127
Binary 10101000 10101010 1111111
Octal 250 252 177

Shades and tints

Shades of #A8AA7F

#A8AA7F
(168,170,127)
#999B74
(153,155,116)
#8A8C69
(138,140,105)
#7B7D5E
(123,125,94)
#6C6E53
(108,110,83)
#5D5F48
(93,95,72)
#4E503D
(78,80,61)
#3F4132
(63,65,50)
#303227
(48,50,39)
#21231C
(33,35,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8AA7F

#A8AA7F
(168,170,127)
#AFB18A
(175,177,138)
#B6B895
(182,184,149)
#BDBFA0
(189,191,160)
#C4C6AB
(196,198,171)
#CBCDB6
(203,205,182)
#D2D4C1
(210,212,193)
#D9DBCC
(217,219,204)
#E0E2D7
(224,226,215)
#E7E9E2
(231,233,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AA7F color. Also use rgb(168,170,127) instead hex code.

Text Font Color

.myTextColor { color: #A8AA7F; }

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

This text font color is #A8AA7F.


Background Color

.myBgColor { background-color: #A8AA7F; }

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

This div background color is #A8AA7F.


Border color

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

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

This div border color is #A8AA7F.


Opacity

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

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

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

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

This text has shadow with #A8AA7F color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A8AA7F; -webkit-box-shadow:	1px 1px 3px 2px #A8AA7F; box-shadow:	1px 1px 3px 2px #A8AA7F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A8AA7F; -webkit-box-shadow: 1px 1px 3px 2px #A8AA7F; box-shadow:1px 1px 3px 2px #A8AA7F;">
Div content here</div>
This div box has shadow with color #A8AA7F.

Preview

Color preview on black background

This text has color #A8AA7F on black background.


Color preview on white background

This text has color #A8AA7F on white background.



Black color preview on #A8AA7F background

This text has black color on #A8AA7F background.


White color preview on #A8AA7F background

This text has white color on #A8AA7F background.