#AC9CA1

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

Shades of Shady Lady #AC9CA1

Tints of Shady Lady #AC9CA1

Color information

#AC9CA1 (or 0xAC9CA1) is unknown color: approx Shady Lady. HEX triplet: AC, 9C and A1. RGB value is (172,156,161). Sum of RGB (Red+Green+Blue) = 172+156+161=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA1 is #53635E. Grayscale: #A1A1A1. Windows color (decimal): -5464927 or 10591404. OLE color: 10591404.

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

Color convert

RGB172156161-
CMYK00.090.060.33
HSL341.25º8.79%64.31%-
HSV(B)341.25º9.3%67.45%-
XYZ35.3335.1238.63-
YUV161.35127.8135.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=35.17%
G=31.90%
B=32.92%

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
Decimal17215616100.090.060.33341.258.7964.31
HexAC9CA109621155940
Octal25423424101164152511100
Binary1010110010011100101000010100111010000110101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA1; }

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

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

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

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

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

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

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

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