COLOR #A0A89B

HEX: #A0A89B
RGB: (160,168,155)

Color info

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

RGB color model

#A0A89B color RGB value is (160,168,155).

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

RGB channels and saturation

R 160 of 255 = 63%
G 168 of 255 = 66%
B 155 of 255 = 61%

160
168
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 168 + 155 = 483 (100%)
R 160 of 483 ~ 33.13%
G 168 of 483 ~ 34.78%
B 155 of 483 ~ 32.09%

%33.13
%34.78
%32.09

CMYK color model

#A0A89B color CMYK value is (5,0,8,34).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(5,0,8,34)
C5M0Y8K34 
(5%,0%,8%,34%)
(0.05/0.00/0.08/0.34)	

CMYK percentages

%4.76
%0
%7.74
%34.12

Codes

Color #A0A89B in popluar color models

A0A89B
RGB160168155
HSL97°6.95%63.33%
HSB/HSV97°7.74%65.88%
CMYK4.76%0.00%7.74%
34.12%

Color #A0A89B in popluar number systems.

HEXA0A89B
Decimal160168155
Binary101000001010100010011011
Octal240250233

Shades and tints

Shades of #A0A89B

#A0A89B
(160,168,155)
#92998D
(146,153,141)
#848A7F
(132,138,127)
#767B71
(118,123,113)
#686C63
(104,108,99)
#5A5D55
(90,93,85)
#4C4E47
(76,78,71)
#3E3F39
(62,63,57)
#30302B
(48,48,43)
#22211D
(34,33,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A0A89B

#A0A89B
(160,168,155)
#A8AFA4
(168,175,164)
#B0B6AD
(176,182,173)
#B8BDB6
(184,189,182)
#C0C4BF
(192,196,191)
#C8CBC8
(200,203,200)
#D0D2D1
(208,210,209)
#D8D9DA
(216,217,218)
#E0E0E3
(224,224,227)
#E8E7EC
(232,231,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A89B; }

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

This text font color is #A0A89B.


Background Color

.myBgColor { background-color: #A0A89B; }

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

This div background color is #A0A89B.


Border color

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

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

This div border color is #A0A89B.


Opacity

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

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

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

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

This text has shadow with #A0A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A89B on black background.


Color preview on white background

This text has color #A0A89B on white background.



Black color preview on #A0A89B background

This text has black color on #A0A89B background.


White color preview on #A0A89B background

This text has white color on #A0A89B background.