#AC9CA0

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

Shades of Shady Lady #AC9CA0

Tints of Shady Lady #AC9CA0

Color information

#AC9CA0 (or 0xAC9CA0) is unknown color: approx Shady Lady. HEX triplet: AC, 9C and A0. RGB value is (172,156,160). Sum of RGB (Red+Green+Blue) = 172+156+160=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA0 is #53635F. Grayscale: #A1A1A1. Windows color (decimal): -5464928 or 10525868. OLE color: 10525868.

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

Color convert

RGB172156160-
CMYK00.090.070.33
HSL345º8.79%64.31%-
HSV(B)345º9.3%67.45%-
XYZ35.2535.0938.17-
YUV161.24127.3135.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=35.25%
G=31.97%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215616000.090.070.333458.7964.31
HexAC9CA009721159940
Octal25423424001174153111100
Binary1010110010011100101000000100111110000110101100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA0; }

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

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

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

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

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

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

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

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