#A59494

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

Shades of Dusty Grey #A59494

Tints of Dusty Grey #A59494

Color information

#A59494 (or 0xA59494) is unknown color: approx Dusty Grey. HEX triplet: A5, 94 and 94. RGB value is (165,148,148). Sum of RGB (Red+Green+Blue) = 165+148+148=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59494 is #5A6B6B. Grayscale: #999999. Windows color (decimal): -5925740 or 9737381. OLE color: 9737381.

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

Color convert

RGB165148148-
CMYK00.100.100.35
HSL8.63%61.37%-
HSV(B)10.3%64.71%-
XYZ31.4531.3232.4-
YUV153.08125.13136.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=35.79%
G=32.10%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514814800.100.100.3508.6361.37
HexA594940AA23093d
Octal245224224012124301175
Binary10100101100101001001010001010101010001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59494; }

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

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

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

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

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

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

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

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