#AC97AD

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

Shades of London Hue #AC97AD

Tints of London Hue #AC97AD

Color information

#AC97AD (or 0xAC97AD) is unknown color: approx London Hue. HEX triplet: AC, 97 and AD. RGB value is (172,151,173). Sum of RGB (Red+Green+Blue) = 172+151+173=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AD is #536852. Grayscale: #9F9F9F. Windows color (decimal): -5466195 or 11376556. OLE color: 11376556.

HSL color Cylindrical-coordinate representation of color #AC97AD: hue angle of 297.27º 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 #AC97AD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172151173-
CMYK0.010.1300.32
HSL297.27º11.83%63.53%-
HSV(B)297.27º12.72%67.84%-
XYZ35.6233.9244.21-
YUV159.79135.46136.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=34.68%
G=30.44%
B=34.88%

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
Decimal1721511730.010.1300.32297.2711.8363.53
HexAC97AD1D020129c40
Octal25422725511504045114100
Binary10101100100101111010110111101010000010010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AD; }

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

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

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

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

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

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

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

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