#AA9393

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

Shades of Dusty Grey #AA9393

Tints of Dusty Grey #AA9393

Color information

#AA9393 (or 0xAA9393) is unknown color: approx Dusty Grey. HEX triplet: AA, 93 and 93. RGB value is (170,147,147). Sum of RGB (Red+Green+Blue) = 170+147+147=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9393 is #556C6C. Grayscale: #999999. Windows color (decimal): -5598317 or 9671594. OLE color: 9671594.

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

Color convert

RGB170147147-
CMYK00.140.140.33
HSL11.92%62.16%-
HSV(B)13.53%66.67%-
XYZ32.2831.5231.99-
YUV153.88124.12139.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=36.64%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014714700.140.140.33011.9262.16
HexAA93930EE210c3e
Octal252223223016164101476
Binary10101010100100111001001101110111010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9393; }

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

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

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

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

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

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

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

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