#AB9CA1

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

Shades of Shady Lady #AB9CA1

Tints of Shady Lady #AB9CA1

Color information

#AB9CA1 (or 0xAB9CA1) is unknown color: approx Shady Lady. HEX triplet: AB, 9C and A1. RGB value is (171,156,161). Sum of RGB (Red+Green+Blue) = 171+156+161=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CA1 is #54635E. Grayscale: #A1A1A1. Windows color (decimal): -5530463 or 10591403. OLE color: 10591403.

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

Color convert

RGB171156161-
CMYK00.090.060.33
HSL340º8.2%64.12%-
HSV(B)340º8.77%67.06%-
XYZ35.1235.0138.62-
YUV161.06127.97135.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=35.04%
G=31.97%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115616100.090.060.333408.264.12
HexAB9CA109621154840
Octal25323424101164152410100
Binary1010101110011100101000010100111010000110101010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CA1; }

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

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

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

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

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

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

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

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