Shades of London Hue #AB99A7
Tints of London Hue #AB99A7
RGB
CMYK
RGB Variations
Color information
#AB99A7 (or 0xAB99A7) is known color: London Hue. HEX triplet: AB, 99 and A7. RGB value is (171,153,167). Sum of RGB (Red+Green+Blue) = 171+153+167=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A7 is #546658. Grayscale: #9F9F9F. Windows color (decimal): -5531225 or 10983851. OLE color: 10983851.
HSL color Cylindrical-coordinate representation of color #AB99A7: hue angle of 313.33º 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 #AB99A7 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 167 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.33 |
| HSL | 313.33º | 0.1% | 0.64% | - |
| HSV(B) | 313.33º | 0.11% | 0.67% | - |
| XYZ | 35.16 | 34.23 | 41.31 | - |
| YUV | 159.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 167 | 0 | 0.11 | 0.02 | 0.33 | 313.33 | 0.1 | 0.64 |
| Hex | AB | 99 | A7 | 0 | B | 2 | 21 | 139 | A | 40 |
| Octal | 253 | 231 | 247 | 0 | 13 | 2 | 41 | 471 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10100111 | 0 | 1011 | 10 | 100001 | 100111001 | 1010 | 1000000 |
Color Harmonies of #AB99A7
Complementary color
Monochromatic Colors of #AB99A7
Black with #AB99A7
Text Example
Text Example
White with #AB99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99A7; }
p { color: rgb(171,153,167); }
H1.HeaderClassName
{
color: #AB99A7;
}
.AnyTagClassName
{
color: #AB99A7;
}
</style>
background-color css
<style>
a { background-color: #AB99A7; }
a { background-color: rgb(171,153,167); }
div.DivClassName
{
background-color: #AB99A7;
}
.BgClassName
{
background-color: #AB99A7;
}
</style>
border-color css
<style>
span { border-color: #AB99A7; }
span { border-color: rgb(171,153,167); }
td.TdClassName
{
border-color: #AB99A7;
}
.TagClassName
{
border-color: #AB99A7;
}
</style>