COLOR #AAB5A3

HEX: #AAB5A3
RGB: (170,181,163)

Color info

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

RGB color model

#AAB5A3 color RGB value is (170,181,163).

  • red value is 170;
  • green value is 181;
  • blue value is 163.
RGB:
(170,181,163)
(67%,71%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 163 of 255 = 64%

170
181
163

R + G + B ~ 67%. #AAB5A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 163 = 514 (100%)
R 170 of 514 ~ 33.07%
G 181 of 514 ~ 35.21%
B 163 of 514 ~ 31.71%

%33.07
%35.21
%31.71

CMYK color model

#AAB5A3 color CMYK value is (6,0,10,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(6,0,10,29)
C6M0Y10K29 
(6%,0%,10%,29%)
(0.06/0.00/0.10/0.29)	

CMYK percentages

%6.08
%0
%9.94
%29.02

Codes

Color #AAB5A3 in popluar color models

AAB5A3
RGB170181163
HSL97°10.84%67.45%
HSB/HSV97°9.94%70.98%
CMYK6.08%0.00%9.94%
29.02%

Color #AAB5A3 in popluar number systems.

HEXAAB5A3
Decimal170181163
Binary101010101011010110100011
Octal252265243

Shades and tints

Shades of #AAB5A3

#AAB5A3
(170,181,163)
#9BA595
(155,165,149)
#8C9587
(140,149,135)
#7D8579
(125,133,121)
#6E756B
(110,117,107)
#5F655D
(95,101,93)
#50554F
(80,85,79)
#414541
(65,69,65)
#323533
(50,53,51)
#232525
(35,37,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AAB5A3

#AAB5A3
(170,181,163)
#B1BBAB
(177,187,171)
#B8C1B3
(184,193,179)
#BFC7BB
(191,199,187)
#C6CDC3
(198,205,195)
#CDD3CB
(205,211,203)
#D4D9D3
(212,217,211)
#DBDFDB
(219,223,219)
#E2E5E3
(226,229,227)
#E9EBEB
(233,235,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB5A3 color. Also use rgb(170,181,163) instead hex code.

Text Font Color

.myTextColor { color: #AAB5A3; }

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

This text font color is #AAB5A3.


Background Color

.myBgColor { background-color: #AAB5A3; }

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

This div background color is #AAB5A3.


Border color

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

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

This div border color is #AAB5A3.


Opacity

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

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

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

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

This text has shadow with #AAB5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5A3 on black background.


Color preview on white background

This text has color #AAB5A3 on white background.



Black color preview on #AAB5A3 background

This text has black color on #AAB5A3 background.


White color preview on #AAB5A3 background

This text has white color on #AAB5A3 background.