#AA86AC

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

Shades of London Hue #AA86AC

Tints of London Hue #AA86AC

Color information

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

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

Color convert

RGB170134172-
CMYK0.010.2200.33
HSL296.84º18.63%60%-
HSV(B)296.84º22.09%67.45%-
XYZ32.5528.5742.83-
YUV149.1140.93142.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701341720.010.2200.33296.8418.6360
HexAA86AC116021129133c
Octal2522062541260414512374
Binary101010101000011010101100110110010000110010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86AC; }

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

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

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

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

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

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

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

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