Shades of Coral Tree #A86A61
Tints of Coral Tree #A86A61
RGB
CMYK
RGB Variations
Color information
#A86A61 (or 0xA86A61) is known color: Coral Tree. HEX triplet: A8, 6A and 61. RGB value is (168,106,97). Sum of RGB (Red+Green+Blue) = 168+106+97=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A61 is #57959E. Grayscale: #7B7B7B. Windows color (decimal): -5739935 or 6384296. OLE color: 6384296.
HSL color Cylindrical-coordinate representation of color #A86A61: hue angle of 7.61º 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 #A86A61 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 97 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.34 |
| HSL | 7.61º | 0.29% | 0.52% | - |
| HSV(B) | 7.61º | 0.42% | 0.66% | - |
| XYZ | 23.46 | 19.5 | 13.84 | - |
| YUV | 123.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 97 | 0 | 0.37 | 0.42 | 0.34 | 7.61 | 0.29 | 0.52 |
| Hex | A8 | 6A | 61 | 0 | 25 | 2A | 22 | 8 | 1D | 34 |
| Octal | 250 | 152 | 141 | 0 | 45 | 52 | 42 | 10 | 35 | 64 |
| Binary | 10101000 | 1101010 | 1100001 | 0 | 100101 | 101010 | 100010 | 1000 | 11101 | 110100 |
Color Harmonies of #A86A61
Complementary color
Monochromatic Colors of #A86A61
Black with #A86A61
Text Example
Text Example
White with #A86A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A61; }
p { color: rgb(168,106,97); }
H1.HeaderClassName
{
color: #A86A61;
}
.AnyTagClassName
{
color: #A86A61;
}
</style>
background-color css
<style>
a { background-color: #A86A61; }
a { background-color: rgb(168,106,97); }
div.DivClassName
{
background-color: #A86A61;
}
.BgClassName
{
background-color: #A86A61;
}
</style>
border-color css
<style>
span { border-color: #A86A61; }
span { border-color: rgb(168,106,97); }
td.TdClassName
{
border-color: #A86A61;
}
.TagClassName
{
border-color: #A86A61;
}
</style>