#AB9CA6

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

Shades of Shady Lady #AB9CA6

Tints of Shady Lady #AB9CA6

Color information

#AB9CA6 (or 0xAB9CA6) is unknown color: approx Shady Lady. HEX triplet: AB, 9C and A6. RGB value is (171,156,166). Sum of RGB (Red+Green+Blue) = 171+156+166=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CA6 is #546359. Grayscale: #A1A1A1. Windows color (decimal): -5530458 or 10919083. OLE color: 10919083.

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

Color convert

RGB171156166-
CMYK00.090.030.33
HSL320º8.2%64.12%-
HSV(B)320º8.77%67.06%-
XYZ35.5735.1940.99-
YUV161.62130.47134.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=34.69%
G=31.64%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115616600.090.030.333208.264.12
HexAB9CA609321140840
Octal25323424601134150010100
Binary101010111001110010100110010011110000110100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CA6; }

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

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

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

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

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

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

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

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