#A4979C

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

Shades of Shady Lady #A4979C

Tints of Shady Lady #A4979C

Color information

#A4979C (or 0xA4979C) is unknown color: approx Shady Lady. HEX triplet: A4, 97 and 9C. RGB value is (164,151,156). Sum of RGB (Red+Green+Blue) = 164+151+156=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4979C is #5B6863. Grayscale: #9B9B9B. Windows color (decimal): -5990500 or 10262436. OLE color: 10262436.

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

Color convert

RGB164151156-
CMYK00.080.050.36
HSL336.92º6.67%61.76%-
HSV(B)336.92º7.93%64.31%-
XYZ32.3832.4336-
YUV155.46128.31134.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=34.82%
G=32.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415115600.080.050.36336.926.6761.76
HexA4979C0852415173e
Octal244227234010544521776
Binary10100100100101111001110001000101100100101010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4979C; }

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

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

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

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

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

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

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

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