#A4959A

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

Shades of Shady Lady #A4959A

Tints of Shady Lady #A4959A

Color information

#A4959A (or 0xA4959A) is unknown color: approx Shady Lady. HEX triplet: A4, 95 and 9A. RGB value is (164,149,154). Sum of RGB (Red+Green+Blue) = 164+149+154=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4959A is #5B6A65. Grayscale: #9A9A9A. Windows color (decimal): -5991014 or 10130852. OLE color: 10130852.

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

Color convert

RGB164149154-
CMYK00.090.060.36
HSL340º7.61%61.37%-
HSV(B)340º9.15%64.31%-
XYZ31.8931.7235.01-
YUV154.06127.97135.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=35.12%
G=31.91%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414915400.090.060.363407.6161.37
HexA4959A0962415483d
Octal2442252320116445241075
Binary101001001001010110011010010011101001001010101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4959A; }

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

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

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

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

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

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

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

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