#AB9299

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

Shades of Shady Lady #AB9299

Tints of Shady Lady #AB9299

Color information

#AB9299 (or 0xAB9299) is unknown color: approx Shady Lady. HEX triplet: AB, 92 and 99. RGB value is (171,146,153). Sum of RGB (Red+Green+Blue) = 171+146+153=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9299 is #546D66. Grayscale: #9A9A9A. Windows color (decimal): -5533031 or 10064555. OLE color: 10064555.

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

Color convert

RGB171146153-
CMYK00.150.110.33
HSL343.2º12.95%62.16%-
HSV(B)343.2º14.62%67.06%-
XYZ32.8231.5234.49-
YUV154.27127.28139.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=36.38%
G=31.06%
B=32.55%

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
Decimal17114615300.150.110.33343.212.9562.16
HexAB92990FB21157d3e
Octal25322223101713415271576
Binary1010101110010010100110010111110111000011010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9299; }

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

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

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

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

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

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

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

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