#AE98B0

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

Shades of London Hue #AE98B0

Tints of London Hue #AE98B0

Color information

#AE98B0 (or 0xAE98B0) is unknown color: approx London Hue. HEX triplet: AE, 98 and B0. RGB value is (174,152,176). Sum of RGB (Red+Green+Blue) = 174+152+176=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE98B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE98B0 is #51674F. Grayscale: #A1A1A1. Windows color (decimal): -5334864 or 11573422. OLE color: 11573422.

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

Color convert

RGB174152176-
CMYK0.010.1400.31
HSL295º13.19%64.31%-
HSV(B)295º13.64%69.02%-
XYZ36.5234.5945.83-
YUV161.31136.29137.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=34.66%
G=30.28%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741521760.010.1400.3129513.1964.31
HexAE98B01E01F127d40
Octal25623026011603744715100
Binary1010111010011000101100001111001111110010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98B0; }

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

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

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

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

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

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

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

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