#AC86A6

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

Shades of London Hue #AC86A6

Tints of London Hue #AC86A6

Color information

#AC86A6 (or 0xAC86A6) is unknown color: approx London Hue. HEX triplet: AC, 86 and A6. RGB value is (172,134,166). Sum of RGB (Red+Green+Blue) = 172+134+166=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86A6 is #537959. Grayscale: #949494. Windows color (decimal): -5470554 or 10913452. OLE color: 10913452.

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

Color convert

RGB172134166-
CMYK00.220.030.33
HSL309.47º18.63%60%-
HSV(B)309.47º22.09%67.45%-
XYZ32.4228.5739.88-
YUV149.01137.59144.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=36.44%
G=28.39%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213416600.220.030.33309.4718.6360
HexAC86A6016321135133c
Octal2542062460263414652374
Binary1010110010000110101001100101101110000110011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86A6; }

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

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

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

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

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

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

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

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