COLOR #ABAA90

HEX: #ABAA90 RGB: (171,170,144)

Color info

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

RGB color model

#ABAA90 color RGB value is (171,170,144).

RGB: (171,170,144) (67%, 67%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 144 of 255 = 56%

171
170
144

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 144 = 485 (100%)
R 171 of 485 ~ 35.26%
G 170 of 485 ~ 35.05%
B 144 of 485 ~ 29.69'%

%35.26
%35.05
%29.69

CMYK color model

#ABAA90 color CMYK value is (0,1,16,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK: (0,1,16,33) C0M1Y16K33 (0%,1%,16%,33%) (0.00/0.01/0.16/0.33) 

CMYK percentages

%0
%0.58
%15.79
%32.94

Codes

Color #ABAA90 in popluar color models

AB AA 90
RGB 171 170 144
HSL 58° 13.85% 61.76%
HSB/HSV 58° 15.79% 67.06%
CMYK 0.00% 0.58% 15.79%
32.94%

Color #ABAA90 in popluar number systems.

HEX AB AA 90
Decimal 171 170 144
Binary 10101011 10101010 10010000
Octal 253 252 220

Shades and tints

Shades of #ABAA90

#ABAA90
(171,170,144)
#9C9B83
(156,155,131)
#8D8C76
(141,140,118)
#7E7D69
(126,125,105)
#6F6E5C
(111,110,92)
#605F4F
(96,95,79)
#515042
(81,80,66)
#424135
(66,65,53)
#333228
(51,50,40)
#24231B
(36,35,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #ABAA90

#ABAA90
(171,170,144)
#B2B19A
(178,177,154)
#B9B8A4
(185,184,164)
#C0BFAE
(192,191,174)
#C7C6B8
(199,198,184)
#CECDC2
(206,205,194)
#D5D4CC
(213,212,204)
#DCDBD6
(220,219,214)
#E3E2E0
(227,226,224)
#EAE9EA
(234,233,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA90; }

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

This text font color is #ABAA90.

Background Color

.myBgColor { background-color: #ABAA90; }

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

This div background color is #ABAA90.

Border color

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

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

This div border color is #ABAA90.

Opacity

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

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

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

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

This text has shadow with #ABAA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA90.

Preview

Color preview on black background

This text has color #ABAA90 on black background.


Color preview on white background

This text has color #ABAA90 on white background.


Black color preview on #ABAA90 background

This text has black color on #ABAA90 background.


White color preview on #ABAA90 background

This text has white color on #ABAA90 background.


Related colors

Complementary color

Complementary color for #hex is #54556F.


I love getcolorcode.com

Triadic colors

1 #90ABAA and #AA90AB with #ABAA90 are triadic colors.

2 #90AAAB and #AAAB90 with #ABAA90 are triadic colors.