#AE91AF

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

Shades of London Hue #AE91AF

Tints of London Hue #AE91AF

Color information

#AE91AF (or 0xAE91AF) is unknown color: approx London Hue. HEX triplet: AE, 91 and AF. RGB value is (174,145,175). Sum of RGB (Red+Green+Blue) = 174+145+175=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE91AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE91AF is #516E50. Grayscale: #9D9D9D. Windows color (decimal): -5336657 or 11506094. OLE color: 11506094.

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

Color convert

RGB174145175-
CMYK0.010.1700.31
HSL298º15.79%62.75%-
HSV(B)298º17.14%68.63%-
XYZ35.3232.3444.94-
YUV157.09138.11140.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=35.22%
G=29.35%
B=35.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741451750.010.1700.3129815.7962.75
HexAE91AF11101F12a103f
Octal2562212571210374522077
Binary10101110100100011010111111000101111110010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91AF; }

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

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

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

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

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

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

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

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