#AB919D

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

Shades of Shady Lady #AB919D

Tints of Shady Lady #AB919D

Color information

#AB919D (or 0xAB919D) is unknown color: approx Shady Lady. HEX triplet: AB, 91 and 9D. RGB value is (171,145,157). Sum of RGB (Red+Green+Blue) = 171+145+157=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919D is #546E62. Grayscale: #9A9A9A. Windows color (decimal): -5533283 or 10326443. OLE color: 10326443.

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

Color convert

RGB171145157-
CMYK00.150.080.33
HSL332.31º13.4%61.96%-
HSV(B)332.31º15.2%67.06%-
XYZ33.0131.3436.21-
YUV154.14129.61140.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=36.15%
G=30.66%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114515700.150.080.33332.3113.461.96
HexAB919D0F82114cd3e
Octal25322123501710415141576
Binary1010101110010001100111010111110001000011010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB919D; }

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

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

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

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

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

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

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

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