#AB919C

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

Shades of Shady Lady #AB919C

Tints of Shady Lady #AB919C

Color information

#AB919C (or 0xAB919C) is unknown color: approx Shady Lady. HEX triplet: AB, 91 and 9C. RGB value is (171,145,156). Sum of RGB (Red+Green+Blue) = 171+145+156=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919C is #546E63. Grayscale: #9A9A9A. Windows color (decimal): -5533284 or 10260907. OLE color: 10260907.

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

Color convert

RGB171145156-
CMYK00.150.090.33
HSL334.62º13.4%61.96%-
HSV(B)334.62º15.2%67.06%-
XYZ32.9231.3135.76-
YUV154.03129.11140.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=36.23%
G=30.72%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114515600.150.090.33334.6213.461.96
HexAB919C0F92114fd3e
Octal25322123401711415171576
Binary1010101110010001100111000111110011000011010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB919C; }

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

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

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

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

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

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

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

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