#AA9292

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

Shades of Dusty Grey #AA9292

Tints of Dusty Grey #AA9292

Color information

#AA9292 (or 0xAA9292) is unknown color: approx Dusty Grey. HEX triplet: AA, 92 and 92. RGB value is (170,146,146). Sum of RGB (Red+Green+Blue) = 170+146+146=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9292 is #556D6D. Grayscale: #999999. Windows color (decimal): -5598574 or 9605802. OLE color: 9605802.

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

Color convert

RGB170146146-
CMYK00.140.140.33
HSL12.37%61.96%-
HSV(B)14.12%66.67%-
XYZ32.0431.1831.52-
YUV153.18123.95140-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=36.80%
G=31.60%
B=31.60%

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
Decimal17014614600.140.140.33012.3761.96
HexAA92920EE210c3e
Octal252222222016164101476
Binary10101010100100101001001001110111010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9292; }

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

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

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

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

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

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

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

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