#AC86AB

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

Shades of London Hue #AC86AB

Tints of London Hue #AC86AB

Color information

#AC86AB (or 0xAC86AB) is unknown color: approx London Hue. HEX triplet: AC, 86 and AB. RGB value is (172,134,171). Sum of RGB (Red+Green+Blue) = 172+134+171=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AB is #537954. Grayscale: #959595. Windows color (decimal): -5470549 or 11241132. OLE color: 11241132.

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

Color convert

RGB172134171-
CMYK00.220.010.33
HSL301.58º18.63%60%-
HSV(B)301.58º22.09%67.45%-
XYZ32.8928.7642.35-
YUV149.58140.09143.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=36.06%
G=28.09%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213417100.220.010.33301.5818.6360
HexAC86AB01612112e133c
Octal2542062530261414562374
Binary101011001000011010101011010110110000110010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86AB; }

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

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

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

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

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

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

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

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