#AC97AF

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

Shades of London Hue #AC97AF

Tints of London Hue #AC97AF

Color information

#AC97AF (or 0xAC97AF) is unknown color: approx London Hue. HEX triplet: AC, 97 and AF. RGB value is (172,151,175). Sum of RGB (Red+Green+Blue) = 172+151+175=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AF is #536850. Grayscale: #9F9F9F. Windows color (decimal): -5466193 or 11507628. OLE color: 11507628.

HSL color Cylindrical-coordinate representation of color #AC97AF: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC97AF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172151175-
CMYK0.020.1400.31
HSL292.5º13.04%63.92%-
HSV(B)292.5º13.71%68.63%-
XYZ35.823445.23-
YUV160.01136.46136.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=34.54%
G=30.32%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721511750.020.1400.31292.513.0463.92
HexAC97AF2E01F124d40
Octal25422725721603744415100
Binary10101100100101111010111110111001111110010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AF; }

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

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

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

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

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

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

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

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