COLOR #A0AB90

HEX: #A0AB90 RGB: (160,171,144)

Color info

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

RGB color model

#A0AB90 color RGB value is (160,171,144).

RGB: (160,171,144) (63%, 67%, 56%)

RGB channels and saturation

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

160
171
144

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

Portions of RGB colors in percentages

R + G + B = 160 + 171 + 144 = 475 (100%)
R 160 of 475 ~ 33.68%
G 171 of 475 ~ 36%
B 144 of 475 ~ 30.32'%

%33.68
%36
%30.32

CMYK color model

#A0AB90 color CMYK value is (6,0,16,33).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK: (6,0,16,33) C6M0Y16K33 (6%,0%,16%,33%) (0.06/0.00/0.16/0.33) 

CMYK percentages

%6.43
%0
%15.79
%32.94

Codes

Color #A0AB90 in popluar color models

A0 AB 90
RGB 160 171 144
HSL 84° 13.85% 61.76%
HSB/HSV 84° 15.79% 67.06%
CMYK 6.43% 0.00% 15.79%
32.94%

Color #A0AB90 in popluar number systems.

HEX A0 AB 90
Decimal 160 171 144
Binary 10100000 10101011 10010000
Octal 240 253 220

Shades and tints

Shades of #A0AB90

#A0AB90
(160,171,144)
#929C83
(146,156,131)
#848D76
(132,141,118)
#767E69
(118,126,105)
#686F5C
(104,111,92)
#5A604F
(90,96,79)
#4C5142
(76,81,66)
#3E4235
(62,66,53)
#303328
(48,51,40)
#22241B
(34,36,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #A0AB90

#A0AB90
(160,171,144)
#A8B29A
(168,178,154)
#B0B9A4
(176,185,164)
#B8C0AE
(184,192,174)
#C0C7B8
(192,199,184)
#C8CEC2
(200,206,194)
#D0D5CC
(208,213,204)
#D8DCD6
(216,220,214)
#E0E3E0
(224,227,224)
#E8EAEA
(232,234,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AB90; }

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

This text font color is #A0AB90.

Background Color

.myBgColor { background-color: #A0AB90; }

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

This div background color is #A0AB90.

Border color

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

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

This div border color is #A0AB90.

Opacity

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

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

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

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

This text has shadow with #A0AB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AB90.

Preview

Color preview on black background

This text has color #A0AB90 on black background.


Color preview on white background

This text has color #A0AB90 on white background.


Black color preview on #A0AB90 background

This text has black color on #A0AB90 background.


White color preview on #A0AB90 background

This text has white color on #A0AB90 background.


Related colors

Complementary color

Complementary color for #hex is #5F546F.


I love getcolorcode.com

Triadic colors

1 #90A0AB and #AB90A0 with #A0AB90 are triadic colors.

2 #90ABA0 and #ABA090 with #A0AB90 are triadic colors.