Shades of London Hue #A99BAA
Tints of London Hue #A99BAA
RGB
CMYK
RGB Variations
Color information
#A99BAA (or 0xA99BAA) is known color: London Hue. HEX triplet: A9, 9B and AA. RGB value is (169,155,170). Sum of RGB (Red+Green+Blue) = 169+155+170=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAA is #566455. Grayscale: #A0A0A0. Windows color (decimal): -5661782 or 11180969. OLE color: 11180969.
HSL color Cylindrical-coordinate representation of color #A99BAA: hue angle of 296º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99BAA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 155 | 170 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.33 |
| HSL | 296º | 0.08% | 0.64% | - |
| HSV(B) | 296º | 0.09% | 0.67% | - |
| XYZ | 35.34 | 34.78 | 42.88 | - |
| YUV | 160.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 170 | 0.01 | 0.09 | 0 | 0.33 | 296 | 0.08 | 0.64 |
| Hex | A9 | 9B | AA | 1 | 9 | 0 | 21 | 128 | 8 | 40 |
| Octal | 251 | 233 | 252 | 1 | 11 | 0 | 41 | 450 | 10 | 100 |
| Binary | 10101001 | 10011011 | 10101010 | 1 | 1001 | 0 | 100001 | 100101000 | 1000 | 1000000 |
Color Harmonies of #A99BAA
Complementary color
Monochromatic Colors of #A99BAA
Black with #A99BAA
Text Example
Text Example
White with #A99BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BAA; }
p { color: rgb(169,155,170); }
H1.HeaderClassName
{
color: #A99BAA;
}
.AnyTagClassName
{
color: #A99BAA;
}
</style>
background-color css
<style>
a { background-color: #A99BAA; }
a { background-color: rgb(169,155,170); }
div.DivClassName
{
background-color: #A99BAA;
}
.BgClassName
{
background-color: #A99BAA;
}
</style>
border-color css
<style>
span { border-color: #A99BAA; }
span { border-color: rgb(169,155,170); }
td.TdClassName
{
border-color: #A99BAA;
}
.TagClassName
{
border-color: #A99BAA;
}
</style>