#A2959D

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

Shades of Shady Lady #A2959D

Tints of Shady Lady #A2959D

Color information

#A2959D (or 0xA2959D) is unknown color: approx Shady Lady. HEX triplet: A2, 95 and 9D. RGB value is (162,149,157). Sum of RGB (Red+Green+Blue) = 162+149+157=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A2959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2959D is #5D6A62. Grayscale: #999999. Windows color (decimal): -6122083 or 10327458. OLE color: 10327458.

HSL color Cylindrical-coordinate representation of color #A2959D: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2959D is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB162149157-
CMYK00.080.030.36
HSL323.08º6.53%60.98%-
HSV(B)323.08º8.02%63.53%-
XYZ31.7331.6136.33-
YUV153.8129.81133.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=34.62%
G=31.84%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214915700.080.030.36323.086.5360.98
HexA2959D0832414373d
Octal242225235010344503775
Binary1010001010010101100111010100011100100101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2959D; }

 p { color: rgb(162,149,157); }

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

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

 a { background-color: rgb(162,149,157); }

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

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

 span { border-color: rgb(162,149,157); }

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