#AB96A9

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

Shades of London Hue #AB96A9

Tints of London Hue #AB96A9

Color information

#AB96A9 (or 0xAB96A9) is unknown color: approx London Hue. HEX triplet: AB, 96 and A9. RGB value is (171,150,169). Sum of RGB (Red+Green+Blue) = 171+150+169=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A9 is #546956. Grayscale: #9E9E9E. Windows color (decimal): -5531991 or 11114155. OLE color: 11114155.

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

Color convert

RGB171150169-
CMYK00.120.010.33
HSL305.71º11.11%62.94%-
HSV(B)305.71º12.28%67.06%-
XYZ34.8633.3442.13-
YUV158.44133.96136.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=34.90%
G=30.61%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115016900.120.010.33305.7111.1162.94
HexAB96A90C121132b3f
Octal2532262510141414621377
Binary1010101110010110101010010110011000011001100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96A9; }

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

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

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

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

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

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

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

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