#AB99AE

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

Shades of London Hue #AB99AE

Tints of London Hue #AB99AE

Color information

#AB99AE (or 0xAB99AE) is unknown color: approx London Hue. HEX triplet: AB, 99 and AE. RGB value is (171,153,174). Sum of RGB (Red+Green+Blue) = 171+153+174=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AE is #546651. Grayscale: #A0A0A0. Windows color (decimal): -5531218 or 11442603. OLE color: 11442603.

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

Color convert

RGB171153174-
CMYK0.020.1200.32
HSL291.43º11.48%64.12%-
HSV(B)291.43º12.07%68.24%-
XYZ35.8334.544.81-
YUV160.78135.46135.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=34.34%
G=30.72%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711531740.020.1200.32291.4311.4864.12
HexAB99AE2C020123b40
Octal25323125621404044313100
Binary101010111001100110101110101100010000010010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99AE; }

 p { color: rgb(171,153,174); }

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

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

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

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

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

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

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