COLOR #A8A97A

HEX: #A8A97A
RGB: (168,169,122)

Color info

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

RGB color model

#A8A97A color RGB value is (168,169,122).

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

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 122 of 255 = 48%

168
169
122

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

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 122 = 459 (100%)
R 168 of 459 ~ 36.6%
G 169 of 459 ~ 36.82%
B 122 of 459 ~ 26.58%

%36.6
%36.82
%26.58

CMYK color model

#A8A97A color CMYK value is (1,0,28,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(1,0,28,34)
C1M0Y28K34 
(1%,0%,28%,34%)
(0.01/0.00/0.28/0.34)	

CMYK percentages

%0.59
%0
%27.81
%33.73

Codes

Color #A8A97A in popluar color models

A8A97A
RGB168169122
HSL61°21.46%57.06%
HSB/HSV61°27.81%66.27%
CMYK0.59%0.00%27.81%
33.73%

Color #A8A97A in popluar number systems.

HEXA8A97A
Decimal168169122
Binary10101000101010011111010
Octal250251172

Shades and tints

Shades of #A8A97A

#A8A97A
(168,169,122)
#999A6F
(153,154,111)
#8A8B64
(138,139,100)
#7B7C59
(123,124,89)
#6C6D4E
(108,109,78)
#5D5E43
(93,94,67)
#4E4F38
(78,79,56)
#3F402D
(63,64,45)
#303122
(48,49,34)
#212217
(33,34,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #A8A97A

#A8A97A
(168,169,122)
#AFB086
(175,176,134)
#B6B792
(182,183,146)
#BDBE9E
(189,190,158)
#C4C5AA
(196,197,170)
#CBCCB6
(203,204,182)
#D2D3C2
(210,211,194)
#D9DACE
(217,218,206)
#E0E1DA
(224,225,218)
#E7E8E6
(231,232,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A97A; }

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

This text font color is #A8A97A.


Background Color

.myBgColor { background-color: #A8A97A; }

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

This div background color is #A8A97A.


Border color

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

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

This div border color is #A8A97A.


Opacity

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

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

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

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

This text has shadow with #A8A97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A97A on black background.


Color preview on white background

This text has color #A8A97A on white background.



Black color preview on #A8A97A background

This text has black color on #A8A97A background.


White color preview on #A8A97A background

This text has white color on #A8A97A background.