#AC97AB

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

Shades of London Hue #AC97AB

Tints of London Hue #AC97AB

Color information

#AC97AB (or 0xAC97AB) is unknown color: approx London Hue. HEX triplet: AC, 97 and AB. RGB value is (172,151,171). Sum of RGB (Red+Green+Blue) = 172+151+171=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AB is #536854. Grayscale: #9F9F9F. Windows color (decimal): -5466197 or 11245484. OLE color: 11245484.

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

Color convert

RGB172151171-
CMYK00.120.010.33
HSL302.86º11.23%63.33%-
HSV(B)302.86º12.21%67.45%-
XYZ35.4333.8443.19-
YUV159.56134.46136.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=34.82%
G=30.57%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215117100.120.010.33302.8611.2363.33
HexAC97AB0C12112fb3f
Octal2542272530141414571377
Binary1010110010010111101010110110011000011001011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AB; }

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

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

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

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

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

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

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

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