Shades of London Hue #AB8DA6
Tints of London Hue #AB8DA6
RGB
CMYK
RGB Variations
Color information
#AB8DA6 (or 0xAB8DA6) is known color: London Hue. HEX triplet: AB, 8D and A6. RGB value is (171,141,166). Sum of RGB (Red+Green+Blue) = 171+141+166=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DA6 is #547259. Grayscale: #989898. Windows color (decimal): -5534298 or 10915243. OLE color: 10915243.
HSL color Cylindrical-coordinate representation of color #AB8DA6: hue angle of 310º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8DA6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 166 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.33 |
| HSL | 310º | 0.15% | 0.61% | - |
| HSV(B) | 310º | 0.18% | 0.67% | - |
| XYZ | 33.2 | 30.46 | 40.21 | - |
| YUV | 152.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 166 | 0 | 0.18 | 0.03 | 0.33 | 310 | 0.15 | 0.61 |
| Hex | AB | 8D | A6 | 0 | 12 | 3 | 21 | 136 | F | 3D |
| Octal | 253 | 215 | 246 | 0 | 22 | 3 | 41 | 466 | 17 | 75 |
| Binary | 10101011 | 10001101 | 10100110 | 0 | 10010 | 11 | 100001 | 100110110 | 1111 | 111101 |
Color Harmonies of #AB8DA6
Complementary color
Monochromatic Colors of #AB8DA6
Black with #AB8DA6
Text Example
Text Example
White with #AB8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DA6; }
p { color: rgb(171,141,166); }
H1.HeaderClassName
{
color: #AB8DA6;
}
.AnyTagClassName
{
color: #AB8DA6;
}
</style>
background-color css
<style>
a { background-color: #AB8DA6; }
a { background-color: rgb(171,141,166); }
div.DivClassName
{
background-color: #AB8DA6;
}
.BgClassName
{
background-color: #AB8DA6;
}
</style>
border-color css
<style>
span { border-color: #AB8DA6; }
span { border-color: rgb(171,141,166); }
td.TdClassName
{
border-color: #AB8DA6;
}
.TagClassName
{
border-color: #AB8DA6;
}
</style>