#AE81A6

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

Shades of London Hue #AE81A6

Tints of London Hue #AE81A6

Color information

#AE81A6 (or 0xAE81A6) is unknown color: approx London Hue. HEX triplet: AE, 81 and A6. RGB value is (174,129,166). Sum of RGB (Red+Green+Blue) = 174+129+166=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81A6 is #517E59. Grayscale: #929292. Windows color (decimal): -5340762 or 10912174. OLE color: 10912174.

HSL color Cylindrical-coordinate representation of color #AE81A6: hue angle of 310.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE81A6 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB174129166-
CMYK00.260.050.32
HSL310.67º21.74%59.41%-
HSV(B)310.67º25.86%68.24%-
XYZ32.1927.4539.68-
YUV146.67138.91147.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=37.10%
G=27.51%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412916600.260.050.32310.6721.7459.41
HexAE81A601A520137163b
Octal2562012460325404672673
Binary10101110100000011010011001101010110000010011011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81A6; }

 p { color: rgb(174,129,166); }

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

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

 a { background-color: rgb(174,129,166); }

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

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

 span { border-color: rgb(174,129,166); }

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