COLOR #AAB28A

HEX: #AAB28A
RGB: (170,178,138)

Color info

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

RGB color model

#AAB28A color RGB value is (170,178,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 138 of 255 = 54%

170
178
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 138 = 486 (100%)
R 170 of 486 ~ 34.98%
G 178 of 486 ~ 36.63%
B 138 of 486 ~ 28.4%

%34.98
%36.63
%28.4

CMYK color model

#AAB28A color CMYK value is (4,0,22,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(4,0,22,30)
C4M0Y22K30 
(4%,0%,22%,30%)
(0.04/0.00/0.22/0.30)	

CMYK percentages

%4.49
%0
%22.47
%30.2

Codes

Color #AAB28A in popluar color models

AAB28A
RGB170178138
HSL72°20.62%61.96%
HSB/HSV72°22.47%69.80%
CMYK4.49%0.00%22.47%
30.20%

Color #AAB28A in popluar number systems.

HEXAAB28A
Decimal170178138
Binary101010101011001010001010
Octal252262212

Shades and tints

Shades of #AAB28A

#AAB28A
(170,178,138)
#9BA27E
(155,162,126)
#8C9272
(140,146,114)
#7D8266
(125,130,102)
#6E725A
(110,114,90)
#5F624E
(95,98,78)
#505242
(80,82,66)
#414236
(65,66,54)
#32322A
(50,50,42)
#23221E
(35,34,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AAB28A

#AAB28A
(170,178,138)
#B1B994
(177,185,148)
#B8C09E
(184,192,158)
#BFC7A8
(191,199,168)
#C6CEB2
(198,206,178)
#CDD5BC
(205,213,188)
#D4DCC6
(212,220,198)
#DBE3D0
(219,227,208)
#E2EADA
(226,234,218)
#E9F1E4
(233,241,228)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB28A; }

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

This text font color is #AAB28A.


Background Color

.myBgColor { background-color: #AAB28A; }

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

This div background color is #AAB28A.


Border color

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

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

This div border color is #AAB28A.


Opacity

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

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

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

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

This text has shadow with #AAB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB28A on black background.


Color preview on white background

This text has color #AAB28A on white background.



Black color preview on #AAB28A background

This text has black color on #AAB28A background.


White color preview on #AAB28A background

This text has white color on #AAB28A background.