#AC9CA6

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

Shades of Shady Lady #AC9CA6

Tints of Shady Lady #AC9CA6

Color information

#AC9CA6 (or 0xAC9CA6) is unknown color: approx Shady Lady. HEX triplet: AC, 9C and A6. RGB value is (172,156,166). Sum of RGB (Red+Green+Blue) = 172+156+166=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA6 is #536359. Grayscale: #A1A1A1. Windows color (decimal): -5464922 or 10919084. OLE color: 10919084.

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

Color convert

RGB172156166-
CMYK00.090.030.33
HSL322.5º8.79%64.31%-
HSV(B)322.5º9.3%67.45%-
XYZ35.7835.341-
YUV161.92130.3135.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=34.82%
G=31.58%
B=33.60%

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
Decimal17215616600.090.030.33322.58.7964.31
HexAC9CA609321143940
Octal25423424601134150311100
Binary101011001001110010100110010011110000110100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA6; }

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

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

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

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

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

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

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

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