COLOR #AAB88D

HEX: #AAB88D
RGB: (170,184,141)

Color info

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

RGB color model

#AAB88D color RGB value is (170,184,141).

  • red value is 170;
  • green value is 184;
  • blue value is 141.
RGB:
(170,184,141)
(67%,72%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 141 of 255 = 55%

170
184
141

R + G + B ~ 65%. #AAB88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 141 = 495 (100%)
R 170 of 495 ~ 34.34%
G 184 of 495 ~ 37.17%
B 141 of 495 ~ 28.48%

%34.34
%37.17
%28.48

CMYK color model

#AAB88D color CMYK value is (8,0,23,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(8,0,23,28)
C8M0Y23K28 
(8%,0%,23%,28%)
(0.08/0.00/0.23/0.28)	

CMYK percentages

%7.61
%0
%23.37
%27.84

Codes

Color #AAB88D in popluar color models

AAB88D
RGB170184141
HSL80°23.24%63.73%
HSB/HSV80°23.37%72.16%
CMYK7.61%0.00%23.37%
27.84%

Color #AAB88D in popluar number systems.

HEXAAB88D
Decimal170184141
Binary101010101011100010001101
Octal252270215

Shades and tints

Shades of #AAB88D

#AAB88D
(170,184,141)
#9BA881
(155,168,129)
#8C9875
(140,152,117)
#7D8869
(125,136,105)
#6E785D
(110,120,93)
#5F6851
(95,104,81)
#505845
(80,88,69)
#414839
(65,72,57)
#32382D
(50,56,45)
#232821
(35,40,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #AAB88D

#AAB88D
(170,184,141)
#B1BE97
(177,190,151)
#B8C4A1
(184,196,161)
#BFCAAB
(191,202,171)
#C6D0B5
(198,208,181)
#CDD6BF
(205,214,191)
#D4DCC9
(212,220,201)
#DBE2D3
(219,226,211)
#E2E8DD
(226,232,221)
#E9EEE7
(233,238,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB88D color. Also use rgb(170,184,141) instead hex code.

Text Font Color

.myTextColor { color: #AAB88D; }

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

This text font color is #AAB88D.


Background Color

.myBgColor { background-color: #AAB88D; }

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

This div background color is #AAB88D.


Border color

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

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

This div border color is #AAB88D.


Opacity

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

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

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

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

This text has shadow with #AAB88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB88D on black background.


Color preview on white background

This text has color #AAB88D on white background.



Black color preview on #AAB88D background

This text has black color on #AAB88D background.


White color preview on #AAB88D background

This text has white color on #AAB88D background.