COLOR #A8A88E

HEX: #A8A88E RGB: (168,168,142)

Color info

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

RGB color model

#A8A88E color RGB value is (168,168,142).

RGB: (168,168,142) (66%, 66%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 142 of 255 = 56%

168
168
142

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

Portions of RGB colors in percentages

R + G + B = 168 + 168 + 142 = 478 (100%)
R 168 of 478 ~ 35.15%
G 168 of 478 ~ 35.15%
B 142 of 478 ~ 29.71'%

%35.15
%35.15
%29.71

CMYK color model

#A8A88E color CMYK value is (0,0,15,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (0,0,15,34)
C0M0Y15K34 (0%, 0%, 15%, 34%)
(0.00 / 0.00 / 0.15 / 0.34)

CMYK percentages

%0
%0
%15.48
%34.12

Codes

Color #A8A88E in popluar color models

A8 A8 8E
RGB 168 168 142
HSL 60° 13.00% 60.78%
HSB/HSV 60° 15.48% 65.88%
CMYK 0.00% 0.00% 15.48%
34.12%

Color #A8A88E in popluar number systems.

HEX A8 A8 8E
Decimal 168 168 142
Binary 10101000 10101000 10001110
Octal 250 250 216

Shades and tints

Shades of #A8A88E

#A8A88E
(168,168,142)
#999982
(153,153,130)
#8A8A76
(138,138,118)
#7B7B6A
(123,123,106)
#6C6C5E
(108,108,94)
#5D5D52
(93,93,82)
#4E4E46
(78,78,70)
#3F3F3A
(63,63,58)
#30302E
(48,48,46)
#212122
(33,33,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A8A88E

#A8A88E
(168,168,142)
#AFAF98
(175,175,152)
#B6B6A2
(182,182,162)
#BDBDAC
(189,189,172)
#C4C4B6
(196,196,182)
#CBCBC0
(203,203,192)
#D2D2CA
(210,210,202)
#D9D9D4
(217,217,212)
#E0E0DE
(224,224,222)
#E7E7E8
(231,231,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A88E; }

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

This text font color is #A8A88E.

Background Color

.myBgColor { background-color: #A8A88E; }

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

This div background color is #A8A88E.

Border color

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

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

This div border color is #A8A88E.

Opacity

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

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

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

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

This text has shadow with #A8A88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A88E.

Preview

Color preview on black background

This text has color #A8A88E on black background.


Color preview on white background

This text has color #A8A88E on white background.


Black color preview on #A8A88E background

This text has black color on #A8A88E background.


White color preview on #A8A88E background

This text has white color on #A8A88E background.


Related colors

Complementary color

Complementary color for #hex is #575771.


I love getcolorcode.com