COLOR #AABB81

HEX: #AABB81 RGB: (170,187,129)

Color info

#AABB81 contains red, green and blue colors in about the same proportion. Web safe color of #AABB81 is #99CC99 (or #9C9).

RGB color model

#AABB81 color RGB value is (170,187,129).

RGB: (170,187,129) (67%, 73%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 129 of 255 = 51%

170
187
129

R + G + B ~ 64%. #AABB81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 129 = 486 (100%)
R 170 of 486 ~ 34.98%
G 187 of 486 ~ 38.48%
B 129 of 486 ~ 26.54'%

%34.98
%38.48
%26.54

CMYK color model

#AABB81 color CMYK value is (9,0,31,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 26.67%

CMYK: (9,0,31,27)
C9M0Y31K27 (9%, 0%, 31%, 27%)
(0.09 / 0.00 / 0.31 / 0.27)

CMYK percentages

%9.09
%0
%31.02
%26.67

Codes

Color #AABB81 in popluar color models

AA BB 81
RGB 170 187 129
HSL 78° 29.90% 61.96%
HSB/HSV 78° 31.02% 73.33%
CMYK 9.09% 0.00% 31.02%
26.67%

Color #AABB81 in popluar number systems.

HEX AA BB 81
Decimal 170 187 129
Binary 10101010 10111011 10000001
Octal 252 273 201

Shades and tints

Shades of #AABB81

#AABB81
(170,187,129)
#9BAA76
(155,170,118)
#8C996B
(140,153,107)
#7D8860
(125,136,96)
#6E7755
(110,119,85)
#5F664A
(95,102,74)
#50553F
(80,85,63)
#414434
(65,68,52)
#323329
(50,51,41)
#23221E
(35,34,30)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AABB81

#AABB81
(170,187,129)
#B1C18C
(177,193,140)
#B8C797
(184,199,151)
#BFCDA2
(191,205,162)
#C6D3AD
(198,211,173)
#CDD9B8
(205,217,184)
#D4DFC3
(212,223,195)
#DBE5CE
(219,229,206)
#E2EBD9
(226,235,217)
#E9F1E4
(233,241,228)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB81; }

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

This text font color is #AABB81.

Background Color

.myBgColor { background-color: #AABB81; }

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

This div background color is #AABB81.

Border color

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

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

This div border color is #AABB81.

Opacity

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

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

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

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

This text has shadow with #AABB81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABB81.

Preview

Color preview on black background

This text has color #AABB81 on black background.


Color preview on white background

This text has color #AABB81 on white background.


Black color preview on #AABB81 background

This text has black color on #AABB81 background.


White color preview on #AABB81 background

This text has white color on #AABB81 background.


Related colors

Complementary color

Complementary color for #hex is #55447E.


I love getcolorcode.com

Triadic colors

1 #81AABB and #BB81AA with #AABB81 are triadic colors.

2 #81BBAA and #BBAA81 with #AABB81 are triadic colors.