COLOR #AAAB95

HEX: #AAAB95
RGB: (170,171,149)

Color info

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

RGB color model

#AAAB95 color RGB value is (170,171,149).

  • red value is 170;
  • green value is 171;
  • blue value is 149.
RGB:
(170,171,149)
(67%,67%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 149 of 255 = 58%

170
171
149

R + G + B ~ 64%. #AAAB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 149 = 490 (100%)
R 170 of 490 ~ 34.69%
G 171 of 490 ~ 34.9%
B 149 of 490 ~ 30.41%

%34.69
%34.9
%30.41

CMYK color model

#AAAB95 color CMYK value is (1,0,13,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(1,0,13,33)
C1M0Y13K33 
(1%,0%,13%,33%)
(0.01/0.00/0.13/0.33)	

CMYK percentages

%0.58
%0
%12.87
%32.94

Codes

Color #AAAB95 in popluar color models

AAAB95
RGB170171149
HSL63°11.58%62.75%
HSB/HSV63°12.87%67.06%
CMYK0.58%0.00%12.87%
32.94%

Color #AAAB95 in popluar number systems.

HEXAAAB95
Decimal170171149
Binary101010101010101110010101
Octal252253225

Shades and tints

Shades of #AAAB95

#AAAB95
(170,171,149)
#9B9C88
(155,156,136)
#8C8D7B
(140,141,123)
#7D7E6E
(125,126,110)
#6E6F61
(110,111,97)
#5F6054
(95,96,84)
#505147
(80,81,71)
#41423A
(65,66,58)
#32332D
(50,51,45)
#232420
(35,36,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #AAAB95

#AAAB95
(170,171,149)
#B1B29E
(177,178,158)
#B8B9A7
(184,185,167)
#BFC0B0
(191,192,176)
#C6C7B9
(198,199,185)
#CDCEC2
(205,206,194)
#D4D5CB
(212,213,203)
#DBDCD4
(219,220,212)
#E2E3DD
(226,227,221)
#E9EAE6
(233,234,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAB95 color. Also use rgb(170,171,149) instead hex code.

Text Font Color

.myTextColor { color: #AAAB95; }

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

This text font color is #AAAB95.


Background Color

.myBgColor { background-color: #AAAB95; }

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

This div background color is #AAAB95.


Border color

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

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

This div border color is #AAAB95.


Opacity

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

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

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

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

This text has shadow with #AAAB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB95 on black background.


Color preview on white background

This text has color #AAAB95 on white background.



Black color preview on #AAAB95 background

This text has black color on #AAAB95 background.


White color preview on #AAAB95 background

This text has white color on #AAAB95 background.