#AC97AA

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

Shades of London Hue #AC97AA

Tints of London Hue #AC97AA

Color information

#AC97AA (or 0xAC97AA) is unknown color: approx London Hue. HEX triplet: AC, 97 and AA. RGB value is (172,151,170). Sum of RGB (Red+Green+Blue) = 172+151+170=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC97AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AA is #536855. Grayscale: #9F9F9F. Windows color (decimal): -5466198 or 11179948. OLE color: 11179948.

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

Color convert

RGB172151170-
CMYK00.120.010.33
HSL305.71º11.23%63.33%-
HSV(B)305.71º12.21%67.45%-
XYZ35.3433.8142.69-
YUV159.44133.96136.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=34.89%
G=30.63%
B=34.48%

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
Decimal17215117000.120.010.33305.7111.2363.33
HexAC97AA0C121132b3f
Octal2542272520141414621377
Binary1010110010010111101010100110011000011001100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97AA; }

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

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

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

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

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

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

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

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