COLOR #AAAF96

HEX: #AAAF96
RGB: (170,175,150)

Color info

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

RGB color model

#AAAF96 color RGB value is (170,175,150).

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

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 150 of 255 = 59%

170
175
150

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

Portions of RGB colors in percentages

R + G + B =
170 + 175 + 150 = 495 (100%)
R 170 of 495 ~ 34.34%
G 175 of 495 ~ 35.35%
B 150 of 495 ~ 30.3%

%34.34
%35.35
%30.3

CMYK color model

#AAAF96 color CMYK value is (3,0,14,31).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(3,0,14,31)
C3M0Y14K31 
(3%,0%,14%,31%)
(0.03/0.00/0.14/0.31)	

CMYK percentages

%2.86
%0
%14.29
%31.37

Codes

Color #AAAF96 in popluar color models

AAAF96
RGB170175150
HSL72°13.51%63.73%
HSB/HSV72°14.29%68.63%
CMYK2.86%0.00%14.29%
31.37%

Color #AAAF96 in popluar number systems.

HEXAAAF96
Decimal170175150
Binary101010101010111110010110
Octal252257226

Shades and tints

Shades of #AAAF96

#AAAF96
(170,175,150)
#9BA089
(155,160,137)
#8C917C
(140,145,124)
#7D826F
(125,130,111)
#6E7362
(110,115,98)
#5F6455
(95,100,85)
#505548
(80,85,72)
#41463B
(65,70,59)
#32372E
(50,55,46)
#232821
(35,40,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAAF96

#AAAF96
(170,175,150)
#B1B69F
(177,182,159)
#B8BDA8
(184,189,168)
#BFC4B1
(191,196,177)
#C6CBBA
(198,203,186)
#CDD2C3
(205,210,195)
#D4D9CC
(212,217,204)
#DBE0D5
(219,224,213)
#E2E7DE
(226,231,222)
#E9EEE7
(233,238,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAF96; }

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

This text font color is #AAAF96.


Background Color

.myBgColor { background-color: #AAAF96; }

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

This div background color is #AAAF96.


Border color

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

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

This div border color is #AAAF96.


Opacity

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

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

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

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

This text has shadow with #AAAF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAF96 on black background.


Color preview on white background

This text has color #AAAF96 on white background.



Black color preview on #AAAF96 background

This text has black color on #AAAF96 background.


White color preview on #AAAF96 background

This text has white color on #AAAF96 background.