COLOR #A8AA92

HEX: #A8AA92
RGB: (168,170,146)

Color info

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

RGB color model

#A8AA92 color RGB value is (168,170,146).

  • red value is 168;
  • green value is 170;
  • blue value is 146.
RGB:
(168,170,146)
(66%,67%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 146 of 255 = 57%

168
170
146

R + G + B ~ 63%. #A8AA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 146 = 484 (100%)
R 168 of 484 ~ 34.71%
G 170 of 484 ~ 35.12%
B 146 of 484 ~ 30.17%

%34.71
%35.12
%30.17

CMYK color model

#A8AA92 color CMYK value is (1,0,14,33).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(1,0,14,33)
C1M0Y14K33 
(1%,0%,14%,33%)
(0.01/0.00/0.14/0.33)	

CMYK percentages

%1.18
%0
%14.12
%33.33

Codes

Color #A8AA92 in popluar color models

A8AA92
RGB168170146
HSL65°12.37%61.96%
HSB/HSV65°14.12%66.67%
CMYK1.18%0.00%14.12%
33.33%

Color #A8AA92 in popluar number systems.

HEXA8AA92
Decimal168170146
Binary101010001010101010010010
Octal250252222

Shades and tints

Shades of #A8AA92

#A8AA92
(168,170,146)
#999B85
(153,155,133)
#8A8C78
(138,140,120)
#7B7D6B
(123,125,107)
#6C6E5E
(108,110,94)
#5D5F51
(93,95,81)
#4E5044
(78,80,68)
#3F4137
(63,65,55)
#30322A
(48,50,42)
#21231D
(33,35,29)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A8AA92

#A8AA92
(168,170,146)
#AFB19B
(175,177,155)
#B6B8A4
(182,184,164)
#BDBFAD
(189,191,173)
#C4C6B6
(196,198,182)
#CBCDBF
(203,205,191)
#D2D4C8
(210,212,200)
#D9DBD1
(217,219,209)
#E0E2DA
(224,226,218)
#E7E9E3
(231,233,227)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AA92; }

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

This text font color is #A8AA92.


Background Color

.myBgColor { background-color: #A8AA92; }

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

This div background color is #A8AA92.


Border color

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

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

This div border color is #A8AA92.


Opacity

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

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

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

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

This text has shadow with #A8AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AA92 on black background.


Color preview on white background

This text has color #A8AA92 on white background.



Black color preview on #A8AA92 background

This text has black color on #A8AA92 background.


White color preview on #A8AA92 background

This text has white color on #A8AA92 background.