COLOR #A8A49B

HEX: #A8A49B
RGB: (168,164,155)

Color info

#A8A49B contains red, green and blue colors in about the same proportion. Web safe color of #A8A49B is #999999 (or #999).

RGB color model

#A8A49B color RGB value is (168,164,155).

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

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 155 of 255 = 61%

168
164
155

R + G + B ~ 64%. #A8A49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 155 = 487 (100%)
R 168 of 487 ~ 34.5%
G 164 of 487 ~ 33.68%
B 155 of 487 ~ 31.83%

%34.5
%33.68
%31.83

CMYK color model

#A8A49B color CMYK value is (0,2,8,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(0,2,8,34)
C0M2Y8K34 
(0%,2%,8%,34%)
(0.00/0.02/0.08/0.34)	

CMYK percentages

%0
%2.38
%7.74
%34.12

Codes

Color #A8A49B in popluar color models

A8A49B
RGB168164155
HSL42°6.95%63.33%
HSB/HSV42°7.74%65.88%
CMYK0.00%2.38%7.74%
34.12%

Color #A8A49B in popluar number systems.

HEXA8A49B
Decimal168164155
Binary101010001010010010011011
Octal250244233

Shades and tints

Shades of #A8A49B

#A8A49B
(168,164,155)
#99968D
(153,150,141)
#8A887F
(138,136,127)
#7B7A71
(123,122,113)
#6C6C63
(108,108,99)
#5D5E55
(93,94,85)
#4E5047
(78,80,71)
#3F4239
(63,66,57)
#30342B
(48,52,43)
#21261D
(33,38,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8A49B

#A8A49B
(168,164,155)
#AFACA4
(175,172,164)
#B6B4AD
(182,180,173)
#BDBCB6
(189,188,182)
#C4C4BF
(196,196,191)
#CBCCC8
(203,204,200)
#D2D4D1
(210,212,209)
#D9DCDA
(217,220,218)
#E0E4E3
(224,228,227)
#E7ECEC
(231,236,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A49B; }

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

This text font color is #A8A49B.


Background Color

.myBgColor { background-color: #A8A49B; }

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

This div background color is #A8A49B.


Border color

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

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

This div border color is #A8A49B.


Opacity

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

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

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

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

This text has shadow with #A8A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A49B on black background.


Color preview on white background

This text has color #A8A49B on white background.



Black color preview on #A8A49B background

This text has black color on #A8A49B background.


White color preview on #A8A49B background

This text has white color on #A8A49B background.