COLOR #AAB69B

HEX: #AAB69B
RGB: (170,182,155)

Color info

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

RGB color model

#AAB69B color RGB value is (170,182,155).

  • red value is 170;
  • green value is 182;
  • blue value is 155.
RGB:
(170,182,155)
(67%,71%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 155 of 255 = 61%

170
182
155

R + G + B ~ 66%. #AAB69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 155 = 507 (100%)
R 170 of 507 ~ 33.53%
G 182 of 507 ~ 35.9%
B 155 of 507 ~ 30.57%

%33.53
%35.9
%30.57

CMYK color model

#AAB69B color CMYK value is (7,0,15,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(7,0,15,29)
C7M0Y15K29 
(7%,0%,15%,29%)
(0.07/0.00/0.15/0.29)	

CMYK percentages

%6.59
%0
%14.84
%28.63

Codes

Color #AAB69B in popluar color models

AAB69B
RGB170182155
HSL87°15.61%66.08%
HSB/HSV87°14.84%71.37%
CMYK6.59%0.00%14.84%
28.63%

Color #AAB69B in popluar number systems.

HEXAAB69B
Decimal170182155
Binary101010101011011010011011
Octal252266233

Shades and tints

Shades of #AAB69B

#AAB69B
(170,182,155)
#9BA68D
(155,166,141)
#8C967F
(140,150,127)
#7D8671
(125,134,113)
#6E7663
(110,118,99)
#5F6655
(95,102,85)
#505647
(80,86,71)
#414639
(65,70,57)
#32362B
(50,54,43)
#23261D
(35,38,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #AAB69B

#AAB69B
(170,182,155)
#B1BCA4
(177,188,164)
#B8C2AD
(184,194,173)
#BFC8B6
(191,200,182)
#C6CEBF
(198,206,191)
#CDD4C8
(205,212,200)
#D4DAD1
(212,218,209)
#DBE0DA
(219,224,218)
#E2E6E3
(226,230,227)
#E9ECEC
(233,236,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB69B color. Also use rgb(170,182,155) instead hex code.

Text Font Color

.myTextColor { color: #AAB69B; }

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

This text font color is #AAB69B.


Background Color

.myBgColor { background-color: #AAB69B; }

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

This div background color is #AAB69B.


Border color

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

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

This div border color is #AAB69B.


Opacity

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

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

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

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

This text has shadow with #AAB69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB69B on black background.


Color preview on white background

This text has color #AAB69B on white background.



Black color preview on #AAB69B background

This text has black color on #AAB69B background.


White color preview on #AAB69B background

This text has white color on #AAB69B background.