#AB999D

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

Shades of Shady Lady #AB999D

Tints of Shady Lady #AB999D

Color information

#AB999D (or 0xAB999D) is unknown color: approx Shady Lady. HEX triplet: AB, 99 and 9D. RGB value is (171,153,157). Sum of RGB (Red+Green+Blue) = 171+153+157=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999D is #546662. Grayscale: #9E9E9E. Windows color (decimal): -5531235 or 10328491. OLE color: 10328491.

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

Color convert

RGB171153157-
CMYK00.110.080.33
HSL346.67º9.68%63.53%-
HSV(B)346.67º10.53%67.06%-
XYZ34.2733.8736.63-
YUV158.84126.96136.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=35.55%
G=31.81%
B=32.64%

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
Decimal17115315700.110.080.33346.679.6863.53
HexAB999D0B82115ba40
Octal253231235013104153312100
Binary10101011100110011001110101011100010000110101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB999D; }

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

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

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

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

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

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

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

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