#AA9594

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

Shades of Dusty Grey #AA9594

Tints of Dusty Grey #AA9594

Color information

#AA9594 (or 0xAA9594) is unknown color: approx Dusty Grey. HEX triplet: AA, 95 and 94. RGB value is (170,149,148). Sum of RGB (Red+Green+Blue) = 170+149+148=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9594 is #556A6B. Grayscale: #9B9B9B. Windows color (decimal): -5597804 or 9737642. OLE color: 9737642.

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

Color convert

RGB170149148-
CMYK00.120.130.33
HSL2.73º11.46%62.35%-
HSV(B)2.73º12.94%66.67%-
XYZ32.6732.1832.51-
YUV155.17123.96138.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=36.40%
G=31.91%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014914800.120.130.332.7311.4662.35
HexAA95940CD213b3e
Octal252225224014154131376
Binary101010101001010110010100011001101100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9594; }

 p { color: rgb(170,149,148); }

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

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

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

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

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

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

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