#AE98AE

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

Shades of London Hue #AE98AE

Tints of London Hue #AE98AE

Color information

#AE98AE (or 0xAE98AE) is unknown color: approx London Hue. HEX triplet: AE, 98 and AE. RGB value is (174,152,174). Sum of RGB (Red+Green+Blue) = 174+152+174=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE98AE is #516751. Grayscale: #A1A1A1. Windows color (decimal): -5334866 or 11442350. OLE color: 11442350.

HSL color Cylindrical-coordinate representation of color #AE98AE: hue angle of 300º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE98AE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174152174-
CMYK00.1300.32
HSL300º11.96%63.92%-
HSV(B)300º12.64%68.24%-
XYZ36.3234.5144.79-
YUV161.09135.29137.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=34.8%
G=30.4%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415217400.1300.3230011.9663.92
HexAE98AE0D02012cc40
Octal25623025601504045414100
Binary10101110100110001010111001101010000010010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98AE; }

 p { color: rgb(174,152,174); }

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

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

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

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

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

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

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