Shades of London Hue #AB98A6
Tints of London Hue #AB98A6
RGB
CMYK
RGB Variations
Color information
#AB98A6 (or 0xAB98A6) is known color: London Hue. HEX triplet: AB, 98 and A6. RGB value is (171,152,166). Sum of RGB (Red+Green+Blue) = 171+152+166=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB98A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98A6 is #546759. Grayscale: #9F9F9F. Windows color (decimal): -5531482 or 10918059. OLE color: 10918059.
HSL color Cylindrical-coordinate representation of color #AB98A6: hue angle of 315.79º 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 #AB98A6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 166 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.33 |
| HSL | 315.79º | 0.1% | 0.63% | - |
| HSV(B) | 315.79º | 0.11% | 0.67% | - |
| XYZ | 34.91 | 33.87 | 40.77 | - |
| YUV | 159.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 166 | 0 | 0.11 | 0.03 | 0.33 | 315.79 | 0.1 | 0.63 |
| Hex | AB | 98 | A6 | 0 | B | 3 | 21 | 13C | A | 3F |
| Octal | 253 | 230 | 246 | 0 | 13 | 3 | 41 | 474 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10100110 | 0 | 1011 | 11 | 100001 | 100111100 | 1010 | 111111 |
Color Harmonies of #AB98A6
Complementary color
Monochromatic Colors of #AB98A6
Black with #AB98A6
Text Example
Text Example
White with #AB98A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98A6; }
p { color: rgb(171,152,166); }
H1.HeaderClassName
{
color: #AB98A6;
}
.AnyTagClassName
{
color: #AB98A6;
}
</style>
background-color css
<style>
a { background-color: #AB98A6; }
a { background-color: rgb(171,152,166); }
div.DivClassName
{
background-color: #AB98A6;
}
.BgClassName
{
background-color: #AB98A6;
}
</style>
border-color css
<style>
span { border-color: #AB98A6; }
span { border-color: rgb(171,152,166); }
td.TdClassName
{
border-color: #AB98A6;
}
.TagClassName
{
border-color: #AB98A6;
}
</style>