#AC97AE

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

Shades of London Hue #AC97AE

Tints of London Hue #AC97AE

Color information

#AC97AE (or 0xAC97AE) is unknown color: approx London Hue. HEX triplet: AC, 97 and AE. RGB value is (172,151,174). Sum of RGB (Red+Green+Blue) = 172+151+174=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC97AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AE is #536851. Grayscale: #9F9F9F. Windows color (decimal): -5466194 or 11442092. OLE color: 11442092.

HSL color Cylindrical-coordinate representation of color #AC97AE: hue angle of 294.78º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC97AE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172151174-
CMYK0.010.1300.32
HSL294.78º12.43%63.73%-
HSV(B)294.78º13.22%68.24%-
XYZ35.7233.9644.72-
YUV159.9135.96136.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=34.61%
G=30.38%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721511740.010.1300.32294.7812.4363.73
HexAC97AE1D020127c40
Octal25422725611504044714100
Binary10101100100101111010111011101010000010010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AE; }

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

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

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

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

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

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

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

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