COLOR #A8A87F

HEX: #A8A87F
RGB: (168,168,127)

Color info

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

RGB color model

#A8A87F color RGB value is (168,168,127).

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

RGB channels and saturation

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

168
168
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 127 = 463 (100%)
R 168 of 463 ~ 36.29%
G 168 of 463 ~ 36.29%
B 127 of 463 ~ 27.43%

%36.29
%36.29
%27.43

CMYK color model

#A8A87F color CMYK value is (0,0,24,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,0,24,34)
C0M0Y24K34 
(0%,0%,24%,34%)
(0.00/0.00/0.24/0.34)	

CMYK percentages

%0
%0
%24.4
%34.12

Codes

Color #A8A87F in popluar color models

A8A87F
RGB168168127
HSL60°19.07%57.84%
HSB/HSV60°24.40%65.88%
CMYK0.00%0.00%24.40%
34.12%

Color #A8A87F in popluar number systems.

HEXA8A87F
Decimal168168127
Binary10101000101010001111111
Octal250250177

Shades and tints

Shades of #A8A87F

#A8A87F
(168,168,127)
#999974
(153,153,116)
#8A8A69
(138,138,105)
#7B7B5E
(123,123,94)
#6C6C53
(108,108,83)
#5D5D48
(93,93,72)
#4E4E3D
(78,78,61)
#3F3F32
(63,63,50)
#303027
(48,48,39)
#21211C
(33,33,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A8A87F

#A8A87F
(168,168,127)
#AFAF8A
(175,175,138)
#B6B695
(182,182,149)
#BDBDA0
(189,189,160)
#C4C4AB
(196,196,171)
#CBCBB6
(203,203,182)
#D2D2C1
(210,210,193)
#D9D9CC
(217,217,204)
#E0E0D7
(224,224,215)
#E7E7E2
(231,231,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A87F; }

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

This text font color is #A8A87F.


Background Color

.myBgColor { background-color: #A8A87F; }

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

This div background color is #A8A87F.


Border color

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

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

This div border color is #A8A87F.


Opacity

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

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

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

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

This text has shadow with #A8A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A87F on black background.


Color preview on white background

This text has color #A8A87F on white background.



Black color preview on #A8A87F background

This text has black color on #A8A87F background.


White color preview on #A8A87F background

This text has white color on #A8A87F background.