#AE8EAB

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

Shades of London Hue #AE8EAB

Tints of London Hue #AE8EAB

Color information

#AE8EAB (or 0xAE8EAB) is unknown color: approx London Hue. HEX triplet: AE, 8E and AB. RGB value is (174,142,171). Sum of RGB (Red+Green+Blue) = 174+142+171=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8EAB is #517154. Grayscale: #9A9A9A. Windows color (decimal): -5337429 or 11243182. OLE color: 11243182.

HSL color Cylindrical-coordinate representation of color #AE8EAB: hue angle of 305.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE8EAB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174142171-
CMYK00.180.020.32
HSL305.62º16.49%61.96%-
HSV(B)305.62º18.39%68.24%-
XYZ34.4831.2842.75-
YUV154.87137.1141.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=35.73%
G=29.16%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414217100.180.020.32305.6216.4961.96
HexAE8EAB012220132103e
Octal2562162530222404622076
Binary1010111010001110101010110100101010000010011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EAB; }

 p { color: rgb(174,142,171); }

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

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

 a { background-color: rgb(174,142,171); }

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

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

 span { border-color: rgb(174,142,171); }

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