Shades of London Hue #A59DA3
Tints of London Hue #A59DA3
RGB
CMYK
RGB Variations
Color information
#A59DA3 (or 0xA59DA3) is known color: London Hue. HEX triplet: A5, 9D and A3. RGB value is (165,157,163). Sum of RGB (Red+Green+Blue) = 165+157+163=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A59DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DA3 is #5A625C. Grayscale: #A0A0A0. Windows color (decimal): -5923421 or 10722725. OLE color: 10722725.
HSL color Cylindrical-coordinate representation of color #A59DA3: hue angle of 315º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A59DA3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 163 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.35 |
| HSL | 315º | 0.04% | 0.63% | - |
| HSV(B) | 315º | 0.05% | 0.65% | - |
| XYZ | 34.18 | 34.76 | 39.56 | - |
| YUV | 160.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 163 | 0 | 0.05 | 0.01 | 0.35 | 315 | 0.04 | 0.63 |
| Hex | A5 | 9D | A3 | 0 | 5 | 1 | 23 | 13B | 4 | 3F |
| Octal | 245 | 235 | 243 | 0 | 5 | 1 | 43 | 473 | 4 | 77 |
| Binary | 10100101 | 10011101 | 10100011 | 0 | 101 | 1 | 100011 | 100111011 | 100 | 111111 |
Color Harmonies of #A59DA3
Complementary color
Monochromatic Colors of #A59DA3
Black with #A59DA3
Text Example
Text Example
White with #A59DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DA3; }
p { color: rgb(165,157,163); }
H1.HeaderClassName
{
color: #A59DA3;
}
.AnyTagClassName
{
color: #A59DA3;
}
</style>
background-color css
<style>
a { background-color: #A59DA3; }
a { background-color: rgb(165,157,163); }
div.DivClassName
{
background-color: #A59DA3;
}
.BgClassName
{
background-color: #A59DA3;
}
</style>
border-color css
<style>
span { border-color: #A59DA3; }
span { border-color: rgb(165,157,163); }
td.TdClassName
{
border-color: #A59DA3;
}
.TagClassName
{
border-color: #A59DA3;
}
</style>