Shades of Coral Tree #A56D65
Tints of Coral Tree #A56D65
RGB
CMYK
RGB Variations
Color information
#A56D65 (or 0xA56D65) is known color: Coral Tree. HEX triplet: A5, 6D and 65. RGB value is (165,109,101). Sum of RGB (Red+Green+Blue) = 165+109+101=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D65 is #5A929A. Grayscale: #7C7C7C. Windows color (decimal): -5935771 or 6647205. OLE color: 6647205.
HSL color Cylindrical-coordinate representation of color #A56D65: hue angle of 7.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56D65 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 101 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.35 |
| HSL | 7.5º | 0.26% | 0.52% | - |
| HSV(B) | 7.5º | 0.39% | 0.65% | - |
| XYZ | 23.33 | 19.88 | 14.92 | - |
| YUV | 124.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 101 | 0 | 0.34 | 0.39 | 0.35 | 7.5 | 0.26 | 0.52 |
| Hex | A5 | 6D | 65 | 0 | 22 | 27 | 23 | 8 | 1A | 34 |
| Octal | 245 | 155 | 145 | 0 | 42 | 47 | 43 | 10 | 32 | 64 |
| Binary | 10100101 | 1101101 | 1100101 | 0 | 100010 | 100111 | 100011 | 1000 | 11010 | 110100 |
Color Harmonies of #A56D65
Complementary color
Monochromatic Colors of #A56D65
Black with #A56D65
Text Example
Text Example
White with #A56D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D65; }
p { color: rgb(165,109,101); }
H1.HeaderClassName
{
color: #A56D65;
}
.AnyTagClassName
{
color: #A56D65;
}
</style>
background-color css
<style>
a { background-color: #A56D65; }
a { background-color: rgb(165,109,101); }
div.DivClassName
{
background-color: #A56D65;
}
.BgClassName
{
background-color: #A56D65;
}
</style>
border-color css
<style>
span { border-color: #A56D65; }
span { border-color: rgb(165,109,101); }
td.TdClassName
{
border-color: #A56D65;
}
.TagClassName
{
border-color: #A56D65;
}
</style>