COLOR #A8A475

HEX: #A8A475
RGB: (168,164,117)

Color info

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

RGB color model

#A8A475 color RGB value is (168,164,117).

  • red value is 168;
  • green value is 164;
  • blue value is 117.
RGB:
(168,164,117)
(66%,64%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 117 of 255 = 46%

168
164
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 117 = 449 (100%)
R 168 of 449 ~ 37.42%
G 164 of 449 ~ 36.53%
B 117 of 449 ~ 26.06%

%37.42
%36.53
%26.06

CMYK color model

#A8A475 color CMYK value is (0,2,30,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,2,30,34)
C0M2Y30K34 
(0%,2%,30%,34%)
(0.00/0.02/0.30/0.34)	

CMYK percentages

%0
%2.38
%30.36
%34.12

Codes

Color #A8A475 in popluar color models

A8A475
RGB168164117
HSL55°22.67%55.88%
HSB/HSV55°30.36%65.88%
CMYK0.00%2.38%30.36%
34.12%

Color #A8A475 in popluar number systems.

HEXA8A475
Decimal168164117
Binary10101000101001001110101
Octal250244165

Shades and tints

Shades of #A8A475

#A8A475
(168,164,117)
#99966B
(153,150,107)
#8A8861
(138,136,97)
#7B7A57
(123,122,87)
#6C6C4D
(108,108,77)
#5D5E43
(93,94,67)
#4E5039
(78,80,57)
#3F422F
(63,66,47)
#303425
(48,52,37)
#21261B
(33,38,27)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #A8A475

#A8A475
(168,164,117)
#AFAC81
(175,172,129)
#B6B48D
(182,180,141)
#BDBC99
(189,188,153)
#C4C4A5
(196,196,165)
#CBCCB1
(203,204,177)
#D2D4BD
(210,212,189)
#D9DCC9
(217,220,201)
#E0E4D5
(224,228,213)
#E7ECE1
(231,236,225)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A475; }

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

This text font color is #A8A475.


Background Color

.myBgColor { background-color: #A8A475; }

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

This div background color is #A8A475.


Border color

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

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

This div border color is #A8A475.


Opacity

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

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

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

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

This text has shadow with #A8A475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A475 on black background.


Color preview on white background

This text has color #A8A475 on white background.



Black color preview on #A8A475 background

This text has black color on #A8A475 background.


White color preview on #A8A475 background

This text has white color on #A8A475 background.