Shades of London Hue #A99AAB
Tints of London Hue #A99AAB
RGB
CMYK
RGB Variations
Color information
#A99AAB (or 0xA99AAB) is known color: London Hue. HEX triplet: A9, 9A and AB. RGB value is (169,154,171). Sum of RGB (Red+Green+Blue) = 169+154+171=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAB is #566554. Grayscale: #A0A0A0. Windows color (decimal): -5662037 or 11246249. OLE color: 11246249.
HSL color Cylindrical-coordinate representation of color #A99AAB: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99AAB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 154 | 171 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.33 |
| HSL | 292.94º | 0.09% | 0.64% | - |
| HSV(B) | 292.94º | 0.1% | 0.67% | - |
| XYZ | 35.27 | 34.49 | 43.33 | - |
| YUV | 160.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 171 | 0.01 | 0.10 | 0 | 0.33 | 292.94 | 0.09 | 0.64 |
| Hex | A9 | 9A | AB | 1 | A | 0 | 21 | 125 | 9 | 40 |
| Octal | 251 | 232 | 253 | 1 | 12 | 0 | 41 | 445 | 11 | 100 |
| Binary | 10101001 | 10011010 | 10101011 | 1 | 1010 | 0 | 100001 | 100100101 | 1001 | 1000000 |
Color Harmonies of #A99AAB
Complementary color
Monochromatic Colors of #A99AAB
Black with #A99AAB
Text Example
Text Example
White with #A99AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AAB; }
p { color: rgb(169,154,171); }
H1.HeaderClassName
{
color: #A99AAB;
}
.AnyTagClassName
{
color: #A99AAB;
}
</style>
background-color css
<style>
a { background-color: #A99AAB; }
a { background-color: rgb(169,154,171); }
div.DivClassName
{
background-color: #A99AAB;
}
.BgClassName
{
background-color: #A99AAB;
}
</style>
border-color css
<style>
span { border-color: #A99AAB; }
span { border-color: rgb(169,154,171); }
td.TdClassName
{
border-color: #A99AAB;
}
.TagClassName
{
border-color: #A99AAB;
}
</style>