Shades of London Hue #A59CA3
Tints of London Hue #A59CA3
RGB
CMYK
RGB Variations
Color information
#A59CA3 (or 0xA59CA3) is known color: London Hue. HEX triplet: A5, 9C and A3. RGB value is (165,156,163). Sum of RGB (Red+Green+Blue) = 165+156+163=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA3 is #5A635C. Grayscale: #9F9F9F. Windows color (decimal): -5923677 or 10722469. OLE color: 10722469.
HSL color Cylindrical-coordinate representation of color #A59CA3: hue angle of 313.33º degrees, saturation: 0.05, 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 #A59CA3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 163 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.35 |
| HSL | 313.33º | 0.05% | 0.63% | - |
| HSV(B) | 313.33º | 0.05% | 0.65% | - |
| XYZ | 34.02 | 34.42 | 39.5 | - |
| YUV | 159.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 163 | 0 | 0.05 | 0.01 | 0.35 | 313.33 | 0.05 | 0.63 |
| Hex | A5 | 9C | A3 | 0 | 5 | 1 | 23 | 139 | 5 | 3F |
| Octal | 245 | 234 | 243 | 0 | 5 | 1 | 43 | 471 | 5 | 77 |
| Binary | 10100101 | 10011100 | 10100011 | 0 | 101 | 1 | 100011 | 100111001 | 101 | 111111 |
Color Harmonies of #A59CA3
Complementary color
Monochromatic Colors of #A59CA3
Black with #A59CA3
Text Example
Text Example
White with #A59CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CA3; }
p { color: rgb(165,156,163); }
H1.HeaderClassName
{
color: #A59CA3;
}
.AnyTagClassName
{
color: #A59CA3;
}
</style>
background-color css
<style>
a { background-color: #A59CA3; }
a { background-color: rgb(165,156,163); }
div.DivClassName
{
background-color: #A59CA3;
}
.BgClassName
{
background-color: #A59CA3;
}
</style>
border-color css
<style>
span { border-color: #A59CA3; }
span { border-color: rgb(165,156,163); }
td.TdClassName
{
border-color: #A59CA3;
}
.TagClassName
{
border-color: #A59CA3;
}
</style>