#AC97A4

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

Shades of Shady Lady #AC97A4

Tints of Shady Lady #AC97A4

Color information

#AC97A4 (or 0xAC97A4) is unknown color: approx Shady Lady. HEX triplet: AC, 97 and A4. RGB value is (172,151,164). Sum of RGB (Red+Green+Blue) = 172+151+164=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC97A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97A4 is #53685B. Grayscale: #9E9E9E. Windows color (decimal): -5466204 or 10786732. OLE color: 10786732.

HSL color Cylindrical-coordinate representation of color #AC97A4: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC97A4 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172151164-
CMYK00.120.050.33
HSL322.86º11.23%63.33%-
HSV(B)322.86º12.21%67.45%-
XYZ34.7833.5839.77-
YUV158.76130.96137.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=35.32%
G=31.01%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215116400.120.050.33322.8611.2363.33
HexAC97A40C521143b3f
Octal2542272440145415031377
Binary101011001001011110100100011001011000011010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97A4; }

 p { color: rgb(172,151,164); }

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

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

 a { background-color: rgb(172,151,164); }

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

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

 span { border-color: rgb(172,151,164); }

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