#AE86AC

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

Shades of London Hue #AE86AC

Tints of London Hue #AE86AC

Color information

#AE86AC (or 0xAE86AC) is unknown color: approx London Hue. HEX triplet: AE, 86 and AC. RGB value is (174,134,172). Sum of RGB (Red+Green+Blue) = 174+134+172=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE86AC is #517953. Grayscale: #969696. Windows color (decimal): -5339476 or 11306670. OLE color: 11306670.

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

Color convert

RGB174134172-
CMYK00.230.010.32
HSL303º19.8%60.39%-
HSV(B)303º22.99%68.24%-
XYZ33.4329.0342.87-
YUV150.29140.25144.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=36.25%
G=27.92%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413417200.230.010.3230319.860.39
HexAE86AC01712012f143c
Octal2562062540271404572474
Binary101011101000011010101100010111110000010010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86AC; }

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

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

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

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

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

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

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

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