Shades of London Hue #A899AA
Tints of London Hue #A899AA
RGB
CMYK
RGB Variations
Color information
#A899AA (or 0xA899AA) is known color: London Hue. HEX triplet: A8, 99 and AA. RGB value is (168,153,170). Sum of RGB (Red+Green+Blue) = 168+153+170=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A899AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899AA is #576655. Grayscale: #9F9F9F. Windows color (decimal): -5727830 or 11180456. OLE color: 11180456.
HSL color Cylindrical-coordinate representation of color #A899AA: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A899AA is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 153 | 170 | - |
| CMYK | 0.01 | 0.1 | 0 | 0.33 |
| HSL | 292.94º | 0.09% | 0.63% | - |
| HSV(B) | 292.94º | 0.1% | 0.67% | - |
| XYZ | 34.8 | 34.01 | 42.76 | - |
| YUV | 159.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 170 | 0.01 | 0.1 | 0 | 0.33 | 292.94 | 0.09 | 0.63 |
| Hex | A8 | 99 | AA | 1 | A | 0 | 21 | 125 | 9 | 3F |
| Octal | 250 | 231 | 252 | 1 | 12 | 0 | 41 | 445 | 11 | 77 |
| Binary | 10101000 | 10011001 | 10101010 | 1 | 1010 | 0 | 100001 | 100100101 | 1001 | 111111 |
Color Harmonies of #A899AA
Complementary color
Monochromatic Colors of #A899AA
Black with #A899AA
Text Example
Text Example
White with #A899AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899AA; }
p { color: rgb(168,153,170); }
H1.HeaderClassName
{
color: #A899AA;
}
.AnyTagClassName
{
color: #A899AA;
}
</style>
background-color css
<style>
a { background-color: #A899AA; }
a { background-color: rgb(168,153,170); }
div.DivClassName
{
background-color: #A899AA;
}
.BgClassName
{
background-color: #A899AA;
}
</style>
border-color css
<style>
span { border-color: #A899AA; }
span { border-color: rgb(168,153,170); }
td.TdClassName
{
border-color: #A899AA;
}
.TagClassName
{
border-color: #A899AA;
}
</style>