#AB979D

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

Shades of Shady Lady #AB979D

Tints of Shady Lady #AB979D

Color information

#AB979D (or 0xAB979D) is unknown color: approx Shady Lady. HEX triplet: AB, 97 and 9D. RGB value is (171,151,157). Sum of RGB (Red+Green+Blue) = 171+151+157=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB979D is #546862. Grayscale: #9D9D9D. Windows color (decimal): -5531747 or 10327979. OLE color: 10327979.

HSL color Cylindrical-coordinate representation of color #AB979D: hue angle of 342º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB979D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171151157-
CMYK00.120.080.33
HSL342º10.64%63.14%-
HSV(B)342º11.7%67.06%-
XYZ33.9533.2336.52-
YUV157.66127.63137.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=35.70%
G=31.52%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115115700.120.080.3334210.6463.14
HexAB979D0C821156b3f
Octal25322723501410415261377
Binary1010101110010111100111010110010001000011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB979D; }

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

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

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

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

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

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

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

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