#AA86AB

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

Shades of London Hue #AA86AB

Tints of London Hue #AA86AB

Color information

#AA86AB (or 0xAA86AB) is unknown color: approx London Hue. HEX triplet: AA, 86 and AB. RGB value is (170,134,171). Sum of RGB (Red+Green+Blue) = 170+134+171=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA86AB is #557954. Grayscale: #949494. Windows color (decimal): -5601621 or 11241130. OLE color: 11241130.

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

Color convert

RGB170134171-
CMYK0.010.2200.33
HSL298.38º18.05%59.8%-
HSV(B)298.38º21.64%67.06%-
XYZ32.4528.5442.33-
YUV148.98140.43142.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 171 (67.19% from 255) = 36%
R=35.79%
G=28.21%
B=36%

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
Decimal1701341710.010.2200.33298.3818.0559.8
HexAA86AB11602112a123c
Octal2522062531260414522274
Binary101010101000011010101011110110010000110010101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86AB; }

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

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

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

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

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

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

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

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