COLOR #A8A87C

HEX: #A8A87C RGB: (168,168,124)

Color info

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

RGB color model

#A8A87C color RGB value is (168,168,124).

RGB: (168,168,124) (66%, 66%, 49%)

RGB channels and saturation

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

168
168
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 168 + 124 = 460 (100%)
R 168 of 460 ~ 36.52%
G 168 of 460 ~ 36.52%
B 124 of 460 ~ 26.96'%

%36.52
%36.52
%26.96

CMYK color model

#A8A87C color CMYK value is (0,0,26,34).

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

CMYK: (0,0,26,34)
C0M0Y26K34 (0%, 0%, 26%, 34%)
(0.00 / 0.00 / 0.26 / 0.34)

CMYK percentages

%0
%0
%26.19
%34.12

Codes

Color #A8A87C in popluar color models

A8 A8 7C
RGB 168 168 124
HSL 60° 20.18% 57.25%
HSB/HSV 60° 26.19% 65.88%
CMYK 0.00% 0.00% 26.19%
34.12%

Color #A8A87C in popluar number systems.

HEX A8 A8 7C
Decimal 168 168 124
Binary 10101000 10101000 1111100
Octal 250 250 174

Shades and tints

Shades of #A8A87C

#A8A87C
(168,168,124)
#999971
(153,153,113)
#8A8A66
(138,138,102)
#7B7B5B
(123,123,91)
#6C6C50
(108,108,80)
#5D5D45
(93,93,69)
#4E4E3A
(78,78,58)
#3F3F2F
(63,63,47)
#303024
(48,48,36)
#212119
(33,33,25)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A8A87C

#A8A87C
(168,168,124)
#AFAF87
(175,175,135)
#B6B692
(182,182,146)
#BDBD9D
(189,189,157)
#C4C4A8
(196,196,168)
#CBCBB3
(203,203,179)
#D2D2BE
(210,210,190)
#D9D9C9
(217,217,201)
#E0E0D4
(224,224,212)
#E7E7DF
(231,231,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A87C; }

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

This text font color is #A8A87C.

Background Color

.myBgColor { background-color: #A8A87C; }

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

This div background color is #A8A87C.

Border color

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

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

This div border color is #A8A87C.

Opacity

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

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

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

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

This text has shadow with #A8A87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A87C.

Preview

Color preview on black background

This text has color #A8A87C on black background.


Color preview on white background

This text has color #A8A87C on white background.


Black color preview on #A8A87C background

This text has black color on #A8A87C background.


White color preview on #A8A87C background

This text has white color on #A8A87C background.


Related colors

Complementary color

Complementary color for #hex is #575783.


I love getcolorcode.com