#AA9796

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

Shades of Dusty Grey #AA9796

Tints of Dusty Grey #AA9796

Color information

#AA9796 (or 0xAA9796) is unknown color: approx Dusty Grey. HEX triplet: AA, 97 and 96. RGB value is (170,151,150). Sum of RGB (Red+Green+Blue) = 170+151+150=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9796 is #556869. Grayscale: #9C9C9C. Windows color (decimal): -5597290 or 9869226. OLE color: 9869226.

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

Color convert

RGB170151150-
CMYK00.110.120.33
HSL10.53%62.75%-
HSV(B)11.76%66.67%-
XYZ33.1532.8833.45-
YUV156.57124.29137.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=36.09%
G=32.06%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015115000.110.120.33310.5362.75
HexAA97960BC213b3f
Octal252227226013144131377
Binary101010101001011110010110010111100100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9796; }

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

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

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

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

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

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

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

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