COLOR #AAB17E

HEX: #AAB17E
RGB: (170,177,126)

Color info

#AAB17E contains red, green and blue colors in about the same proportion. Web safe color of #AAB17E is #999966 (or #996).

RGB color model

#AAB17E color RGB value is (170,177,126).

  • red value is 170;
  • green value is 177;
  • blue value is 126.
RGB:
(170,177,126)
(67%,69%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 126 of 255 = 49%

170
177
126

R + G + B ~ 62%. #AAB17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 126 = 473 (100%)
R 170 of 473 ~ 35.94%
G 177 of 473 ~ 37.42%
B 126 of 473 ~ 26.64%

%35.94
%37.42
%26.64

CMYK color model

#AAB17E color CMYK value is (4,0,29,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(4,0,29,31)
C4M0Y29K31 
(4%,0%,29%,31%)
(0.04/0.00/0.29/0.31)	

CMYK percentages

%3.95
%0
%28.81
%30.59

Codes

Color #AAB17E in popluar color models

AAB17E
RGB170177126
HSL68°24.64%59.41%
HSB/HSV68°28.81%69.41%
CMYK3.95%0.00%28.81%
30.59%

Color #AAB17E in popluar number systems.

HEXAAB17E
Decimal170177126
Binary10101010101100011111110
Octal252261176

Shades and tints

Shades of #AAB17E

#AAB17E
(170,177,126)
#9BA173
(155,161,115)
#8C9168
(140,145,104)
#7D815D
(125,129,93)
#6E7152
(110,113,82)
#5F6147
(95,97,71)
#50513C
(80,81,60)
#414131
(65,65,49)
#323126
(50,49,38)
#23211B
(35,33,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AAB17E

#AAB17E
(170,177,126)
#B1B889
(177,184,137)
#B8BF94
(184,191,148)
#BFC69F
(191,198,159)
#C6CDAA
(198,205,170)
#CDD4B5
(205,212,181)
#D4DBC0
(212,219,192)
#DBE2CB
(219,226,203)
#E2E9D6
(226,233,214)
#E9F0E1
(233,240,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB17E color. Also use rgb(170,177,126) instead hex code.

Text Font Color

.myTextColor { color: #AAB17E; }

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

This text font color is #AAB17E.


Background Color

.myBgColor { background-color: #AAB17E; }

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

This div background color is #AAB17E.


Border color

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

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

This div border color is #AAB17E.


Opacity

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

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

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

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

This text has shadow with #AAB17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB17E on black background.


Color preview on white background

This text has color #AAB17E on white background.



Black color preview on #AAB17E background

This text has black color on #AAB17E background.


White color preview on #AAB17E background

This text has white color on #AAB17E background.