#AB99AB

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

Shades of London Hue #AB99AB

Tints of London Hue #AB99AB

Color information

#AB99AB (or 0xAB99AB) is unknown color: approx London Hue. HEX triplet: AB, 99 and AB. RGB value is (171,153,171). Sum of RGB (Red+Green+Blue) = 171+153+171=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AB is #546654. Grayscale: #A0A0A0. Windows color (decimal): -5531221 or 11245995. OLE color: 11245995.

HSL color Cylindrical-coordinate representation of color #AB99AB: hue angle of 300º 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 #AB99AB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171153171-
CMYK00.1100.33
HSL300º9.68%63.53%-
HSV(B)300º10.53%67.06%-
XYZ35.5434.3843.29-
YUV160.43133.96135.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=34.55%
G=30.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115317100.1100.333009.6863.53
HexAB99AB0B02112ca40
Octal25323125301304145412100
Binary10101011100110011010101101011010000110010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99AB; }

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

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

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

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

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

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

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

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