#AA9A99

Color #AA9A99 Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #AA9A99

Tints of Dusty Grey #AA9A99

Color information

#AA9A99 (or 0xAA9A99) is unknown color: approx Dusty Grey. HEX triplet: AA, 9A and 99. RGB value is (170,154,153). Sum of RGB (Red+Green+Blue) = 170+154+153=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A99 is #556566. Grayscale: #9E9E9E. Windows color (decimal): -5596519 or 10066602. OLE color: 10066602.

HSL color Cylindrical-coordinate representation of color #AA9A99: hue angle of 3.53º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9A99 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170154153-
CMYK00.090.10.33
HSL3.53º9.09%63.33%-
HSV(B)3.53º10%66.67%-
XYZ33.8833.9634.91-
YUV158.67124.8136.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=35.64%
G=32.29%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015415300.090.10.333.539.0963.33
HexAA9A9909A21493f
Octal252232231011124141177
Binary1010101010011010100110010100110101000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A99; }

 p { color: rgb(170,154,153); }

 H1.HeaderClassName
 {
   color: #AA9A99;
 }
 .AnyTagClassName
 {
   color: #AA9A99;
 }
</style>
background-color css

<style>
 a { background-color: #AA9A99; }

 a { background-color: rgb(170,154,153); }

 div.DivClassName
 {
   background-color: #AA9A99;
 }
 .BgClassName
 {
   background-color: #AA9A99;
 }
</style>
border-color css

<style>
 span { border-color: #AA9A99; }

 span { border-color: rgb(170,154,153); }

 td.TdClassName
 {
   border-color: #AA9A99;
 }
 .TagClassName
 {
   border-color: #AA9A99;
 }
</style>