Shades of Coral Tree #A56C65
Tints of Coral Tree #A56C65
RGB
CMYK
RGB Variations
Color information
#A56C65 (or 0xA56C65) is known color: Coral Tree. HEX triplet: A5, 6C and 65. RGB value is (165,108,101). Sum of RGB (Red+Green+Blue) = 165+108+101=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C65 is #5A939A. Grayscale: #7C7C7C. Windows color (decimal): -5936027 or 6646949. OLE color: 6646949.
HSL color Cylindrical-coordinate representation of color #A56C65: hue angle of 6.56º 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 #A56C65 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 101 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.35 |
| HSL | 6.56º | 0.26% | 0.52% | - |
| HSV(B) | 6.56º | 0.39% | 0.65% | - |
| XYZ | 23.23 | 19.66 | 14.88 | - |
| YUV | 124.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 101 | 0 | 0.35 | 0.39 | 0.35 | 6.56 | 0.26 | 0.52 |
| Hex | A5 | 6C | 65 | 0 | 23 | 27 | 23 | 7 | 1A | 34 |
| Octal | 245 | 154 | 145 | 0 | 43 | 47 | 43 | 7 | 32 | 64 |
| Binary | 10100101 | 1101100 | 1100101 | 0 | 100011 | 100111 | 100011 | 111 | 11010 | 110100 |
Color Harmonies of #A56C65
Complementary color
Monochromatic Colors of #A56C65
Black with #A56C65
Text Example
Text Example
White with #A56C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C65; }
p { color: rgb(165,108,101); }
H1.HeaderClassName
{
color: #A56C65;
}
.AnyTagClassName
{
color: #A56C65;
}
</style>
background-color css
<style>
a { background-color: #A56C65; }
a { background-color: rgb(165,108,101); }
div.DivClassName
{
background-color: #A56C65;
}
.BgClassName
{
background-color: #A56C65;
}
</style>
border-color css
<style>
span { border-color: #A56C65; }
span { border-color: rgb(165,108,101); }
td.TdClassName
{
border-color: #A56C65;
}
.TagClassName
{
border-color: #A56C65;
}
</style>