Shades of London Hue #A59CA6
Tints of London Hue #A59CA6
RGB
CMYK
RGB Variations
Color information
#A59CA6 (or 0xA59CA6) is known color: London Hue. HEX triplet: A5, 9C and A6. RGB value is (165,156,166). Sum of RGB (Red+Green+Blue) = 165+156+166=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 166 - color contains mainly: blue. Hex color #A59CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA6 is #5A6359. Grayscale: #9F9F9F. Windows color (decimal): -5923674 or 10919077. OLE color: 10919077.
HSL color Cylindrical-coordinate representation of color #A59CA6: hue angle of 294º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A59CA6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 166 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.35 |
| HSL | 294º | 0.05% | 0.63% | - |
| HSV(B) | 294º | 0.06% | 0.65% | - |
| XYZ | 34.29 | 34.53 | 40.93 | - |
| YUV | 159.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 166 | 0.01 | 0.06 | 0 | 0.35 | 294 | 0.05 | 0.63 |
| Hex | A5 | 9C | A6 | 1 | 6 | 0 | 23 | 126 | 5 | 3F |
| Octal | 245 | 234 | 246 | 1 | 6 | 0 | 43 | 446 | 5 | 77 |
| Binary | 10100101 | 10011100 | 10100110 | 1 | 110 | 0 | 100011 | 100100110 | 101 | 111111 |
Color Harmonies of #A59CA6
Complementary color
Monochromatic Colors of #A59CA6
Black with #A59CA6
Text Example
Text Example
White with #A59CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CA6; }
p { color: rgb(165,156,166); }
H1.HeaderClassName
{
color: #A59CA6;
}
.AnyTagClassName
{
color: #A59CA6;
}
</style>
background-color css
<style>
a { background-color: #A59CA6; }
a { background-color: rgb(165,156,166); }
div.DivClassName
{
background-color: #A59CA6;
}
.BgClassName
{
background-color: #A59CA6;
}
</style>
border-color css
<style>
span { border-color: #A59CA6; }
span { border-color: rgb(165,156,166); }
td.TdClassName
{
border-color: #A59CA6;
}
.TagClassName
{
border-color: #A59CA6;
}
</style>