COLOR #A8A87E

HEX: #A8A87E
RGB: (168,168,126)

Color info

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

RGB color model

#A8A87E color RGB value is (168,168,126).

  • red value is 168;
  • green value is 168;
  • blue value is 126.
RGB:
(168,168,126)
(66%,66%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 126 of 255 = 49%

168
168
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 126 = 462 (100%)
R 168 of 462 ~ 36.36%
G 168 of 462 ~ 36.36%
B 126 of 462 ~ 27.27%

%36.36
%36.36
%27.27

CMYK color model

#A8A87E color CMYK value is (0,0,25,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,0,25,34)
C0M0Y25K34 
(0%,0%,25%,34%)
(0.00/0.00/0.25/0.34)	

CMYK percentages

%0
%0
%25
%34.12

Codes

Color #A8A87E in popluar color models

A8A87E
RGB168168126
HSL60°19.44%57.65%
HSB/HSV60°25.00%65.88%
CMYK0.00%0.00%25.00%
34.12%

Color #A8A87E in popluar number systems.

HEXA8A87E
Decimal168168126
Binary10101000101010001111110
Octal250250176

Shades and tints

Shades of #A8A87E

#A8A87E
(168,168,126)
#999973
(153,153,115)
#8A8A68
(138,138,104)
#7B7B5D
(123,123,93)
#6C6C52
(108,108,82)
#5D5D47
(93,93,71)
#4E4E3C
(78,78,60)
#3F3F31
(63,63,49)
#303026
(48,48,38)
#21211B
(33,33,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #A8A87E

#A8A87E
(168,168,126)
#AFAF89
(175,175,137)
#B6B694
(182,182,148)
#BDBD9F
(189,189,159)
#C4C4AA
(196,196,170)
#CBCBB5
(203,203,181)
#D2D2C0
(210,210,192)
#D9D9CB
(217,217,203)
#E0E0D6
(224,224,214)
#E7E7E1
(231,231,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A87E; }

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

This text font color is #A8A87E.


Background Color

.myBgColor { background-color: #A8A87E; }

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

This div background color is #A8A87E.


Border color

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

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

This div border color is #A8A87E.


Opacity

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

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

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

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

This text has shadow with #A8A87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A87E on black background.


Color preview on white background

This text has color #A8A87E on white background.



Black color preview on #A8A87E background

This text has black color on #A8A87E background.


White color preview on #A8A87E background

This text has white color on #A8A87E background.