#AC88AC

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

Shades of London Hue #AC88AC

Tints of London Hue #AC88AC

Color information

#AC88AC (or 0xAC88AC) is unknown color: approx London Hue. HEX triplet: AC, 88 and AC. RGB value is (172,136,172). Sum of RGB (Red+Green+Blue) = 172+136+172=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88AC is #537753. Grayscale: #969696. Windows color (decimal): -5470036 or 11307180. OLE color: 11307180.

HSL color Cylindrical-coordinate representation of color #AC88AC: hue angle of 300º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC88AC is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172136172-
CMYK00.2100.33
HSL300º17.82%60.39%-
HSV(B)300º20.93%67.45%-
XYZ33.2629.3642.94-
YUV150.87139.93143.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=35.83%
G=28.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213617200.2100.3330017.8260.39
HexAC88AC01502112c123c
Octal2542102540250414542274
Binary101011001000100010101100010101010000110010110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88AC; }

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

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

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

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

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

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

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

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