#A59195

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

Shades of Shady Lady #A59195

Tints of Shady Lady #A59195

Color information

#A59195 (or 0xA59195) is unknown color: approx Shady Lady. HEX triplet: A5, 91 and 95. RGB value is (165,145,149). Sum of RGB (Red+Green+Blue) = 165+145+149=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59195 is #5A6E6A. Grayscale: #979797. Windows color (decimal): -5926507 or 9802149. OLE color: 9802149.

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

Color convert

RGB165145149-
CMYK00.120.100.35
HSL348º10%60.78%-
HSV(B)348º12.12%64.71%-
XYZ31.0730.4232.67-
YUV151.44126.63137.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=35.95%
G=31.59%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514514900.120.100.353481060.78
HexA591950CA2315ca3d
Octal24522122501412435341275
Binary1010010110010001100101010110010101000111010111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59195; }

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

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

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

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

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

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

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

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