#AB969F

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

Shades of Shady Lady #AB969F

Tints of Shady Lady #AB969F

Color information

#AB969F (or 0xAB969F) is unknown color: approx Shady Lady. HEX triplet: AB, 96 and 9F. RGB value is (171,150,159). Sum of RGB (Red+Green+Blue) = 171+150+159=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB969F is #546960. Grayscale: #9D9D9D. Windows color (decimal): -5532001 or 10458795. OLE color: 10458795.

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

Color convert

RGB171150159-
CMYK00.120.070.33
HSL334.29º11.11%62.94%-
HSV(B)334.29º12.28%67.06%-
XYZ33.9632.9737.38-
YUV157.3128.96137.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=35.62%
G=31.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115015900.120.070.33334.2911.1162.94
HexAB969F0C72114eb3f
Octal2532262370147415161377
Binary101010111001011010011111011001111000011010011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB969F; }

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

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

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

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

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

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

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

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