Shades of Coral Tree #A87365
Tints of Coral Tree #A87365
RGB
CMYK
RGB Variations
Color information
#A87365 (or 0xA87365) is known color: Coral Tree. HEX triplet: A8, 73 and 65. RGB value is (168,115,101). Sum of RGB (Red+Green+Blue) = 168+115+101=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87365 is #578C9A. Grayscale: #818181. Windows color (decimal): -5737627 or 6648744. OLE color: 6648744.
HSL color Cylindrical-coordinate representation of color #A87365: hue angle of 12.54º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87365 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 101 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.34 |
| HSL | 12.54º | 0.28% | 0.53% | - |
| HSV(B) | 12.54º | 0.4% | 0.66% | - |
| XYZ | 24.63 | 21.53 | 15.17 | - |
| YUV | 129.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 101 | 0 | 0.32 | 0.40 | 0.34 | 12.54 | 0.28 | 0.53 |
| Hex | A8 | 73 | 65 | 0 | 20 | 28 | 22 | D | 1C | 35 |
| Octal | 250 | 163 | 145 | 0 | 40 | 50 | 42 | 15 | 34 | 65 |
| Binary | 10101000 | 1110011 | 1100101 | 0 | 100000 | 101000 | 100010 | 1101 | 11100 | 110101 |
Color Harmonies of #A87365
Complementary color
Monochromatic Colors of #A87365
Black with #A87365
Text Example
Text Example
White with #A87365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87365; }
p { color: rgb(168,115,101); }
H1.HeaderClassName
{
color: #A87365;
}
.AnyTagClassName
{
color: #A87365;
}
</style>
background-color css
<style>
a { background-color: #A87365; }
a { background-color: rgb(168,115,101); }
div.DivClassName
{
background-color: #A87365;
}
.BgClassName
{
background-color: #A87365;
}
</style>
border-color css
<style>
span { border-color: #A87365; }
span { border-color: rgb(168,115,101); }
td.TdClassName
{
border-color: #A87365;
}
.TagClassName
{
border-color: #A87365;
}
</style>