Shades of Coral Tree #A86563
Tints of Coral Tree #A86563
RGB
CMYK
RGB Variations
Color information
#A86563 (or 0xA86563) is known color: Coral Tree. HEX triplet: A8, 65 and 63. RGB value is (168,101,99). Sum of RGB (Red+Green+Blue) = 168+101+99=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A86563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86563 is #579A9C. Grayscale: #787878. Windows color (decimal): -5741213 or 6514088. OLE color: 6514088.
HSL color Cylindrical-coordinate representation of color #A86563: hue angle of 1.74º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86563 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 99 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.34 |
| HSL | 1.74º | 0.28% | 0.52% | - |
| HSV(B) | 1.74º | 0.41% | 0.66% | - |
| XYZ | 23.05 | 18.53 | 14.17 | - |
| YUV | 120.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 99 | 0 | 0.40 | 0.41 | 0.34 | 1.74 | 0.28 | 0.52 |
| Hex | A8 | 65 | 63 | 0 | 28 | 29 | 22 | 2 | 1C | 34 |
| Octal | 250 | 145 | 143 | 0 | 50 | 51 | 42 | 2 | 34 | 64 |
| Binary | 10101000 | 1100101 | 1100011 | 0 | 101000 | 101001 | 100010 | 10 | 11100 | 110100 |
Color Harmonies of #A86563
Complementary color
Monochromatic Colors of #A86563
Black with #A86563
Text Example
Text Example
White with #A86563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86563; }
p { color: rgb(168,101,99); }
H1.HeaderClassName
{
color: #A86563;
}
.AnyTagClassName
{
color: #A86563;
}
</style>
background-color css
<style>
a { background-color: #A86563; }
a { background-color: rgb(168,101,99); }
div.DivClassName
{
background-color: #A86563;
}
.BgClassName
{
background-color: #A86563;
}
</style>
border-color css
<style>
span { border-color: #A86563; }
span { border-color: rgb(168,101,99); }
td.TdClassName
{
border-color: #A86563;
}
.TagClassName
{
border-color: #A86563;
}
</style>