#AB99AD

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

Shades of London Hue #AB99AD

Tints of London Hue #AB99AD

Color information

#AB99AD (or 0xAB99AD) is unknown color: approx London Hue. HEX triplet: AB, 99 and AD. RGB value is (171,153,173). Sum of RGB (Red+Green+Blue) = 171+153+173=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AD is #546652. Grayscale: #A0A0A0. Windows color (decimal): -5531219 or 11377067. OLE color: 11377067.

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

Color convert

RGB171153173-
CMYK0.010.1200.32
HSL294º10.87%63.92%-
HSV(B)294º11.56%67.84%-
XYZ35.7334.4644.3-
YUV160.66134.96135.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=34.41%
G=30.78%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711531730.010.1200.3229410.8763.92
HexAB99AD1C020126b40
Octal25323125511404044613100
Binary10101011100110011010110111100010000010010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99AD; }

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

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

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

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

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

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

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

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