COLOR #A8A888

HEX: #A8A888
RGB: (168,168,136)

Color info

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

RGB color model

#A8A888 color RGB value is (168,168,136).

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

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 136 of 255 = 53%

168
168
136

R + G + B ~ 62%. #A8A888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 136 = 472 (100%)
R 168 of 472 ~ 35.59%
G 168 of 472 ~ 35.59%
B 136 of 472 ~ 28.81%

%35.59
%35.59
%28.81

CMYK color model

#A8A888 color CMYK value is (0,0,19,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(0,0,19,34)
C0M0Y19K34 
(0%,0%,19%,34%)
(0.00/0.00/0.19/0.34)	

CMYK percentages

%0
%0
%19.05
%34.12

Codes

Color #A8A888 in popluar color models

A8A888
RGB168168136
HSL60°15.53%59.61%
HSB/HSV60°19.05%65.88%
CMYK0.00%0.00%19.05%
34.12%

Color #A8A888 in popluar number systems.

HEXA8A888
Decimal168168136
Binary101010001010100010001000
Octal250250210

Shades and tints

Shades of #A8A888

#A8A888
(168,168,136)
#99997C
(153,153,124)
#8A8A70
(138,138,112)
#7B7B64
(123,123,100)
#6C6C58
(108,108,88)
#5D5D4C
(93,93,76)
#4E4E40
(78,78,64)
#3F3F34
(63,63,52)
#303028
(48,48,40)
#21211C
(33,33,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #A8A888

#A8A888
(168,168,136)
#AFAF92
(175,175,146)
#B6B69C
(182,182,156)
#BDBDA6
(189,189,166)
#C4C4B0
(196,196,176)
#CBCBBA
(203,203,186)
#D2D2C4
(210,210,196)
#D9D9CE
(217,217,206)
#E0E0D8
(224,224,216)
#E7E7E2
(231,231,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A888; }

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

This text font color is #A8A888.


Background Color

.myBgColor { background-color: #A8A888; }

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

This div background color is #A8A888.


Border color

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

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

This div border color is #A8A888.


Opacity

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

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

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

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

This text has shadow with #A8A888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A888 on black background.


Color preview on white background

This text has color #A8A888 on white background.



Black color preview on #A8A888 background

This text has black color on #A8A888 background.


White color preview on #A8A888 background

This text has white color on #A8A888 background.