COLOR #ABAA81

HEX: #ABAA81 RGB: (171,170,129)

Color info

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

RGB color model

#ABAA81 color RGB value is (171,170,129).

RGB: (171,170,129) (67%, 67%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 129 of 255 = 51%

171
170
129

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 129 = 470 (100%)
R 171 of 470 ~ 36.38%
G 170 of 470 ~ 36.17%
B 129 of 470 ~ 27.45'%

%36.38
%36.17
%27.45

CMYK color model

#ABAA81 color CMYK value is (0,1,25,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 24.56%
  • key color value is 32.94%

CMYK: (0,1,25,33)
C0M1Y25K33 (0%, 1%, 25%, 33%)
(0.00 / 0.01 / 0.25 / 0.33)

CMYK percentages

%0
%0.58
%24.56
%32.94

Codes

Color #ABAA81 in popluar color models

AB AA 81
RGB 171 170 129
HSL 59° 20.00% 58.82%
HSB/HSV 59° 24.56% 67.06%
CMYK 0.00% 0.58% 24.56%
32.94%

Color #ABAA81 in popluar number systems.

HEX AB AA 81
Decimal 171 170 129
Binary 10101011 10101010 10000001
Octal 253 252 201

Shades and tints

Shades of #ABAA81

#ABAA81
(171,170,129)
#9C9B76
(156,155,118)
#8D8C6B
(141,140,107)
#7E7D60
(126,125,96)
#6F6E55
(111,110,85)
#605F4A
(96,95,74)
#51503F
(81,80,63)
#424134
(66,65,52)
#333229
(51,50,41)
#24231E
(36,35,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #ABAA81

#ABAA81
(171,170,129)
#B2B18C
(178,177,140)
#B9B897
(185,184,151)
#C0BFA2
(192,191,162)
#C7C6AD
(199,198,173)
#CECDB8
(206,205,184)
#D5D4C3
(213,212,195)
#DCDBCE
(220,219,206)
#E3E2D9
(227,226,217)
#EAE9E4
(234,233,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA81; }

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

This text font color is #ABAA81.

Background Color

.myBgColor { background-color: #ABAA81; }

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

This div background color is #ABAA81.

Border color

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

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

This div border color is #ABAA81.

Opacity

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

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

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

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

This text has shadow with #ABAA81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA81.

Preview

Color preview on black background

This text has color #ABAA81 on black background.


Color preview on white background

This text has color #ABAA81 on white background.


Black color preview on #ABAA81 background

This text has black color on #ABAA81 background.


White color preview on #ABAA81 background

This text has white color on #ABAA81 background.


Related colors

Complementary color

Complementary color for #hex is #54557E.


I love getcolorcode.com

Triadic colors

1 #81ABAA and #AA81AB with #ABAA81 are triadic colors.

2 #81AAAB and #AAAB81 with #ABAA81 are triadic colors.