#A59395

Color #A59395 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A59395

Tints of Shady Lady #A59395

Color information

#A59395 (or 0xA59395) is unknown color: approx Shady Lady. HEX triplet: A5, 93 and 95. RGB value is (165,147,149). Sum of RGB (Red+Green+Blue) = 165+147+149=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59395 is #5A6C6A. Grayscale: #989898. Windows color (decimal): -5925995 or 9802661. OLE color: 9802661.

HSL color Cylindrical-coordinate representation of color #A59395: hue angle of 353.33º 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 #A59395 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB165147149-
CMYK00.110.100.35
HSL353.33º9.09%61.18%-
HSV(B)353.33º10.91%64.71%-
XYZ31.3831.0432.77-
YUV152.61125.96136.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=35.79%
G=31.89%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514714900.110.100.35353.339.0961.18
HexA593950BA2316193d
Octal24522322501312435411175
Binary1010010110010011100101010101110101000111011000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59395; }

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

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

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

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

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

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

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

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