#A99292

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

Shades of Dusty Grey #A99292

Tints of Dusty Grey #A99292

Color information

#A99292 (or 0xA99292) is unknown color: approx Dusty Grey. HEX triplet: A9, 92 and 92. RGB value is (169,146,146). Sum of RGB (Red+Green+Blue) = 169+146+146=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A99292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99292 is #566D6D. Grayscale: #989898. Windows color (decimal): -5664110 or 9605801. OLE color: 9605801.

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

Color convert

RGB169146146-
CMYK00.140.140.34
HSL11.79%61.76%-
HSV(B)13.61%66.27%-
XYZ31.8331.0731.51-
YUV152.88124.12139.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=36.66%
G=31.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914614600.140.140.34011.7961.76
HexA992920EE220c3e
Octal251222222016164201476
Binary10101001100100101001001001110111010001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99292; }

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

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

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

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

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

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

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

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