#AE8BAC

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

Shades of London Hue #AE8BAC

Tints of London Hue #AE8BAC

Color information

#AE8BAC (or 0xAE8BAC) is unknown color: approx London Hue. HEX triplet: AE, 8B and AC. RGB value is (174,139,172). Sum of RGB (Red+Green+Blue) = 174+139+172=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8BAC is #517453. Grayscale: #999999. Windows color (decimal): -5338196 or 11307950. OLE color: 11307950.

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

Color convert

RGB174139172-
CMYK00.200.010.32
HSL303.43º17.77%61.37%-
HSV(B)303.43º20.11%68.24%-
XYZ34.1330.4443.11-
YUV153.23138.6142.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=35.88%
G=28.66%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413917200.200.010.32303.4317.7761.37
HexAE8BAC01412012f123d
Octal2562132540241404572275
Binary101011101000101110101100010100110000010010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BAC; }

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

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

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

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

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

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

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

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