Shades of Coral Tree #A56C60
Tints of Coral Tree #A56C60
RGB
CMYK
RGB Variations
Color information
#A56C60 (or 0xA56C60) is known color: Coral Tree. HEX triplet: A5, 6C and 60. RGB value is (165,108,96). Sum of RGB (Red+Green+Blue) = 165+108+96=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C60 is #5A939F. Grayscale: #7B7B7B. Windows color (decimal): -5936032 or 6319269. OLE color: 6319269.
HSL color Cylindrical-coordinate representation of color #A56C60: hue angle of 10.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56C60 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 96 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.35 |
| HSL | 10.43º | 0.28% | 0.51% | - |
| HSV(B) | 10.43º | 0.42% | 0.65% | - |
| XYZ | 22.99 | 19.57 | 13.63 | - |
| YUV | 123.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 96 | 0 | 0.35 | 0.42 | 0.35 | 10.43 | 0.28 | 0.51 |
| Hex | A5 | 6C | 60 | 0 | 23 | 2A | 23 | A | 1C | 33 |
| Octal | 245 | 154 | 140 | 0 | 43 | 52 | 43 | 12 | 34 | 63 |
| Binary | 10100101 | 1101100 | 1100000 | 0 | 100011 | 101010 | 100011 | 1010 | 11100 | 110011 |
Color Harmonies of #A56C60
Complementary color
Monochromatic Colors of #A56C60
Black with #A56C60
Text Example
Text Example
White with #A56C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C60; }
p { color: rgb(165,108,96); }
H1.HeaderClassName
{
color: #A56C60;
}
.AnyTagClassName
{
color: #A56C60;
}
</style>
background-color css
<style>
a { background-color: #A56C60; }
a { background-color: rgb(165,108,96); }
div.DivClassName
{
background-color: #A56C60;
}
.BgClassName
{
background-color: #A56C60;
}
</style>
border-color css
<style>
span { border-color: #A56C60; }
span { border-color: rgb(165,108,96); }
td.TdClassName
{
border-color: #A56C60;
}
.TagClassName
{
border-color: #A56C60;
}
</style>