#AB959F

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

Shades of Shady Lady #AB959F

Tints of Shady Lady #AB959F

Color information

#AB959F (or 0xAB959F) is unknown color: approx Shady Lady. HEX triplet: AB, 95 and 9F. RGB value is (171,149,159). Sum of RGB (Red+Green+Blue) = 171+149+159=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959F is #546A60. Grayscale: #9C9C9C. Windows color (decimal): -5532257 or 10458539. OLE color: 10458539.

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

Color convert

RGB171149159-
CMYK00.130.070.33
HSL332.73º11.58%62.75%-
HSV(B)332.73º12.87%67.06%-
XYZ33.832.6637.32-
YUV156.72129.29138.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=35.70%
G=31.11%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114915900.130.070.33332.7311.5862.75
HexAB959F0D72114dc3f
Octal2532252370157415151477
Binary101010111001010110011111011011111000011010011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB959F; }

 p { color: rgb(171,149,159); }

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

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

 a { background-color: rgb(171,149,159); }

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

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

 span { border-color: rgb(171,149,159); }

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