#A4959D

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

Shades of Shady Lady #A4959D

Tints of Shady Lady #A4959D

Color information

#A4959D (or 0xA4959D) is unknown color: approx Shady Lady. HEX triplet: A4, 95 and 9D. RGB value is (164,149,157). Sum of RGB (Red+Green+Blue) = 164+149+157=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4959D is #5B6A62. Grayscale: #9A9A9A. Windows color (decimal): -5991011 or 10327460. OLE color: 10327460.

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

Color convert

RGB164149157-
CMYK00.090.040.36
HSL328º7.61%61.37%-
HSV(B)328º9.15%64.31%-
XYZ32.1431.8236.35-
YUV154.4129.47134.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=34.89%
G=31.70%
B=33.40%

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
Decimal16414915700.090.040.363287.6161.37
HexA4959D0942414883d
Octal2442252350114445101075
Binary101001001001010110011101010011001001001010010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4959D; }

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

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

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

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

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

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

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

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