Shades of London Hue #A99BA6
Tints of London Hue #A99BA6
RGB
CMYK
RGB Variations
Color information
#A99BA6 (or 0xA99BA6) is known color: London Hue. HEX triplet: A9, 9B and A6. RGB value is (169,155,166). Sum of RGB (Red+Green+Blue) = 169+155+166=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A99BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BA6 is #566459. Grayscale: #A0A0A0. Windows color (decimal): -5661786 or 10918825. OLE color: 10918825.
HSL color Cylindrical-coordinate representation of color #A99BA6: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99BA6 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 166 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.34 |
| HSL | 312.86º | 0.08% | 0.64% | - |
| HSV(B) | 312.86º | 0.08% | 0.66% | - |
| XYZ | 34.97 | 34.63 | 40.92 | - |
| YUV | 160.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 166 | 0 | 0.08 | 0.02 | 0.34 | 312.86 | 0.08 | 0.64 |
| Hex | A9 | 9B | A6 | 0 | 8 | 2 | 22 | 139 | 8 | 40 |
| Octal | 251 | 233 | 246 | 0 | 10 | 2 | 42 | 471 | 10 | 100 |
| Binary | 10101001 | 10011011 | 10100110 | 0 | 1000 | 10 | 100010 | 100111001 | 1000 | 1000000 |
Color Harmonies of #A99BA6
Complementary color
Monochromatic Colors of #A99BA6
Black with #A99BA6
Text Example
Text Example
White with #A99BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BA6; }
p { color: rgb(169,155,166); }
H1.HeaderClassName
{
color: #A99BA6;
}
.AnyTagClassName
{
color: #A99BA6;
}
</style>
background-color css
<style>
a { background-color: #A99BA6; }
a { background-color: rgb(169,155,166); }
div.DivClassName
{
background-color: #A99BA6;
}
.BgClassName
{
background-color: #A99BA6;
}
</style>
border-color css
<style>
span { border-color: #A99BA6; }
span { border-color: rgb(169,155,166); }
td.TdClassName
{
border-color: #A99BA6;
}
.TagClassName
{
border-color: #A99BA6;
}
</style>