#AB9399

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

Shades of Shady Lady #AB9399

Tints of Shady Lady #AB9399

Color information

#AB9399 (or 0xAB9399) is unknown color: approx Shady Lady. HEX triplet: AB, 93 and 99. RGB value is (171,147,153). Sum of RGB (Red+Green+Blue) = 171+147+153=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9399 is #546C66. Grayscale: #9A9A9A. Windows color (decimal): -5532775 or 10064811. OLE color: 10064811.

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

Color convert

RGB171147153-
CMYK00.140.110.33
HSL345º12.5%62.35%-
HSV(B)345º14.04%67.06%-
XYZ32.9831.8334.54-
YUV154.86126.95139.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=36.31%
G=31.21%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114715300.140.110.3334512.562.35
HexAB93990EB21159c3e
Octal25322323101613415311476
Binary1010101110010011100110010111010111000011010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9399; }

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

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

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

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

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

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

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

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