COLOR #A8A187

HEX: #A8A187
RGB: (168,161,135)

Color info

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

RGB color model

#A8A187 color RGB value is (168,161,135).

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

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 135 of 255 = 53%

168
161
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 135 = 464 (100%)
R 168 of 464 ~ 36.21%
G 161 of 464 ~ 34.7%
B 135 of 464 ~ 29.09%

%36.21
%34.7
%29.09

CMYK color model

#A8A187 color CMYK value is (0,4,20,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,4,20,34)
C0M4Y20K34 
(0%,4%,20%,34%)
(0.00/0.04/0.20/0.34)	

CMYK percentages

%0
%4.17
%19.64
%34.12

Codes

Color #A8A187 in popluar color models

A8A187
RGB168161135
HSL47°15.94%59.41%
HSB/HSV47°19.64%65.88%
CMYK0.00%4.17%19.64%
34.12%

Color #A8A187 in popluar number systems.

HEXA8A187
Decimal168161135
Binary101010001010000110000111
Octal250241207

Shades and tints

Shades of #A8A187

#A8A187
(168,161,135)
#99937B
(153,147,123)
#8A856F
(138,133,111)
#7B7763
(123,119,99)
#6C6957
(108,105,87)
#5D5B4B
(93,91,75)
#4E4D3F
(78,77,63)
#3F3F33
(63,63,51)
#303127
(48,49,39)
#21231B
(33,35,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #A8A187

#A8A187
(168,161,135)
#AFA991
(175,169,145)
#B6B19B
(182,177,155)
#BDB9A5
(189,185,165)
#C4C1AF
(196,193,175)
#CBC9B9
(203,201,185)
#D2D1C3
(210,209,195)
#D9D9CD
(217,217,205)
#E0E1D7
(224,225,215)
#E7E9E1
(231,233,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A187; }

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

This text font color is #A8A187.


Background Color

.myBgColor { background-color: #A8A187; }

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

This div background color is #A8A187.


Border color

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

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

This div border color is #A8A187.


Opacity

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

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

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

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

This text has shadow with #A8A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A187 on black background.


Color preview on white background

This text has color #A8A187 on white background.



Black color preview on #A8A187 background

This text has black color on #A8A187 background.


White color preview on #A8A187 background

This text has white color on #A8A187 background.