COLOR #A0AB8E

HEX: #A0AB8E
RGB: (160,171,142)

Color info

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

RGB color model

#A0AB8E color RGB value is (160,171,142).

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

RGB channels and saturation

R 160 of 255 = 63%
G 171 of 255 = 67%
B 142 of 255 = 56%

160
171
142

R + G + B ~ 62%. #A0AB8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 171 + 142 = 473 (100%)
R 160 of 473 ~ 33.83%
G 171 of 473 ~ 36.15%
B 142 of 473 ~ 30.02%

%33.83
%36.15
%30.02

CMYK color model

#A0AB8E color CMYK value is (6,0,17,33).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(6,0,17,33)
C6M0Y17K33 
(6%,0%,17%,33%)
(0.06/0.00/0.17/0.33)	

CMYK percentages

%6.43
%0
%16.96
%32.94

Codes

Color #A0AB8E in popluar color models

A0AB8E
RGB160171142
HSL83°14.72%61.37%
HSB/HSV83°16.96%67.06%
CMYK6.43%0.00%16.96%
32.94%

Color #A0AB8E in popluar number systems.

HEXA0AB8E
Decimal160171142
Binary101000001010101110001110
Octal240253216

Shades and tints

Shades of #A0AB8E

#A0AB8E
(160,171,142)
#929C82
(146,156,130)
#848D76
(132,141,118)
#767E6A
(118,126,106)
#686F5E
(104,111,94)
#5A6052
(90,96,82)
#4C5146
(76,81,70)
#3E423A
(62,66,58)
#30332E
(48,51,46)
#222422
(34,36,34)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #A0AB8E

#A0AB8E
(160,171,142)
#A8B298
(168,178,152)
#B0B9A2
(176,185,162)
#B8C0AC
(184,192,172)
#C0C7B6
(192,199,182)
#C8CEC0
(200,206,192)
#D0D5CA
(208,213,202)
#D8DCD4
(216,220,212)
#E0E3DE
(224,227,222)
#E8EAE8
(232,234,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AB8E; }

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

This text font color is #A0AB8E.


Background Color

.myBgColor { background-color: #A0AB8E; }

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

This div background color is #A0AB8E.


Border color

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

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

This div border color is #A0AB8E.


Opacity

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

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

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

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

This text has shadow with #A0AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AB8E on black background.


Color preview on white background

This text has color #A0AB8E on white background.



Black color preview on #A0AB8E background

This text has black color on #A0AB8E background.


White color preview on #A0AB8E background

This text has white color on #A0AB8E background.