#AB999F

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

Shades of Shady Lady #AB999F

Tints of Shady Lady #AB999F

Color information

#AB999F (or 0xAB999F) is unknown color: approx Shady Lady. HEX triplet: AB, 99 and 9F. RGB value is (171,153,159). Sum of RGB (Red+Green+Blue) = 171+153+159=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999F is #546660. Grayscale: #9F9F9F. Windows color (decimal): -5531233 or 10459563. OLE color: 10459563.

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

Color convert

RGB171153159-
CMYK00.110.070.33
HSL340º9.68%63.53%-
HSV(B)340º10.53%67.06%-
XYZ34.4433.9437.54-
YUV159.07127.96136.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=35.40%
G=31.68%
B=32.92%

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
Decimal17115315900.110.070.333409.6863.53
HexAB999F0B721154a40
Octal25323123701374152412100
Binary1010101110011001100111110101111110000110101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB999F; }

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

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

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

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

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

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

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

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