#AB99A9

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

Shades of London Hue #AB99A9

Tints of London Hue #AB99A9

Color information

#AB99A9 (or 0xAB99A9) is unknown color: approx London Hue. HEX triplet: AB, 99 and A9. RGB value is (171,153,169). Sum of RGB (Red+Green+Blue) = 171+153+169=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A9 is #546656. Grayscale: #A0A0A0. Windows color (decimal): -5531223 or 11114923. OLE color: 11114923.

HSL color Cylindrical-coordinate representation of color #AB99A9: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB99A9 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171153169-
CMYK00.110.010.33
HSL306.67º9.68%63.53%-
HSV(B)306.67º10.53%67.06%-
XYZ35.3534.342.29-
YUV160.21132.96135.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=34.69%
G=31.03%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115316900.110.010.33306.679.6863.53
HexAB99A90B121133a40
Octal25323125101314146312100
Binary10101011100110011010100101011110000110011001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99A9; }

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

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

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

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

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

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

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

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