COLOR #A8A47C

HEX: #A8A47C
RGB: (168,164,124)

Color info

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

RGB color model

#A8A47C color RGB value is (168,164,124).

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

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 124 of 255 = 49%

168
164
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 124 = 456 (100%)
R 168 of 456 ~ 36.84%
G 164 of 456 ~ 35.96%
B 124 of 456 ~ 27.19%

%36.84
%35.96
%27.19

CMYK color model

#A8A47C color CMYK value is (0,2,26,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,2,26,34)
C0M2Y26K34 
(0%,2%,26%,34%)
(0.00/0.02/0.26/0.34)	

CMYK percentages

%0
%2.38
%26.19
%34.12

Codes

Color #A8A47C in popluar color models

A8A47C
RGB168164124
HSL55°20.18%57.25%
HSB/HSV55°26.19%65.88%
CMYK0.00%2.38%26.19%
34.12%

Color #A8A47C in popluar number systems.

HEXA8A47C
Decimal168164124
Binary10101000101001001111100
Octal250244174

Shades and tints

Shades of #A8A47C

#A8A47C
(168,164,124)
#999671
(153,150,113)
#8A8866
(138,136,102)
#7B7A5B
(123,122,91)
#6C6C50
(108,108,80)
#5D5E45
(93,94,69)
#4E503A
(78,80,58)
#3F422F
(63,66,47)
#303424
(48,52,36)
#212619
(33,38,25)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #A8A47C

#A8A47C
(168,164,124)
#AFAC87
(175,172,135)
#B6B492
(182,180,146)
#BDBC9D
(189,188,157)
#C4C4A8
(196,196,168)
#CBCCB3
(203,204,179)
#D2D4BE
(210,212,190)
#D9DCC9
(217,220,201)
#E0E4D4
(224,228,212)
#E7ECDF
(231,236,223)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A47C; }

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

This text font color is #A8A47C.


Background Color

.myBgColor { background-color: #A8A47C; }

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

This div background color is #A8A47C.


Border color

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

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

This div border color is #A8A47C.


Opacity

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

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

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

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

This text has shadow with #A8A47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A47C on black background.


Color preview on white background

This text has color #A8A47C on white background.



Black color preview on #A8A47C background

This text has black color on #A8A47C background.


White color preview on #A8A47C background

This text has white color on #A8A47C background.