Shades of London Hue #A59BA6
Tints of London Hue #A59BA6
RGB
CMYK
RGB Variations
Color information
#A59BA6 (or 0xA59BA6) is known color: London Hue. HEX triplet: A5, 9B and A6. RGB value is (165,155,166). Sum of RGB (Red+Green+Blue) = 165+155+166=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 166 - color contains mainly: blue. Hex color #A59BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA6 is #5A6459. Grayscale: #9F9F9F. Windows color (decimal): -5923930 or 10918821. OLE color: 10918821.
HSL color Cylindrical-coordinate representation of color #A59BA6: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A59BA6 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 166 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.35 |
| HSL | 294.55º | 0.06% | 0.63% | - |
| HSV(B) | 294.55º | 0.07% | 0.65% | - |
| XYZ | 34.12 | 34.2 | 40.88 | - |
| YUV | 159.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 166 | 0.01 | 0.07 | 0 | 0.35 | 294.55 | 0.06 | 0.63 |
| Hex | A5 | 9B | A6 | 1 | 7 | 0 | 23 | 127 | 6 | 3F |
| Octal | 245 | 233 | 246 | 1 | 7 | 0 | 43 | 447 | 6 | 77 |
| Binary | 10100101 | 10011011 | 10100110 | 1 | 111 | 0 | 100011 | 100100111 | 110 | 111111 |
Color Harmonies of #A59BA6
Complementary color
Monochromatic Colors of #A59BA6
Black with #A59BA6
Text Example
Text Example
White with #A59BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BA6; }
p { color: rgb(165,155,166); }
H1.HeaderClassName
{
color: #A59BA6;
}
.AnyTagClassName
{
color: #A59BA6;
}
</style>
background-color css
<style>
a { background-color: #A59BA6; }
a { background-color: rgb(165,155,166); }
div.DivClassName
{
background-color: #A59BA6;
}
.BgClassName
{
background-color: #A59BA6;
}
</style>
border-color css
<style>
span { border-color: #A59BA6; }
span { border-color: rgb(165,155,166); }
td.TdClassName
{
border-color: #A59BA6;
}
.TagClassName
{
border-color: #A59BA6;
}
</style>