#A3959E

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

Shades of Shady Lady #A3959E

Tints of Shady Lady #A3959E

Color information

#A3959E (or 0xA3959E) is unknown color: approx Shady Lady. HEX triplet: A3, 95 and 9E. RGB value is (163,149,158). Sum of RGB (Red+Green+Blue) = 163+149+158=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959E is #5C6A61. Grayscale: #9A9A9A. Windows color (decimal): -6056546 or 10392995. OLE color: 10392995.

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

Color convert

RGB163149158-
CMYK00.090.030.36
HSL321.43º7.07%61.18%-
HSV(B)321.43º8.59%63.92%-
XYZ32.0231.7536.79-
YUV154.21130.14134.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=34.68%
G=31.70%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314915800.090.030.36321.437.0761.18
HexA3959E0932414173d
Octal243225236011344501775
Binary1010001110010101100111100100111100100101000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3959E; }

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

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

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

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

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

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

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

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