#AC9CA3

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

Shades of Shady Lady #AC9CA3

Tints of Shady Lady #AC9CA3

Color information

#AC9CA3 (or 0xAC9CA3) is unknown color: approx Shady Lady. HEX triplet: AC, 9C and A3. RGB value is (172,156,163). Sum of RGB (Red+Green+Blue) = 172+156+163=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA3 is #53635C. Grayscale: #A1A1A1. Windows color (decimal): -5464925 or 10722476. OLE color: 10722476.

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

Color convert

RGB172156163-
CMYK00.090.050.33
HSL333.75º8.79%64.31%-
HSV(B)333.75º9.3%67.45%-
XYZ35.5135.1939.57-
YUV161.58128.8135.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=35.03%
G=31.77%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215616300.090.050.33333.758.7964.31
HexAC9CA30952114e940
Octal25423424301154151611100
Binary1010110010011100101000110100110110000110100111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CA3; }

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

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

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

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

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

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

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

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