Shades of London Hue #AB9BA9
Tints of London Hue #AB9BA9
RGB
CMYK
RGB Variations
Color information
#AB9BA9 (or 0xAB9BA9) is known color: London Hue. HEX triplet: AB, 9B and A9. RGB value is (171,155,169). Sum of RGB (Red+Green+Blue) = 171+155+169=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA9 is #546456. Grayscale: #A1A1A1. Windows color (decimal): -5530711 or 11115435. OLE color: 11115435.
HSL color Cylindrical-coordinate representation of color #AB9BA9: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9BA9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 169 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.33 |
| HSL | 307.5º | 0.09% | 0.64% | - |
| HSV(B) | 307.5º | 0.09% | 0.67% | - |
| XYZ | 35.68 | 34.97 | 42.4 | - |
| YUV | 161.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 169 | 0 | 0.09 | 0.01 | 0.33 | 307.5 | 0.09 | 0.64 |
| Hex | AB | 9B | A9 | 0 | 9 | 1 | 21 | 134 | 9 | 40 |
| Octal | 253 | 233 | 251 | 0 | 11 | 1 | 41 | 464 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10101001 | 0 | 1001 | 1 | 100001 | 100110100 | 1001 | 1000000 |
Color Harmonies of #AB9BA9
Complementary color
Monochromatic Colors of #AB9BA9
Black with #AB9BA9
Text Example
Text Example
White with #AB9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BA9; }
p { color: rgb(171,155,169); }
H1.HeaderClassName
{
color: #AB9BA9;
}
.AnyTagClassName
{
color: #AB9BA9;
}
</style>
background-color css
<style>
a { background-color: #AB9BA9; }
a { background-color: rgb(171,155,169); }
div.DivClassName
{
background-color: #AB9BA9;
}
.BgClassName
{
background-color: #AB9BA9;
}
</style>
border-color css
<style>
span { border-color: #AB9BA9; }
span { border-color: rgb(171,155,169); }
td.TdClassName
{
border-color: #AB9BA9;
}
.TagClassName
{
border-color: #AB9BA9;
}
</style>