#A3959C

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

Shades of Shady Lady #A3959C

Tints of Shady Lady #A3959C

Color information

#A3959C (or 0xA3959C) is unknown color: approx Shady Lady. HEX triplet: A3, 95 and 9C. RGB value is (163,149,156). Sum of RGB (Red+Green+Blue) = 163+149+156=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959C is #5C6A63. Grayscale: #999999. Windows color (decimal): -6056548 or 10261923. OLE color: 10261923.

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

Color convert

RGB163149156-
CMYK00.090.040.36
HSL330º7.07%61.18%-
HSV(B)330º8.59%63.92%-
XYZ31.8531.6835.89-
YUV153.98129.14134.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=34.83%
G=31.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314915600.090.040.363307.0761.18
HexA3959C0942414a73d
Octal243225234011444512775
Binary10100011100101011001110001001100100100101001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3959C; }

 p { color: rgb(163,149,156); }

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

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

 a { background-color: rgb(163,149,156); }

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

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

 span { border-color: rgb(163,149,156); }

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