#AA9493

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

Shades of Dusty Grey #AA9493

Tints of Dusty Grey #AA9493

Color information

#AA9493 (or 0xAA9493) is unknown color: approx Dusty Grey. HEX triplet: AA, 94 and 93. RGB value is (170,148,147). Sum of RGB (Red+Green+Blue) = 170+148+147=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9493 is #556B6C. Grayscale: #9A9A9A. Windows color (decimal): -5598061 or 9671850. OLE color: 9671850.

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

Color convert

RGB170148147-
CMYK00.130.140.33
HSL2.61º11.92%62.16%-
HSV(B)2.61º13.53%66.67%-
XYZ32.4331.8332.04-
YUV154.46123.79139.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=36.56%
G=31.83%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014814700.130.140.332.6111.9262.16
HexAA94930DE213c3e
Octal252224223015164131476
Binary101010101001010010010011011011110100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9493; }

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

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

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

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

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

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

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

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