COLOR #A8A77A

HEX: #A8A77A
RGB: (168,167,122)

Color info

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

RGB color model

#A8A77A color RGB value is (168,167,122).

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

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 122 of 255 = 48%

168
167
122

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

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 122 = 457 (100%)
R 168 of 457 ~ 36.76%
G 167 of 457 ~ 36.54%
B 122 of 457 ~ 26.7%

%36.76
%36.54
%26.7

CMYK color model

#A8A77A color CMYK value is (0,1,27,34).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(0,1,27,34)
C0M1Y27K34 
(0%,1%,27%,34%)
(0.00/0.01/0.27/0.34)	

CMYK percentages

%0
%0.6
%27.38
%34.12

Codes

Color #A8A77A in popluar color models

A8A77A
RGB168167122
HSL59°20.91%56.86%
HSB/HSV59°27.38%65.88%
CMYK0.00%0.60%27.38%
34.12%

Color #A8A77A in popluar number systems.

HEXA8A77A
Decimal168167122
Binary10101000101001111111010
Octal250247172

Shades and tints

Shades of #A8A77A

#A8A77A
(168,167,122)
#99986F
(153,152,111)
#8A8964
(138,137,100)
#7B7A59
(123,122,89)
#6C6B4E
(108,107,78)
#5D5C43
(93,92,67)
#4E4D38
(78,77,56)
#3F3E2D
(63,62,45)
#302F22
(48,47,34)
#212017
(33,32,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A8A77A

#A8A77A
(168,167,122)
#AFAF86
(175,175,134)
#B6B792
(182,183,146)
#BDBF9E
(189,191,158)
#C4C7AA
(196,199,170)
#CBCFB6
(203,207,182)
#D2D7C2
(210,215,194)
#D9DFCE
(217,223,206)
#E0E7DA
(224,231,218)
#E7EFE6
(231,239,230)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A77A; }

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

This text font color is #A8A77A.


Background Color

.myBgColor { background-color: #A8A77A; }

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

This div background color is #A8A77A.


Border color

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

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

This div border color is #A8A77A.


Opacity

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

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

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

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

This text has shadow with #A8A77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A77A on black background.


Color preview on white background

This text has color #A8A77A on white background.



Black color preview on #A8A77A background

This text has black color on #A8A77A background.


White color preview on #A8A77A background

This text has white color on #A8A77A background.