#AA9999

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

Shades of Dusty Grey #AA9999

Tints of Dusty Grey #AA9999

Color information

#AA9999 (or 0xAA9999) is unknown color: approx Dusty Grey. HEX triplet: AA, 99 and 99. RGB value is (170,153,153). Sum of RGB (Red+Green+Blue) = 170+153+153=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9999 is #556666. Grayscale: #9E9E9E. Windows color (decimal): -5596775 or 10066346. OLE color: 10066346.

HSL color Cylindrical-coordinate representation of color #AA9999: hue angle of 0º 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 #AA9999 is Cyan = 0, Magento = 0.1, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170153153-
CMYK00.10.10.33
HSL9.09%63.33%-
HSV(B)10%66.67%-
XYZ33.7233.6334.85-
YUV158.08125.13136.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315300.10.10.3309.0963.33
HexAA99990AA21093f
Octal252231231012124101177
Binary10101010100110011001100101010101010000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9999; }

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

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

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

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

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

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

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

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