#AA86A7

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

Shades of London Hue #AA86A7

Tints of London Hue #AA86A7

Color information

#AA86A7 (or 0xAA86A7) is unknown color: approx London Hue. HEX triplet: AA, 86 and A7. RGB value is (170,134,167). Sum of RGB (Red+Green+Blue) = 170+134+167=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA86A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA86A7 is #557958. Grayscale: #949494. Windows color (decimal): -5601625 or 10978986. OLE color: 10978986.

HSL color Cylindrical-coordinate representation of color #AA86A7: hue angle of 305º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA86A7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170134167-
CMYK00.210.020.33
HSL305º17.48%59.61%-
HSV(B)305º21.18%66.67%-
XYZ32.0828.3940.35-
YUV148.53138.43143.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=36.09%
G=28.45%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013416700.210.020.3330517.4859.61
HexAA86A7015221131113c
Octal2522062470252414612174
Binary1010101010000110101001110101011010000110011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86A7; }

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

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

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

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

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

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

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

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