Shades of London Hue #A99CA7
Tints of London Hue #A99CA7
RGB
CMYK
RGB Variations
Color information
#A99CA7 (or 0xA99CA7) is known color: London Hue. HEX triplet: A9, 9C and A7. RGB value is (169,156,167). Sum of RGB (Red+Green+Blue) = 169+156+167=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA7 is #566358. Grayscale: #A1A1A1. Windows color (decimal): -5661529 or 10984617. OLE color: 10984617.
HSL color Cylindrical-coordinate representation of color #A99CA7: hue angle of 309.23º degrees, saturation: 0.07, 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 #A99CA7 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 167 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.34 |
| HSL | 309.23º | 0.07% | 0.64% | - |
| HSV(B) | 309.23º | 0.08% | 0.66% | - |
| XYZ | 35.23 | 35 | 41.46 | - |
| YUV | 161.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 167 | 0 | 0.08 | 0.01 | 0.34 | 309.23 | 0.07 | 0.64 |
| Hex | A9 | 9C | A7 | 0 | 8 | 1 | 22 | 135 | 7 | 40 |
| Octal | 251 | 234 | 247 | 0 | 10 | 1 | 42 | 465 | 7 | 100 |
| Binary | 10101001 | 10011100 | 10100111 | 0 | 1000 | 1 | 100010 | 100110101 | 111 | 1000000 |
Color Harmonies of #A99CA7
Complementary color
Monochromatic Colors of #A99CA7
Black with #A99CA7
Text Example
Text Example
White with #A99CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CA7; }
p { color: rgb(169,156,167); }
H1.HeaderClassName
{
color: #A99CA7;
}
.AnyTagClassName
{
color: #A99CA7;
}
</style>
background-color css
<style>
a { background-color: #A99CA7; }
a { background-color: rgb(169,156,167); }
div.DivClassName
{
background-color: #A99CA7;
}
.BgClassName
{
background-color: #A99CA7;
}
</style>
border-color css
<style>
span { border-color: #A99CA7; }
span { border-color: rgb(169,156,167); }
td.TdClassName
{
border-color: #A99CA7;
}
.TagClassName
{
border-color: #A99CA7;
}
</style>