#A59292

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

Shades of Dusty Grey #A59292

Tints of Dusty Grey #A59292

Color information

#A59292 (or 0xA59292) is unknown color: approx Dusty Grey. HEX triplet: A5, 92 and 92. RGB value is (165,146,146). Sum of RGB (Red+Green+Blue) = 165+146+146=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A59292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59292 is #5A6D6D. Grayscale: #979797. Windows color (decimal): -5926254 or 9605797. OLE color: 9605797.

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

Color convert

RGB165146146-
CMYK00.120.120.35
HSL9.55%60.98%-
HSV(B)11.52%64.71%-
XYZ30.9830.6331.47-
YUV151.68124.79137.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=36.11%
G=31.95%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514614600.120.120.3509.5560.98
HexA592920CC230a3d
Octal245222222014144301275
Binary10100101100100101001001001100110010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59292; }

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

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

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

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

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

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

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

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