#A59AA1

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

Shades of Shady Lady #A59AA1

Tints of Shady Lady #A59AA1

Color information

#A59AA1 (or 0xA59AA1) is unknown color: approx Shady Lady. HEX triplet: A5, 9A and A1. RGB value is (165,154,161). Sum of RGB (Red+Green+Blue) = 165+154+161=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 165 - color contains mainly: red. Hex color #A59AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AA1 is #5A655E. Grayscale: #9E9E9E. Windows color (decimal): -5924191 or 10590885. OLE color: 10590885.

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

Color convert

RGB165154161-
CMYK00.070.020.35
HSL321.82º5.76%62.55%-
HSV(B)321.82º6.67%64.71%-
XYZ33.5133.6838.45-
YUV158.09129.64132.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=34.38%
G=32.08%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515416100.070.020.35321.825.7662.55
HexA59AA10722314263f
Octal24523224107243502677
Binary101001011001101010100001011110100011101000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AA1; }

 p { color: rgb(165,154,161); }

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

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

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

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

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

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

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