Shades of London Hue #A898AB
Tints of London Hue #A898AB
RGB
CMYK
RGB Variations
Color information
#A898AB (or 0xA898AB) is known color: London Hue. HEX triplet: A8, 98 and AB. RGB value is (168,152,171). Sum of RGB (Red+Green+Blue) = 168+152+171=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A898AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898AB is #576754. Grayscale: #9E9E9E. Windows color (decimal): -5728085 or 11245736. OLE color: 11245736.
HSL color Cylindrical-coordinate representation of color #A898AB: hue angle of 290.53º 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 #A898AB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 152 | 171 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.33 |
| HSL | 290.53º | 0.1% | 0.63% | - |
| HSV(B) | 290.53º | 0.11% | 0.67% | - |
| XYZ | 34.73 | 33.72 | 43.21 | - |
| YUV | 158.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 171 | 0.02 | 0.11 | 0 | 0.33 | 290.53 | 0.1 | 0.63 |
| Hex | A8 | 98 | AB | 2 | B | 0 | 21 | 123 | A | 3F |
| Octal | 250 | 230 | 253 | 2 | 13 | 0 | 41 | 443 | 12 | 77 |
| Binary | 10101000 | 10011000 | 10101011 | 10 | 1011 | 0 | 100001 | 100100011 | 1010 | 111111 |
Color Harmonies of #A898AB
Complementary color
Monochromatic Colors of #A898AB
Black with #A898AB
Text Example
Text Example
White with #A898AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898AB; }
p { color: rgb(168,152,171); }
H1.HeaderClassName
{
color: #A898AB;
}
.AnyTagClassName
{
color: #A898AB;
}
</style>
background-color css
<style>
a { background-color: #A898AB; }
a { background-color: rgb(168,152,171); }
div.DivClassName
{
background-color: #A898AB;
}
.BgClassName
{
background-color: #A898AB;
}
</style>
border-color css
<style>
span { border-color: #A898AB; }
span { border-color: rgb(168,152,171); }
td.TdClassName
{
border-color: #A898AB;
}
.TagClassName
{
border-color: #A898AB;
}
</style>