COLOR #A8A88A

HEX: #A8A88A
RGB: (168,168,138)

Color info

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

RGB color model

#A8A88A color RGB value is (168,168,138).

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

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 138 of 255 = 54%

168
168
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 138 = 474 (100%)
R 168 of 474 ~ 35.44%
G 168 of 474 ~ 35.44%
B 138 of 474 ~ 29.11%

%35.44
%35.44
%29.11

CMYK color model

#A8A88A color CMYK value is (0,0,18,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,0,18,34)
C0M0Y18K34 
(0%,0%,18%,34%)
(0.00/0.00/0.18/0.34)	

CMYK percentages

%0
%0
%17.86
%34.12

Codes

Color #A8A88A in popluar color models

A8A88A
RGB168168138
HSL60°14.71%60.00%
HSB/HSV60°17.86%65.88%
CMYK0.00%0.00%17.86%
34.12%

Color #A8A88A in popluar number systems.

HEXA8A88A
Decimal168168138
Binary101010001010100010001010
Octal250250212

Shades and tints

Shades of #A8A88A

#A8A88A
(168,168,138)
#99997E
(153,153,126)
#8A8A72
(138,138,114)
#7B7B66
(123,123,102)
#6C6C5A
(108,108,90)
#5D5D4E
(93,93,78)
#4E4E42
(78,78,66)
#3F3F36
(63,63,54)
#30302A
(48,48,42)
#21211E
(33,33,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8A88A

#A8A88A
(168,168,138)
#AFAF94
(175,175,148)
#B6B69E
(182,182,158)
#BDBDA8
(189,189,168)
#C4C4B2
(196,196,178)
#CBCBBC
(203,203,188)
#D2D2C6
(210,210,198)
#D9D9D0
(217,217,208)
#E0E0DA
(224,224,218)
#E7E7E4
(231,231,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A88A; }

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

This text font color is #A8A88A.


Background Color

.myBgColor { background-color: #A8A88A; }

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

This div background color is #A8A88A.


Border color

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

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

This div border color is #A8A88A.


Opacity

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

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

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

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

This text has shadow with #A8A88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A88A on black background.


Color preview on white background

This text has color #A8A88A on white background.



Black color preview on #A8A88A background

This text has black color on #A8A88A background.


White color preview on #A8A88A background

This text has white color on #A8A88A background.