#AB999E

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

Shades of Shady Lady #AB999E

Tints of Shady Lady #AB999E

Color information

#AB999E (or 0xAB999E) is unknown color: approx Shady Lady. HEX triplet: AB, 99 and 9E. RGB value is (171,153,158). Sum of RGB (Red+Green+Blue) = 171+153+158=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999E is #546661. Grayscale: #9E9E9E. Windows color (decimal): -5531234 or 10394027. OLE color: 10394027.

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

Color convert

RGB171153158-
CMYK00.110.080.33
HSL343.33º9.68%63.53%-
HSV(B)343.33º10.53%67.06%-
XYZ34.3633.9137.08-
YUV158.95127.46136.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=35.48%
G=31.74%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115315800.110.080.33343.339.6863.53
HexAB999E0B821157a40
Octal253231236013104152712100
Binary10101011100110011001111001011100010000110101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB999E; }

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

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

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

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

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

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

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

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