#AB989E

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

Shades of Shady Lady #AB989E

Tints of Shady Lady #AB989E

Color information

#AB989E (or 0xAB989E) is unknown color: approx Shady Lady. HEX triplet: AB, 98 and 9E. RGB value is (171,152,158). Sum of RGB (Red+Green+Blue) = 171+152+158=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989E is #546761. Grayscale: #9E9E9E. Windows color (decimal): -5531490 or 10393771. OLE color: 10393771.

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

Color convert

RGB171152158-
CMYK00.110.080.33
HSL341.05º10.16%63.33%-
HSV(B)341.05º11.11%67.06%-
XYZ34.1933.5837.03-
YUV158.36127.79137.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=35.55%
G=31.60%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115215800.110.080.33341.0510.1663.33
HexAB989E0B821155a3f
Octal25323023601310415251277
Binary1010101110011000100111100101110001000011010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB989E; }

 p { color: rgb(171,152,158); }

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

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

 a { background-color: rgb(171,152,158); }

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

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

 span { border-color: rgb(171,152,158); }

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