#A2959B

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

Shades of Shady Lady #A2959B

Tints of Shady Lady #A2959B

Color information

#A2959B (or 0xA2959B) is unknown color: approx Shady Lady. HEX triplet: A2, 95 and 9B. RGB value is (162,149,155). Sum of RGB (Red+Green+Blue) = 162+149+155=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A2959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2959B is #5D6A64. Grayscale: #999999. Windows color (decimal): -6122085 or 10196386. OLE color: 10196386.

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

Color convert

RGB162149155-
CMYK00.080.040.36
HSL332.31º6.53%60.98%-
HSV(B)332.31º8.02%63.53%-
XYZ31.5631.5435.44-
YUV153.57128.81134.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=34.76%
G=31.97%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214915500.080.040.36332.316.5360.98
HexA2959B0842414c73d
Octal242225233010444514775
Binary10100010100101011001101101000100100100101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2959B; }

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

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

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

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

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

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

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

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