COLOR #A8A882

HEX: #A8A882
RGB: (168,168,130)

Color info

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

RGB color model

#A8A882 color RGB value is (168,168,130).

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

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 130 of 255 = 51%

168
168
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 130 = 466 (100%)
R 168 of 466 ~ 36.05%
G 168 of 466 ~ 36.05%
B 130 of 466 ~ 27.9%

%36.05
%36.05
%27.9

CMYK color model

#A8A882 color CMYK value is (0,0,23,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK:
(0,0,23,34)
C0M0Y23K34 
(0%,0%,23%,34%)
(0.00/0.00/0.23/0.34)	

CMYK percentages

%0
%0
%22.62
%34.12

Codes

Color #A8A882 in popluar color models

A8A882
RGB168168130
HSL60°17.92%58.43%
HSB/HSV60°22.62%65.88%
CMYK0.00%0.00%22.62%
34.12%

Color #A8A882 in popluar number systems.

HEXA8A882
Decimal168168130
Binary101010001010100010000010
Octal250250202

Shades and tints

Shades of #A8A882

#A8A882
(168,168,130)
#999977
(153,153,119)
#8A8A6C
(138,138,108)
#7B7B61
(123,123,97)
#6C6C56
(108,108,86)
#5D5D4B
(93,93,75)
#4E4E40
(78,78,64)
#3F3F35
(63,63,53)
#30302A
(48,48,42)
#21211F
(33,33,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A8A882

#A8A882
(168,168,130)
#AFAF8D
(175,175,141)
#B6B698
(182,182,152)
#BDBDA3
(189,189,163)
#C4C4AE
(196,196,174)
#CBCBB9
(203,203,185)
#D2D2C4
(210,210,196)
#D9D9CF
(217,217,207)
#E0E0DA
(224,224,218)
#E7E7E5
(231,231,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A882; }

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

This text font color is #A8A882.


Background Color

.myBgColor { background-color: #A8A882; }

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

This div background color is #A8A882.


Border color

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

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

This div border color is #A8A882.


Opacity

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

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

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

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

This text has shadow with #A8A882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A882 on black background.


Color preview on white background

This text has color #A8A882 on white background.



Black color preview on #A8A882 background

This text has black color on #A8A882 background.


White color preview on #A8A882 background

This text has white color on #A8A882 background.