COLOR #A8A771

HEX: #A8A771
RGB: (168,167,113)

Color info

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

RGB color model

#A8A771 color RGB value is (168,167,113).

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

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 113 of 255 = 44%

168
167
113

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

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 113 = 448 (100%)
R 168 of 448 ~ 37.5%
G 167 of 448 ~ 37.28%
B 113 of 448 ~ 25.22%

%37.5
%37.28
%25.22

CMYK color model

#A8A771 color CMYK value is (0,1,33,34).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(0,1,33,34)
C0M1Y33K34 
(0%,1%,33%,34%)
(0.00/0.01/0.33/0.34)	

CMYK percentages

%0
%0.6
%32.74
%34.12

Codes

Color #A8A771 in popluar color models

A8A771
RGB168167113
HSL59°24.02%55.10%
HSB/HSV59°32.74%65.88%
CMYK0.00%0.60%32.74%
34.12%

Color #A8A771 in popluar number systems.

HEXA8A771
Decimal168167113
Binary10101000101001111110001
Octal250247161

Shades and tints

Shades of #A8A771

#A8A771
(168,167,113)
#999867
(153,152,103)
#8A895D
(138,137,93)
#7B7A53
(123,122,83)
#6C6B49
(108,107,73)
#5D5C3F
(93,92,63)
#4E4D35
(78,77,53)
#3F3E2B
(63,62,43)
#302F21
(48,47,33)
#212017
(33,32,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #A8A771

#A8A771
(168,167,113)
#AFAF7D
(175,175,125)
#B6B789
(182,183,137)
#BDBF95
(189,191,149)
#C4C7A1
(196,199,161)
#CBCFAD
(203,207,173)
#D2D7B9
(210,215,185)
#D9DFC5
(217,223,197)
#E0E7D1
(224,231,209)
#E7EFDD
(231,239,221)
#EEF7E9
(238,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A771; }

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

This text font color is #A8A771.


Background Color

.myBgColor { background-color: #A8A771; }

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

This div background color is #A8A771.


Border color

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

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

This div border color is #A8A771.


Opacity

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

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

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

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

This text has shadow with #A8A771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A771 on black background.


Color preview on white background

This text has color #A8A771 on white background.



Black color preview on #A8A771 background

This text has black color on #A8A771 background.


White color preview on #A8A771 background

This text has white color on #A8A771 background.