#AB98AE

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

Shades of London Hue #AB98AE

Tints of London Hue #AB98AE

Color information

#AB98AE (or 0xAB98AE) is unknown color: approx London Hue. HEX triplet: AB, 98 and AE. RGB value is (171,152,174). Sum of RGB (Red+Green+Blue) = 171+152+174=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98AE is #546751. Grayscale: #A0A0A0. Windows color (decimal): -5531474 or 11442347. OLE color: 11442347.

HSL color Cylindrical-coordinate representation of color #AB98AE: hue angle of 291.82º 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 #AB98AE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171152174-
CMYK0.020.1300.32
HSL291.82º11.96%63.92%-
HSV(B)291.82º12.64%68.24%-
XYZ35.6634.1744.76-
YUV160.19135.79135.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=34.41%
G=30.58%
B=35.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711521740.020.1300.32291.8211.9663.92
HexAB98AE2D020124c40
Octal25323025621504044414100
Binary101010111001100010101110101101010000010010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98AE; }

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

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

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

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

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

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

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

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