COLOR #AAB29B

HEX: #AAB29B
RGB: (170,178,155)

Color info

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

RGB color model

#AAB29B color RGB value is (170,178,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 155 of 255 = 61%

170
178
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 155 = 503 (100%)
R 170 of 503 ~ 33.8%
G 178 of 503 ~ 35.39%
B 155 of 503 ~ 30.82%

%33.8
%35.39
%30.82

CMYK color model

#AAB29B color CMYK value is (4,0,13,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(4,0,13,30)
C4M0Y13K30 
(4%,0%,13%,30%)
(0.04/0.00/0.13/0.30)	

CMYK percentages

%4.49
%0
%12.92
%30.2

Codes

Color #AAB29B in popluar color models

AAB29B
RGB170178155
HSL81°12.99%65.29%
HSB/HSV81°12.92%69.80%
CMYK4.49%0.00%12.92%
30.20%

Color #AAB29B in popluar number systems.

HEXAAB29B
Decimal170178155
Binary101010101011001010011011
Octal252262233

Shades and tints

Shades of #AAB29B

#AAB29B
(170,178,155)
#9BA28D
(155,162,141)
#8C927F
(140,146,127)
#7D8271
(125,130,113)
#6E7263
(110,114,99)
#5F6255
(95,98,85)
#505247
(80,82,71)
#414239
(65,66,57)
#32322B
(50,50,43)
#23221D
(35,34,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AAB29B

#AAB29B
(170,178,155)
#B1B9A4
(177,185,164)
#B8C0AD
(184,192,173)
#BFC7B6
(191,199,182)
#C6CEBF
(198,206,191)
#CDD5C8
(205,213,200)
#D4DCD1
(212,220,209)
#DBE3DA
(219,227,218)
#E2EAE3
(226,234,227)
#E9F1EC
(233,241,236)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB29B; }

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

This text font color is #AAB29B.


Background Color

.myBgColor { background-color: #AAB29B; }

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

This div background color is #AAB29B.


Border color

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

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

This div border color is #AAB29B.


Opacity

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

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

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

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

This text has shadow with #AAB29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB29B on black background.


Color preview on white background

This text has color #AAB29B on white background.



Black color preview on #AAB29B background

This text has black color on #AAB29B background.


White color preview on #AAB29B background

This text has white color on #AAB29B background.