COLOR #A0A29B

HEX: #A0A29B
RGB: (160,162,155)

Color info

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

RGB color model

#A0A29B color RGB value is (160,162,155).

  • red value is 160;
  • green value is 162;
  • blue value is 155.
RGB:
(160,162,155)
(63%,64%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 162 of 255 = 64%
B 155 of 255 = 61%

160
162
155

R + G + B ~ 63%. #A0A29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 155 = 477 (100%)
R 160 of 477 ~ 33.54%
G 162 of 477 ~ 33.96%
B 155 of 477 ~ 32.49%

%33.54
%33.96
%32.49

CMYK color model

#A0A29B color CMYK value is (1,0,4,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 36.47%
CMYK:
(1,0,4,36)
C1M0Y4K36 
(1%,0%,4%,36%)
(0.01/0.00/0.04/0.36)	

CMYK percentages

%1.23
%0
%4.32
%36.47

Codes

Color #A0A29B in popluar color models

A0A29B
RGB160162155
HSL77°3.63%62.16%
HSB/HSV77°4.32%63.53%
CMYK1.23%0.00%4.32%
36.47%

Color #A0A29B in popluar number systems.

HEXA0A29B
Decimal160162155
Binary101000001010001010011011
Octal240242233

Shades and tints

Shades of #A0A29B

#A0A29B
(160,162,155)
#92948D
(146,148,141)
#84867F
(132,134,127)
#767871
(118,120,113)
#686A63
(104,106,99)
#5A5C55
(90,92,85)
#4C4E47
(76,78,71)
#3E4039
(62,64,57)
#30322B
(48,50,43)
#22241D
(34,36,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A0A29B

#A0A29B
(160,162,155)
#A8AAA4
(168,170,164)
#B0B2AD
(176,178,173)
#B8BAB6
(184,186,182)
#C0C2BF
(192,194,191)
#C8CAC8
(200,202,200)
#D0D2D1
(208,210,209)
#D8DADA
(216,218,218)
#E0E2E3
(224,226,227)
#E8EAEC
(232,234,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A29B color. Also use rgb(160,162,155) instead hex code.

Text Font Color

.myTextColor { color: #A0A29B; }

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

This text font color is #A0A29B.


Background Color

.myBgColor { background-color: #A0A29B; }

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

This div background color is #A0A29B.


Border color

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

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

This div border color is #A0A29B.


Opacity

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

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

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

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

This text has shadow with #A0A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A29B on black background.


Color preview on white background

This text has color #A0A29B on white background.



Black color preview on #A0A29B background

This text has black color on #A0A29B background.


White color preview on #A0A29B background

This text has white color on #A0A29B background.