#AC88AE

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

Shades of London Hue #AC88AE

Tints of London Hue #AC88AE

Color information

#AC88AE (or 0xAC88AE) is unknown color: approx London Hue. HEX triplet: AC, 88 and AE. RGB value is (172,136,174). Sum of RGB (Red+Green+Blue) = 172+136+174=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88AE is #537751. Grayscale: #969696. Windows color (decimal): -5470034 or 11438252. OLE color: 11438252.

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

Color convert

RGB172136174-
CMYK0.010.2200.32
HSL296.84º19%60.78%-
HSV(B)296.84º21.84%68.24%-
XYZ33.4629.4343.96-
YUV151.1140.93142.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=35.68%
G=28.22%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721361740.010.2200.32296.841960.78
HexAC88AE116020129133d
Octal2542102561260404512375
Binary101011001000100010101110110110010000010010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88AE; }

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

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

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

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

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

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

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

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