#AB9B9E

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

Shades of Shady Lady #AB9B9E

Tints of Shady Lady #AB9B9E

Color information

#AB9B9E (or 0xAB9B9E) is unknown color: approx Shady Lady. HEX triplet: AB, 9B and 9E. RGB value is (171,155,158). Sum of RGB (Red+Green+Blue) = 171+155+158=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9E is #546461. Grayscale: #A0A0A0. Windows color (decimal): -5530722 or 10394539. OLE color: 10394539.

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

Color convert

RGB171155158-
CMYK00.090.080.33
HSL348.75º8.7%63.92%-
HSV(B)348.75º9.36%67.06%-
XYZ34.6934.5737.19-
YUV160.13126.8135.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=35.33%
G=32.02%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115515800.090.080.33348.758.763.92
HexAB9B9E0982115d940
Octal253233236011104153511100
Binary10101011100110111001111001001100010000110101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B9E; }

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

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

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

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

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

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

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

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