#AC86AA

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

Shades of London Hue #AC86AA

Tints of London Hue #AC86AA

Color information

#AC86AA (or 0xAC86AA) is unknown color: approx London Hue. HEX triplet: AC, 86 and AA. RGB value is (172,134,170). Sum of RGB (Red+Green+Blue) = 172+134+170=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AA is #537955. Grayscale: #959595. Windows color (decimal): -5470550 or 11175596. OLE color: 11175596.

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

Color convert

RGB172134170-
CMYK00.220.010.33
HSL303.16º18.63%60%-
HSV(B)303.16º22.09%67.45%-
XYZ32.7928.7241.85-
YUV149.47139.59144.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=36.13%
G=28.15%
B=35.71%

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
Decimal17213417000.220.010.33303.1618.6360
HexAC86AA01612112f133c
Octal2542062520261414572374
Binary101011001000011010101010010110110000110010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86AA; }

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

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

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

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

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

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

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

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