#A686AA

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

Shades of London Hue #A686AA

Tints of London Hue #A686AA

Color information

#A686AA (or 0xA686AA) is unknown color: approx London Hue. HEX triplet: A6, 86 and AA. RGB value is (166,134,170). Sum of RGB (Red+Green+Blue) = 166+134+170=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A686AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AA is #597955. Grayscale: #939393. Windows color (decimal): -5863766 or 11175590. OLE color: 11175590.

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

Color convert

RGB166134170-
CMYK0.020.2100.33
HSL293.33º17.48%59.61%-
HSV(B)293.33º21.18%66.67%-
XYZ31.5128.0641.79-
YUV147.67140.6141.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=35.32%
G=28.51%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661341700.020.2100.33293.3317.4859.61
HexA686AA215021125113c
Octal2462062522250414452174
Binary1010011010000110101010101010101010000110010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686AA; }

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

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

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

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

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

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

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

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