#A4979D

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

Shades of Shady Lady #A4979D

Tints of Shady Lady #A4979D

Color information

#A4979D (or 0xA4979D) is unknown color: approx Shady Lady. HEX triplet: A4, 97 and 9D. RGB value is (164,151,157). Sum of RGB (Red+Green+Blue) = 164+151+157=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A4979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4979D is #5B6862. Grayscale: #9B9B9B. Windows color (decimal): -5990499 or 10327972. OLE color: 10327972.

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

Color convert

RGB164151157-
CMYK00.080.040.36
HSL332.31º6.67%61.76%-
HSV(B)332.31º7.93%64.31%-
XYZ32.4632.4636.45-
YUV155.57128.81134.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=34.75%
G=31.99%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415115700.080.040.36332.316.6761.76
HexA4979D0842414c73e
Octal244227235010444514776
Binary10100100100101111001110101000100100100101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4979D; }

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

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

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

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

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

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

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

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