Shades of London Hue #AB98A5
Tints of London Hue #AB98A5
RGB
CMYK
RGB Variations
Color information
#AB98A5 (or 0xAB98A5) is known color: London Hue. HEX triplet: AB, 98 and A5. RGB value is (171,152,165). Sum of RGB (Red+Green+Blue) = 171+152+165=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98A5 is #54675A. Grayscale: #9F9F9F. Windows color (decimal): -5531483 or 10852523. OLE color: 10852523.
HSL color Cylindrical-coordinate representation of color #AB98A5: hue angle of 318.95º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB98A5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 165 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.33 |
| HSL | 318.95º | 0.1% | 0.63% | - |
| HSV(B) | 318.95º | 0.11% | 0.67% | - |
| XYZ | 34.81 | 33.83 | 40.29 | - |
| YUV | 159.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 165 | 0 | 0.11 | 0.04 | 0.33 | 318.95 | 0.1 | 0.63 |
| Hex | AB | 98 | A5 | 0 | B | 4 | 21 | 13F | A | 3F |
| Octal | 253 | 230 | 245 | 0 | 13 | 4 | 41 | 477 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10100101 | 0 | 1011 | 100 | 100001 | 100111111 | 1010 | 111111 |
Color Harmonies of #AB98A5
Complementary color
Monochromatic Colors of #AB98A5
Black with #AB98A5
Text Example
Text Example
White with #AB98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98A5; }
p { color: rgb(171,152,165); }
H1.HeaderClassName
{
color: #AB98A5;
}
.AnyTagClassName
{
color: #AB98A5;
}
</style>
background-color css
<style>
a { background-color: #AB98A5; }
a { background-color: rgb(171,152,165); }
div.DivClassName
{
background-color: #AB98A5;
}
.BgClassName
{
background-color: #AB98A5;
}
</style>
border-color css
<style>
span { border-color: #AB98A5; }
span { border-color: rgb(171,152,165); }
td.TdClassName
{
border-color: #AB98A5;
}
.TagClassName
{
border-color: #AB98A5;
}
</style>