COLOR #A8A09E

HEX: #A8A09E RGB: (168,160,158)

Color info

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

RGB color model

#A8A09E color RGB value is (168,160,158).

RGB: (168,160,158) (66%, 63%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 160 of 255 = 63%
B 158 of 255 = 62%

168
160
158

R + G + B ~ 64%. #A8A09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 160 + 158 = 486 (100%)
R 168 of 486 ~ 34.57%
G 160 of 486 ~ 32.92%
B 158 of 486 ~ 32.51'%

%34.57
%32.92
%32.51

CMYK color model

#A8A09E color CMYK value is (0,5,6,34).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (0,5,6,34)
C0M5Y6K34 (0%, 5%, 6%, 34%)
(0.00 / 0.05 / 0.06 / 0.34)

CMYK percentages

%0
%4.76
%5.95
%34.12

Codes

Color #A8A09E in popluar color models

A8 A0 9E
RGB 168 160 158
HSL 12° 5.43% 63.92%
HSB/HSV 12° 5.95% 65.88%
CMYK 0.00% 4.76% 5.95%
34.12%

Color #A8A09E in popluar number systems.

HEX A8 A0 9E
Decimal 168 160 158
Binary 10101000 10100000 10011110
Octal 250 240 236

Shades and tints

Shades of #A8A09E

#A8A09E
(168,160,158)
#999290
(153,146,144)
#8A8482
(138,132,130)
#7B7674
(123,118,116)
#6C6866
(108,104,102)
#5D5A58
(93,90,88)
#4E4C4A
(78,76,74)
#3F3E3C
(63,62,60)
#30302E
(48,48,46)
#212220
(33,34,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8A09E

#A8A09E
(168,160,158)
#AFA8A6
(175,168,166)
#B6B0AE
(182,176,174)
#BDB8B6
(189,184,182)
#C4C0BE
(196,192,190)
#CBC8C6
(203,200,198)
#D2D0CE
(210,208,206)
#D9D8D6
(217,216,214)
#E0E0DE
(224,224,222)
#E7E8E6
(231,232,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A09E color. Also use rgb(168,160,158) instead hex code.

Text Font Color

.myTextColor { color: #A8A09E; }

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

This text font color is #A8A09E.

Background Color

.myBgColor { background-color: #A8A09E; }

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

This div background color is #A8A09E.

Border color

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

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

This div border color is #A8A09E.

Opacity

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

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

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

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

This text has shadow with #A8A09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A09E.

Preview

Color preview on black background

This text has color #A8A09E on black background.


Color preview on white background

This text has color #A8A09E on white background.


Black color preview on #A8A09E background

This text has black color on #A8A09E background.


White color preview on #A8A09E background

This text has white color on #A8A09E background.


Related colors

Complementary color

Complementary color for #hex is #575F61.


I love getcolorcode.com

Triadic colors

1 #9EA8A0 and #A09EA8 with #A8A09E are triadic colors.

2 #9EA0A8 and #A0A89E with #A8A09E are triadic colors.