Shades of London Hue #AB96A5
Tints of London Hue #AB96A5
RGB
CMYK
RGB Variations
Color information
#AB96A5 (or 0xAB96A5) is known color: London Hue. HEX triplet: AB, 96 and A5. RGB value is (171,150,165). Sum of RGB (Red+Green+Blue) = 171+150+165=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A5 is #54695A. Grayscale: #9D9D9D. Windows color (decimal): -5531995 or 10852011. OLE color: 10852011.
HSL color Cylindrical-coordinate representation of color #AB96A5: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB96A5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 165 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.33 |
| HSL | 317.14º | 0.11% | 0.63% | - |
| HSV(B) | 317.14º | 0.12% | 0.67% | - |
| XYZ | 34.49 | 33.19 | 40.19 | - |
| YUV | 157.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 165 | 0 | 0.12 | 0.04 | 0.33 | 317.14 | 0.11 | 0.63 |
| Hex | AB | 96 | A5 | 0 | C | 4 | 21 | 13D | B | 3F |
| Octal | 253 | 226 | 245 | 0 | 14 | 4 | 41 | 475 | 13 | 77 |
| Binary | 10101011 | 10010110 | 10100101 | 0 | 1100 | 100 | 100001 | 100111101 | 1011 | 111111 |
Color Harmonies of #AB96A5
Complementary color
Monochromatic Colors of #AB96A5
Black with #AB96A5
Text Example
Text Example
White with #AB96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96A5; }
p { color: rgb(171,150,165); }
H1.HeaderClassName
{
color: #AB96A5;
}
.AnyTagClassName
{
color: #AB96A5;
}
</style>
background-color css
<style>
a { background-color: #AB96A5; }
a { background-color: rgb(171,150,165); }
div.DivClassName
{
background-color: #AB96A5;
}
.BgClassName
{
background-color: #AB96A5;
}
</style>
border-color css
<style>
span { border-color: #AB96A5; }
span { border-color: rgb(171,150,165); }
td.TdClassName
{
border-color: #AB96A5;
}
.TagClassName
{
border-color: #AB96A5;
}
</style>