COLOR #A8A97D

HEX: #A8A97D
RGB: (168,169,125)

Color info

#A8A97D contains red, green and blue colors in about the same proportion. Web safe color of #A8A97D is #999966 (or #996).

RGB color model

#A8A97D color RGB value is (168,169,125).

  • red value is 168;
  • green value is 169;
  • blue value is 125.
RGB:
(168,169,125)
(66%,66%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 125 of 255 = 49%

168
169
125

R + G + B ~ 60%. #A8A97D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 125 = 462 (100%)
R 168 of 462 ~ 36.36%
G 169 of 462 ~ 36.58%
B 125 of 462 ~ 27.06%

%36.36
%36.58
%27.06

CMYK color model

#A8A97D color CMYK value is (1,0,26,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(1,0,26,34)
C1M0Y26K34 
(1%,0%,26%,34%)
(0.01/0.00/0.26/0.34)	

CMYK percentages

%0.59
%0
%26.04
%33.73

Codes

Color #A8A97D in popluar color models

A8A97D
RGB168169125
HSL61°20.37%57.65%
HSB/HSV61°26.04%66.27%
CMYK0.59%0.00%26.04%
33.73%

Color #A8A97D in popluar number systems.

HEXA8A97D
Decimal168169125
Binary10101000101010011111101
Octal250251175

Shades and tints

Shades of #A8A97D

#A8A97D
(168,169,125)
#999A72
(153,154,114)
#8A8B67
(138,139,103)
#7B7C5C
(123,124,92)
#6C6D51
(108,109,81)
#5D5E46
(93,94,70)
#4E4F3B
(78,79,59)
#3F4030
(63,64,48)
#303125
(48,49,37)
#21221A
(33,34,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A8A97D

#A8A97D
(168,169,125)
#AFB088
(175,176,136)
#B6B793
(182,183,147)
#BDBE9E
(189,190,158)
#C4C5A9
(196,197,169)
#CBCCB4
(203,204,180)
#D2D3BF
(210,211,191)
#D9DACA
(217,218,202)
#E0E1D5
(224,225,213)
#E7E8E0
(231,232,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A97D; }

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

This text font color is #A8A97D.


Background Color

.myBgColor { background-color: #A8A97D; }

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

This div background color is #A8A97D.


Border color

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

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

This div border color is #A8A97D.


Opacity

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

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

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

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

This text has shadow with #A8A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A97D on black background.


Color preview on white background

This text has color #A8A97D on white background.



Black color preview on #A8A97D background

This text has black color on #A8A97D background.


White color preview on #A8A97D background

This text has white color on #A8A97D background.