COLOR #A8A587

HEX: #A8A587
RGB: (168,165,135)

Color info

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

RGB color model

#A8A587 color RGB value is (168,165,135).

  • red value is 168;
  • green value is 165;
  • blue value is 135.
RGB:
(168,165,135)
(66%,65%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 135 of 255 = 53%

168
165
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 135 = 468 (100%)
R 168 of 468 ~ 35.9%
G 165 of 468 ~ 35.26%
B 135 of 468 ~ 28.85%

%35.9
%35.26
%28.85

CMYK color model

#A8A587 color CMYK value is (0,2,20,34).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,2,20,34)
C0M2Y20K34 
(0%,2%,20%,34%)
(0.00/0.02/0.20/0.34)	

CMYK percentages

%0
%1.79
%19.64
%34.12

Codes

Color #A8A587 in popluar color models

A8A587
RGB168165135
HSL55°15.94%59.41%
HSB/HSV55°19.64%65.88%
CMYK0.00%1.79%19.64%
34.12%

Color #A8A587 in popluar number systems.

HEXA8A587
Decimal168165135
Binary101010001010010110000111
Octal250245207

Shades and tints

Shades of #A8A587

#A8A587
(168,165,135)
#99967B
(153,150,123)
#8A876F
(138,135,111)
#7B7863
(123,120,99)
#6C6957
(108,105,87)
#5D5A4B
(93,90,75)
#4E4B3F
(78,75,63)
#3F3C33
(63,60,51)
#302D27
(48,45,39)
#211E1B
(33,30,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A8A587

#A8A587
(168,165,135)
#AFAD91
(175,173,145)
#B6B59B
(182,181,155)
#BDBDA5
(189,189,165)
#C4C5AF
(196,197,175)
#CBCDB9
(203,205,185)
#D2D5C3
(210,213,195)
#D9DDCD
(217,221,205)
#E0E5D7
(224,229,215)
#E7EDE1
(231,237,225)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A587; }

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

This text font color is #A8A587.


Background Color

.myBgColor { background-color: #A8A587; }

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

This div background color is #A8A587.


Border color

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

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

This div border color is #A8A587.


Opacity

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

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

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

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

This text has shadow with #A8A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A587 on black background.


Color preview on white background

This text has color #A8A587 on white background.



Black color preview on #A8A587 background

This text has black color on #A8A587 background.


White color preview on #A8A587 background

This text has white color on #A8A587 background.