Shades of London Hue #A99DA6
Tints of London Hue #A99DA6
RGB
CMYK
RGB Variations
Color information
#A99DA6 (or 0xA99DA6) is known color: London Hue. HEX triplet: A9, 9D and A6. RGB value is (169,157,166). Sum of RGB (Red+Green+Blue) = 169+157+166=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A99DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DA6 is #566259. Grayscale: #A1A1A1. Windows color (decimal): -5661274 or 10919337. OLE color: 10919337.
HSL color Cylindrical-coordinate representation of color #A99DA6: hue angle of 315º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A99DA6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 166 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.34 |
| HSL | 315º | 0.07% | 0.64% | - |
| HSV(B) | 315º | 0.07% | 0.66% | - |
| XYZ | 35.3 | 35.3 | 41.03 | - |
| YUV | 161.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 166 | 0 | 0.07 | 0.02 | 0.34 | 315 | 0.07 | 0.64 |
| Hex | A9 | 9D | A6 | 0 | 7 | 2 | 22 | 13B | 7 | 40 |
| Octal | 251 | 235 | 246 | 0 | 7 | 2 | 42 | 473 | 7 | 100 |
| Binary | 10101001 | 10011101 | 10100110 | 0 | 111 | 10 | 100010 | 100111011 | 111 | 1000000 |
Color Harmonies of #A99DA6
Complementary color
Monochromatic Colors of #A99DA6
Black with #A99DA6
Text Example
Text Example
White with #A99DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DA6; }
p { color: rgb(169,157,166); }
H1.HeaderClassName
{
color: #A99DA6;
}
.AnyTagClassName
{
color: #A99DA6;
}
</style>
background-color css
<style>
a { background-color: #A99DA6; }
a { background-color: rgb(169,157,166); }
div.DivClassName
{
background-color: #A99DA6;
}
.BgClassName
{
background-color: #A99DA6;
}
</style>
border-color css
<style>
span { border-color: #A99DA6; }
span { border-color: rgb(169,157,166); }
td.TdClassName
{
border-color: #A99DA6;
}
.TagClassName
{
border-color: #A99DA6;
}
</style>