#AA9191

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

Shades of Dusty Grey #AA9191

Tints of Dusty Grey #AA9191

Color information

#AA9191 (or 0xAA9191) is unknown color: approx Dusty Grey. HEX triplet: AA, 91 and 91. RGB value is (170,145,145). Sum of RGB (Red+Green+Blue) = 170+145+145=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9191 is #556E6E. Grayscale: #989898. Windows color (decimal): -5598831 or 9540010. OLE color: 9540010.

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

Color convert

RGB170145145-
CMYK00.150.150.33
HSL12.82%61.76%-
HSV(B)14.71%66.67%-
XYZ31.8130.8431.06-
YUV152.48123.78140.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=36.96%
G=31.52%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014514500.150.150.33012.8261.76
HexAA91910FF210d3e
Octal252221221017174101576
Binary10101010100100011001000101111111110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9191; }

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

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

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

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

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

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

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

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