#AB8E9C

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

Shades of Shady Lady #AB8E9C

Tints of Shady Lady #AB8E9C

Color information

#AB8E9C (or 0xAB8E9C) is unknown color: approx Shady Lady. HEX triplet: AB, 8E and 9C. RGB value is (171,142,156). Sum of RGB (Red+Green+Blue) = 171+142+156=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E9C is #547163. Grayscale: #989898. Windows color (decimal): -5534052 or 10260139. OLE color: 10260139.

HSL color Cylindrical-coordinate representation of color #AB8E9C: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8E9C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171142156-
CMYK00.170.090.33
HSL331.03º14.72%61.37%-
HSV(B)331.03º16.96%67.06%-
XYZ32.4730.435.61-
YUV152.27130.11141.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=36.46%
G=30.28%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114215600.170.090.33331.0314.7261.37
HexAB8E9C01192114bf3d
Octal25321623402111415131775
Binary10101011100011101001110001000110011000011010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E9C; }

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

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

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

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

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

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

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

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