#A4959E

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

Shades of Shady Lady #A4959E

Tints of Shady Lady #A4959E

Color information

#A4959E (or 0xA4959E) is unknown color: approx Shady Lady. HEX triplet: A4, 95 and 9E. RGB value is (164,149,158). Sum of RGB (Red+Green+Blue) = 164+149+158=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4959E is #5B6A61. Grayscale: #9A9A9A. Windows color (decimal): -5991010 or 10392996. OLE color: 10392996.

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

Color convert

RGB164149158-
CMYK00.090.040.36
HSL324º7.61%61.37%-
HSV(B)324º9.15%64.31%-
XYZ32.2331.8636.8-
YUV154.51129.97134.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=34.82%
G=31.63%
B=33.55%

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
Decimal16414915800.090.040.363247.6161.37
HexA4959E0942414483d
Octal2442252360114445041075
Binary101001001001010110011110010011001001001010001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4959E; }

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

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

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

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

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

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

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

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