#AB949C

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

Shades of Shady Lady #AB949C

Tints of Shady Lady #AB949C

Color information

#AB949C (or 0xAB949C) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9C. RGB value is (171,148,156). Sum of RGB (Red+Green+Blue) = 171+148+156=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949C is #546B63. Grayscale: #9B9B9B. Windows color (decimal): -5532516 or 10261675. OLE color: 10261675.

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

Color convert

RGB171148156-
CMYK00.130.090.33
HSL339.13º12.04%62.55%-
HSV(B)339.13º13.45%67.06%-
XYZ33.3932.2435.92-
YUV155.79128.12138.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=36%
G=31.16%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114815600.130.090.33339.1312.0462.55
HexAB949C0D921153c3f
Octal25322423401511415231477
Binary1010101110010100100111000110110011000011010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949C; }

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

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

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

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

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

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

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

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