COLOR #AAA196

HEX: #AAA196
RGB: (170,161,150)

Color info

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

RGB color model

#AAA196 color RGB value is (170,161,150).

  • red value is 170;
  • green value is 161;
  • blue value is 150.
RGB:
(170,161,150)
(67%,63%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 161 of 255 = 63%
B 150 of 255 = 59%

170
161
150

R + G + B ~ 63%. #AAA196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 161 + 150 = 481 (100%)
R 170 of 481 ~ 35.34%
G 161 of 481 ~ 33.47%
B 150 of 481 ~ 31.19%

%35.34
%33.47
%31.19

CMYK color model

#AAA196 color CMYK value is (0,5,12,33).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 11.76%
  • key color value is 33.33%
CMYK:
(0,5,12,33)
C0M5Y12K33 
(0%,5%,12%,33%)
(0.00/0.05/0.12/0.33)	

CMYK percentages

%0
%5.29
%11.76
%33.33

Codes

Color #AAA196 in popluar color models

AAA196
RGB170161150
HSL33°10.53%62.75%
HSB/HSV33°11.76%66.67%
CMYK0.00%5.29%11.76%
33.33%

Color #AAA196 in popluar number systems.

HEXAAA196
Decimal170161150
Binary101010101010000110010110
Octal252241226

Shades and tints

Shades of #AAA196

#AAA196
(170,161,150)
#9B9389
(155,147,137)
#8C857C
(140,133,124)
#7D776F
(125,119,111)
#6E6962
(110,105,98)
#5F5B55
(95,91,85)
#504D48
(80,77,72)
#413F3B
(65,63,59)
#32312E
(50,49,46)
#232321
(35,35,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAA196

#AAA196
(170,161,150)
#B1A99F
(177,169,159)
#B8B1A8
(184,177,168)
#BFB9B1
(191,185,177)
#C6C1BA
(198,193,186)
#CDC9C3
(205,201,195)
#D4D1CC
(212,209,204)
#DBD9D5
(219,217,213)
#E2E1DE
(226,225,222)
#E9E9E7
(233,233,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA196 color. Also use rgb(170,161,150) instead hex code.

Text Font Color

.myTextColor { color: #AAA196; }

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

This text font color is #AAA196.


Background Color

.myBgColor { background-color: #AAA196; }

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

This div background color is #AAA196.


Border color

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

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

This div border color is #AAA196.


Opacity

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

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

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

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

This text has shadow with #AAA196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA196 on black background.


Color preview on white background

This text has color #AAA196 on white background.



Black color preview on #AAA196 background

This text has black color on #AAA196 background.


White color preview on #AAA196 background

This text has white color on #AAA196 background.