#AC86AC

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

Shades of London Hue #AC86AC

Tints of London Hue #AC86AC

Color information

#AC86AC (or 0xAC86AC) is unknown color: approx London Hue. HEX triplet: AC, 86 and AC. RGB value is (172,134,172). Sum of RGB (Red+Green+Blue) = 172+134+172=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AC is #537953. Grayscale: #959595. Windows color (decimal): -5470548 or 11306668. OLE color: 11306668.

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

Color convert

RGB172134172-
CMYK00.2200.33
HSL300º18.63%60%-
HSV(B)300º22.09%67.45%-
XYZ32.9828.842.85-
YUV149.69140.59143.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=35.98%
G=28.03%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213417200.2200.3330018.6360
HexAC86AC01602112c133c
Octal2542062540260414542374
Binary101011001000011010101100010110010000110010110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86AC; }

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

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

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

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

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

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

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

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