#AB949F

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

Shades of Shady Lady #AB949F

Tints of Shady Lady #AB949F

Color information

#AB949F (or 0xAB949F) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9F. RGB value is (171,148,159). Sum of RGB (Red+Green+Blue) = 171+148+159=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949F is #546B60. Grayscale: #9C9C9C. Windows color (decimal): -5532513 or 10458283. OLE color: 10458283.

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

Color convert

RGB171148159-
CMYK00.130.070.33
HSL331.3º12.04%62.55%-
HSV(B)331.3º13.45%67.06%-
XYZ33.6432.3437.27-
YUV156.13129.62138.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=35.77%
G=30.96%
B=33.26%

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
Decimal17114815900.130.070.33331.312.0462.55
HexAB949F0D72114bc3f
Octal2532242370157415131477
Binary101010111001010010011111011011111000011010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949F; }

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

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

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

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

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

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

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

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