#A2959A

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

Shades of Shady Lady #A2959A

Tints of Shady Lady #A2959A

Color information

#A2959A (or 0xA2959A) is unknown color: approx Shady Lady. HEX triplet: A2, 95 and 9A. RGB value is (162,149,154). Sum of RGB (Red+Green+Blue) = 162+149+154=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A2959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2959A is #5D6A65. Grayscale: #999999. Windows color (decimal): -6122086 or 10130850. OLE color: 10130850.

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

Color convert

RGB162149154-
CMYK00.080.050.36
HSL336.92º6.53%60.98%-
HSV(B)336.92º8.02%63.53%-
XYZ31.4831.5134.99-
YUV153.46128.31134.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=34.84%
G=32.04%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214915400.080.050.36336.926.5360.98
HexA2959A0852415173d
Octal242225232010544521775
Binary10100010100101011001101001000101100100101010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2959A; }

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

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

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

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

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

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

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

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