#AC97AC

Color #AC97AC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AC97AC

Tints of London Hue #AC97AC

Color information

#AC97AC (or 0xAC97AC) is unknown color: approx London Hue. HEX triplet: AC, 97 and AC. RGB value is (172,151,172). Sum of RGB (Red+Green+Blue) = 172+151+172=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AC is #536853. Grayscale: #9F9F9F. Windows color (decimal): -5466196 or 11311020. OLE color: 11311020.

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

Color convert

RGB172151172-
CMYK00.1200.33
HSL300º11.23%63.33%-
HSV(B)300º12.21%67.45%-
XYZ35.5333.8843.7-
YUV159.67134.96136.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215117200.1200.3330011.2363.33
HexAC97AC0C02112cb3f
Octal2542272540140414541377
Binary1010110010010111101011000110001000011001011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AC; }

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

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

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

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

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

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

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

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