#AB989F

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

Shades of Shady Lady #AB989F

Tints of Shady Lady #AB989F

Color information

#AB989F (or 0xAB989F) is unknown color: approx Shady Lady. HEX triplet: AB, 98 and 9F. RGB value is (171,152,159). Sum of RGB (Red+Green+Blue) = 171+152+159=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989F is #546760. Grayscale: #9E9E9E. Windows color (decimal): -5531489 or 10459307. OLE color: 10459307.

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

Color convert

RGB171152159-
CMYK00.110.070.33
HSL337.89º10.16%63.33%-
HSV(B)337.89º11.11%67.06%-
XYZ34.2833.6237.48-
YUV158.48128.29136.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=35.48%
G=31.54%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115215900.110.070.33337.8910.1663.33
HexAB989F0B721152a3f
Octal2532302370137415221277
Binary101010111001100010011111010111111000011010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB989F; }

 p { color: rgb(171,152,159); }

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

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

 a { background-color: rgb(171,152,159); }

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

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

 span { border-color: rgb(171,152,159); }

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