#AB919F

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

Shades of Shady Lady #AB919F

Tints of Shady Lady #AB919F

Color information

#AB919F (or 0xAB919F) is unknown color: approx Shady Lady. HEX triplet: AB, 91 and 9F. RGB value is (171,145,159). Sum of RGB (Red+Green+Blue) = 171+145+159=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919F is #546E60. Grayscale: #9A9A9A. Windows color (decimal): -5533281 or 10457515. OLE color: 10457515.

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

Color convert

RGB171145159-
CMYK00.150.070.33
HSL327.69º13.4%61.96%-
HSV(B)327.69º15.2%67.06%-
XYZ33.1831.4137.12-
YUV154.37130.61139.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=36%
G=30.53%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114515900.150.070.33327.6913.461.96
HexAB919F0F721148d3e
Octal2532212370177415101576
Binary101010111001000110011111011111111000011010010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB919F; }

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

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

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

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

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

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

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

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