COLOR #A0AB85

HEX: #A0AB85
RGB: (160,171,133)

Color info

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

RGB color model

#A0AB85 color RGB value is (160,171,133).

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

RGB channels and saturation

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

160
171
133

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

Portions of RGB colors in percentages

R + G + B =
160 + 171 + 133 = 464 (100%)
R 160 of 464 ~ 34.48%
G 171 of 464 ~ 36.85%
B 133 of 464 ~ 28.66%

%34.48
%36.85
%28.66

CMYK color model

#A0AB85 color CMYK value is (6,0,22,33).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 32.94%
CMYK:
(6,0,22,33)
C6M0Y22K33 
(6%,0%,22%,33%)
(0.06/0.00/0.22/0.33)	

CMYK percentages

%6.43
%0
%22.22
%32.94

Codes

Color #A0AB85 in popluar color models

A0AB85
RGB160171133
HSL77°18.45%59.61%
HSB/HSV77°22.22%67.06%
CMYK6.43%0.00%22.22%
32.94%

Color #A0AB85 in popluar number systems.

HEXA0AB85
Decimal160171133
Binary101000001010101110000101
Octal240253205

Shades and tints

Shades of #A0AB85

#A0AB85
(160,171,133)
#929C79
(146,156,121)
#848D6D
(132,141,109)
#767E61
(118,126,97)
#686F55
(104,111,85)
#5A6049
(90,96,73)
#4C513D
(76,81,61)
#3E4231
(62,66,49)
#303325
(48,51,37)
#222419
(34,36,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #A0AB85

#A0AB85
(160,171,133)
#A8B290
(168,178,144)
#B0B99B
(176,185,155)
#B8C0A6
(184,192,166)
#C0C7B1
(192,199,177)
#C8CEBC
(200,206,188)
#D0D5C7
(208,213,199)
#D8DCD2
(216,220,210)
#E0E3DD
(224,227,221)
#E8EAE8
(232,234,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AB85; }

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

This text font color is #A0AB85.


Background Color

.myBgColor { background-color: #A0AB85; }

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

This div background color is #A0AB85.


Border color

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

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

This div border color is #A0AB85.


Opacity

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

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

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

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

This text has shadow with #A0AB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AB85 on black background.


Color preview on white background

This text has color #A0AB85 on white background.



Black color preview on #A0AB85 background

This text has black color on #A0AB85 background.


White color preview on #A0AB85 background

This text has white color on #A0AB85 background.