#AB9199

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

Shades of Shady Lady #AB9199

Tints of Shady Lady #AB9199

Color information

#AB9199 (or 0xAB9199) is unknown color: approx Shady Lady. HEX triplet: AB, 91 and 99. RGB value is (171,145,153). Sum of RGB (Red+Green+Blue) = 171+145+153=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9199 is #546E66. Grayscale: #999999. Windows color (decimal): -5533287 or 10064299. OLE color: 10064299.

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

Color convert

RGB171145153-
CMYK00.150.110.33
HSL341.54º13.4%61.96%-
HSV(B)341.54º15.2%67.06%-
XYZ32.6731.2134.44-
YUV153.69127.61140.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=36.46%
G=30.92%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114515300.150.110.33341.5413.461.96
HexAB91990FB21156d3e
Octal25322123101713415261576
Binary1010101110010001100110010111110111000011010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9199; }

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

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

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

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

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

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

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

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