COLOR #A0AB84

HEX: #A0AB84
RGB: (160,171,132)

Color info

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

RGB color model

#A0AB84 color RGB value is (160,171,132).

  • red value is 160;
  • green value is 171;
  • blue value is 132.
RGB:
(160,171,132)
(63%,67%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 171 of 255 = 67%
B 132 of 255 = 52%

160
171
132

R + G + B ~ 61%. #A0AB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 171 + 132 = 463 (100%)
R 160 of 463 ~ 34.56%
G 171 of 463 ~ 36.93%
B 132 of 463 ~ 28.51%

%34.56
%36.93
%28.51

CMYK color model

#A0AB84 color CMYK value is (6,0,23,33).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(6,0,23,33)
C6M0Y23K33 
(6%,0%,23%,33%)
(0.06/0.00/0.23/0.33)	

CMYK percentages

%6.43
%0
%22.81
%32.94

Codes

Color #A0AB84 in popluar color models

A0AB84
RGB160171132
HSL77°18.84%59.41%
HSB/HSV77°22.81%67.06%
CMYK6.43%0.00%22.81%
32.94%

Color #A0AB84 in popluar number systems.

HEXA0AB84
Decimal160171132
Binary101000001010101110000100
Octal240253204

Shades and tints

Shades of #A0AB84

#A0AB84
(160,171,132)
#929C78
(146,156,120)
#848D6C
(132,141,108)
#767E60
(118,126,96)
#686F54
(104,111,84)
#5A6048
(90,96,72)
#4C513C
(76,81,60)
#3E4230
(62,66,48)
#303324
(48,51,36)
#222418
(34,36,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #A0AB84

#A0AB84
(160,171,132)
#A8B28F
(168,178,143)
#B0B99A
(176,185,154)
#B8C0A5
(184,192,165)
#C0C7B0
(192,199,176)
#C8CEBB
(200,206,187)
#D0D5C6
(208,213,198)
#D8DCD1
(216,220,209)
#E0E3DC
(224,227,220)
#E8EAE7
(232,234,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AB84 color. Also use rgb(160,171,132) instead hex code.

Text Font Color

.myTextColor { color: #A0AB84; }

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

This text font color is #A0AB84.


Background Color

.myBgColor { background-color: #A0AB84; }

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

This div background color is #A0AB84.


Border color

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

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

This div border color is #A0AB84.


Opacity

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

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

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

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

This text has shadow with #A0AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AB84 on black background.


Color preview on white background

This text has color #A0AB84 on white background.



Black color preview on #A0AB84 background

This text has black color on #A0AB84 background.


White color preview on #A0AB84 background

This text has white color on #A0AB84 background.