#A686AB

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

Shades of London Hue #A686AB

Tints of London Hue #A686AB

Color information

#A686AB (or 0xA686AB) is unknown color: approx London Hue. HEX triplet: A6, 86 and AB. RGB value is (166,134,171). Sum of RGB (Red+Green+Blue) = 166+134+171=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A686AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AB is #597954. Grayscale: #939393. Windows color (decimal): -5863765 or 11241126. OLE color: 11241126.

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

Color convert

RGB166134171-
CMYK0.030.2200.33
HSL291.89º18.05%59.8%-
HSV(B)291.89º21.64%67.06%-
XYZ31.628.142.29-
YUV147.79141.1140.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=35.24%
G=28.45%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661341710.030.2200.33291.8918.0559.8
HexA686AB316021124123c
Octal2462062533260414442274
Binary1010011010000110101010111110110010000110010010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686AB; }

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

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

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

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

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

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

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

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