#A2959E

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

Shades of Shady Lady #A2959E

Tints of Shady Lady #A2959E

Color information

#A2959E (or 0xA2959E) is unknown color: approx Shady Lady. HEX triplet: A2, 95 and 9E. RGB value is (162,149,158). Sum of RGB (Red+Green+Blue) = 162+149+158=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2959E is #5D6A61. Grayscale: #999999. Windows color (decimal): -6122082 or 10392994. OLE color: 10392994.

HSL color Cylindrical-coordinate representation of color #A2959E: hue angle of 318.46º 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 #A2959E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162149158-
CMYK00.080.020.36
HSL318.46º6.53%60.98%-
HSV(B)318.46º8.02%63.53%-
XYZ31.8231.6436.78-
YUV153.91130.31133.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=34.54%
G=31.77%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214915800.080.020.36318.466.5360.98
HexA2959E0822413e73d
Octal242225236010244476775
Binary1010001010010101100111100100010100100100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2959E; }

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

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

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

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

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

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

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

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