#AA9696

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

Shades of Dusty Grey #AA9696

Tints of Dusty Grey #AA9696

Color information

#AA9696 (or 0xAA9696) is unknown color: approx Dusty Grey. HEX triplet: AA, 96 and 96. RGB value is (170,150,150). Sum of RGB (Red+Green+Blue) = 170+150+150=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9696 is #556969. Grayscale: #9C9C9C. Windows color (decimal): -5597546 or 9868970. OLE color: 9868970.

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

Color convert

RGB170150150-
CMYK00.120.120.33
HSL10.53%62.75%-
HSV(B)11.76%66.67%-
XYZ32.9932.5633.4-
YUV155.98124.63138-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=36.17%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015015000.120.120.33010.5362.75
HexAA96960CC210b3f
Octal252226226014144101377
Binary10101010100101101001011001100110010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9696; }

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

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

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

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

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

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

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

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