#AB989C

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

Shades of Shady Lady #AB989C

Tints of Shady Lady #AB989C

Color information

#AB989C (or 0xAB989C) is unknown color: approx Shady Lady. HEX triplet: AB, 98 and 9C. RGB value is (171,152,156). Sum of RGB (Red+Green+Blue) = 171+152+156=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989C is #546763. Grayscale: #9E9E9E. Windows color (decimal): -5531492 or 10262699. OLE color: 10262699.

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

Color convert

RGB171152156-
CMYK00.110.090.33
HSL347.37º10.16%63.33%-
HSV(B)347.37º11.11%67.06%-
XYZ34.0233.5136.13-
YUV158.14126.79137.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=35.70%
G=31.73%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115215600.110.090.33347.3710.1663.33
HexAB989C0B92115ba3f
Octal25323023401311415331277
Binary1010101110011000100111000101110011000011010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB989C; }

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

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

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

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

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

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

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

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