#AE89AF

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

Shades of London Hue #AE89AF

Tints of London Hue #AE89AF

Color information

#AE89AF (or 0xAE89AF) is unknown color: approx London Hue. HEX triplet: AE, 89 and AF. RGB value is (174,137,175). Sum of RGB (Red+Green+Blue) = 174+137+175=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89AF is #517650. Grayscale: #989898. Windows color (decimal): -5338705 or 11504046. OLE color: 11504046.

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

Color convert

RGB174137175-
CMYK0.010.2200.31
HSL298.42º19.19%61.18%-
HSV(B)298.42º21.71%68.63%-
XYZ34.1429.9944.55-
YUV152.39140.76143.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=35.80%
G=28.19%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741371750.010.2200.31298.4219.1961.18
HexAE89AF11601F12a133d
Octal2562112571260374522375
Binary10101110100010011010111111011001111110010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89AF; }

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

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

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

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

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

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

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

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