Shades of London Hue #A99CA5
Tints of London Hue #A99CA5
RGB
CMYK
RGB Variations
Color information
#A99CA5 (or 0xA99CA5) is known color: London Hue. HEX triplet: A9, 9C and A5. RGB value is (169,156,165). Sum of RGB (Red+Green+Blue) = 169+156+165=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA5 is #56635A. Grayscale: #A0A0A0. Windows color (decimal): -5661531 or 10853545. OLE color: 10853545.
HSL color Cylindrical-coordinate representation of color #A99CA5: hue angle of 318.46º 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 #A99CA5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 165 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.34 |
| HSL | 318.46º | 0.07% | 0.64% | - |
| HSV(B) | 318.46º | 0.08% | 0.66% | - |
| XYZ | 35.04 | 34.93 | 40.49 | - |
| YUV | 160.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 165 | 0 | 0.08 | 0.02 | 0.34 | 318.46 | 0.07 | 0.64 |
| Hex | A9 | 9C | A5 | 0 | 8 | 2 | 22 | 13E | 7 | 40 |
| Octal | 251 | 234 | 245 | 0 | 10 | 2 | 42 | 476 | 7 | 100 |
| Binary | 10101001 | 10011100 | 10100101 | 0 | 1000 | 10 | 100010 | 100111110 | 111 | 1000000 |
Color Harmonies of #A99CA5
Complementary color
Monochromatic Colors of #A99CA5
Black with #A99CA5
Text Example
Text Example
White with #A99CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CA5; }
p { color: rgb(169,156,165); }
H1.HeaderClassName
{
color: #A99CA5;
}
.AnyTagClassName
{
color: #A99CA5;
}
</style>
background-color css
<style>
a { background-color: #A99CA5; }
a { background-color: rgb(169,156,165); }
div.DivClassName
{
background-color: #A99CA5;
}
.BgClassName
{
background-color: #A99CA5;
}
</style>
border-color css
<style>
span { border-color: #A99CA5; }
span { border-color: rgb(169,156,165); }
td.TdClassName
{
border-color: #A99CA5;
}
.TagClassName
{
border-color: #A99CA5;
}
</style>