COLOR #AA969B

HEX: #AA969B
RGB: (170,150,155)

Color info

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

RGB color model

#AA969B color RGB value is (170,150,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 155 of 255 = 61%

170
150
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 155 = 475 (100%)
R 170 of 475 ~ 35.79%
G 150 of 475 ~ 31.58%
B 155 of 475 ~ 32.63%

%35.79
%31.58
%32.63

CMYK color model

#AA969B color CMYK value is (0,12,9,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,12,9,33)
C0M12Y9K33 
(0%,12%,9%,33%)
(0.00/0.12/0.09/0.33)	

CMYK percentages

%0
%11.76
%8.82
%33.33

Codes

Color #AA969B in popluar color models

AA969B
RGB170150155
HSL345°10.53%62.75%
HSB/HSV345°11.76%66.67%
CMYK0.00%11.76%8.82%
33.33%

Color #AA969B in popluar number systems.

HEXAA969B
Decimal170150155
Binary101010101001011010011011
Octal252226233

Shades and tints

Shades of #AA969B

#AA969B
(170,150,155)
#9B898D
(155,137,141)
#8C7C7F
(140,124,127)
#7D6F71
(125,111,113)
#6E6263
(110,98,99)
#5F5555
(95,85,85)
#504847
(80,72,71)
#413B39
(65,59,57)
#322E2B
(50,46,43)
#23211D
(35,33,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AA969B

#AA969B
(170,150,155)
#B19FA4
(177,159,164)
#B8A8AD
(184,168,173)
#BFB1B6
(191,177,182)
#C6BABF
(198,186,191)
#CDC3C8
(205,195,200)
#D4CCD1
(212,204,209)
#DBD5DA
(219,213,218)
#E2DEE3
(226,222,227)
#E9E7EC
(233,231,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA969B; }

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

This text font color is #AA969B.


Background Color

.myBgColor { background-color: #AA969B; }

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

This div background color is #AA969B.


Border color

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

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

This div border color is #AA969B.


Opacity

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

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

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

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

This text has shadow with #AA969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA969B on black background.


Color preview on white background

This text has color #AA969B on white background.



Black color preview on #AA969B background

This text has black color on #AA969B background.


White color preview on #AA969B background

This text has white color on #AA969B background.