#AE86AF

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

Shades of London Hue #AE86AF

Tints of London Hue #AE86AF

Color information

#AE86AF (or 0xAE86AF) is unknown color: approx London Hue. HEX triplet: AE, 86 and AF. RGB value is (174,134,175). Sum of RGB (Red+Green+Blue) = 174+134+175=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE86AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE86AF is #517950. Grayscale: #969696. Windows color (decimal): -5339473 or 11503278. OLE color: 11503278.

HSL color Cylindrical-coordinate representation of color #AE86AF: hue angle of 298.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE86AF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174134175-
CMYK0.010.2300.31
HSL298.54º20.4%60.59%-
HSV(B)298.54º23.43%68.63%-
XYZ33.7229.1444.41-
YUV150.63141.75144.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=36.02%
G=27.74%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741341750.010.2300.31298.5420.460.59
HexAE86AF11701F12b143d
Octal2562062571270374532475
Binary10101110100001101010111111011101111110010101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86AF; }

 p { color: rgb(174,134,175); }

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

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

 a { background-color: rgb(174,134,175); }

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

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

 span { border-color: rgb(174,134,175); }

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