#A59393

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

Shades of Dusty Grey #A59393

Tints of Dusty Grey #A59393

Color information

#A59393 (or 0xA59393) is unknown color: approx Dusty Grey. HEX triplet: A5, 93 and 93. RGB value is (165,147,147). Sum of RGB (Red+Green+Blue) = 165+147+147=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59393 is #5A6C6C. Grayscale: #989898. Windows color (decimal): -5925997 or 9671589. OLE color: 9671589.

HSL color Cylindrical-coordinate representation of color #A59393: 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.11%. Process color model (Four color, CMYK) of #A59393 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165147147-
CMYK00.110.110.35
HSL9.09%61.18%-
HSV(B)10.91%64.71%-
XYZ31.2230.9731.94-
YUV152.38124.96137-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=35.95%
G=32.03%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514714700.110.110.3509.0961.18
HexA593930BB23093d
Octal245223223013134301175
Binary10100101100100111001001101011101110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59393; }

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

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

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

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

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

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

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

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