Shades of Coral Tree #A86F61
Tints of Coral Tree #A86F61
RGB
CMYK
RGB Variations
Color information
#A86F61 (or 0xA86F61) is known color: Coral Tree. HEX triplet: A8, 6F and 61. RGB value is (168,111,97). Sum of RGB (Red+Green+Blue) = 168+111+97=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F61 is #57909E. Grayscale: #7E7E7E. Windows color (decimal): -5738655 or 6385576. OLE color: 6385576.
HSL color Cylindrical-coordinate representation of color #A86F61: hue angle of 11.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86F61 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 97 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.34 |
| HSL | 11.83º | 0.29% | 0.52% | - |
| HSV(B) | 11.83º | 0.42% | 0.66% | - |
| XYZ | 23.99 | 20.56 | 14.01 | - |
| YUV | 126.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 97 | 0 | 0.34 | 0.42 | 0.34 | 11.83 | 0.29 | 0.52 |
| Hex | A8 | 6F | 61 | 0 | 22 | 2A | 22 | C | 1D | 34 |
| Octal | 250 | 157 | 141 | 0 | 42 | 52 | 42 | 14 | 35 | 64 |
| Binary | 10101000 | 1101111 | 1100001 | 0 | 100010 | 101010 | 100010 | 1100 | 11101 | 110100 |
Color Harmonies of #A86F61
Complementary color
Monochromatic Colors of #A86F61
Black with #A86F61
Text Example
Text Example
White with #A86F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F61; }
p { color: rgb(168,111,97); }
H1.HeaderClassName
{
color: #A86F61;
}
.AnyTagClassName
{
color: #A86F61;
}
</style>
background-color css
<style>
a { background-color: #A86F61; }
a { background-color: rgb(168,111,97); }
div.DivClassName
{
background-color: #A86F61;
}
.BgClassName
{
background-color: #A86F61;
}
</style>
border-color css
<style>
span { border-color: #A86F61; }
span { border-color: rgb(168,111,97); }
td.TdClassName
{
border-color: #A86F61;
}
.TagClassName
{
border-color: #A86F61;
}
</style>