Shades of Coral Tree #A86A62
Tints of Coral Tree #A86A62
RGB
CMYK
RGB Variations
Color information
#A86A62 (or 0xA86A62) is known color: Coral Tree. HEX triplet: A8, 6A and 62. RGB value is (168,106,98). Sum of RGB (Red+Green+Blue) = 168+106+98=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A62 is #57959D. Grayscale: #7B7B7B. Windows color (decimal): -5739934 or 6449832. OLE color: 6449832.
HSL color Cylindrical-coordinate representation of color #A86A62: hue angle of 6.86º 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 #A86A62 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 98 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.34 |
| HSL | 6.86º | 0.29% | 0.52% | - |
| HSV(B) | 6.86º | 0.42% | 0.66% | - |
| XYZ | 23.51 | 19.51 | 14.08 | - |
| YUV | 123.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 98 | 0 | 0.37 | 0.42 | 0.34 | 6.86 | 0.29 | 0.52 |
| Hex | A8 | 6A | 62 | 0 | 25 | 2A | 22 | 7 | 1D | 34 |
| Octal | 250 | 152 | 142 | 0 | 45 | 52 | 42 | 7 | 35 | 64 |
| Binary | 10101000 | 1101010 | 1100010 | 0 | 100101 | 101010 | 100010 | 111 | 11101 | 110100 |
Color Harmonies of #A86A62
Complementary color
Monochromatic Colors of #A86A62
Black with #A86A62
Text Example
Text Example
White with #A86A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A62; }
p { color: rgb(168,106,98); }
H1.HeaderClassName
{
color: #A86A62;
}
.AnyTagClassName
{
color: #A86A62;
}
</style>
background-color css
<style>
a { background-color: #A86A62; }
a { background-color: rgb(168,106,98); }
div.DivClassName
{
background-color: #A86A62;
}
.BgClassName
{
background-color: #A86A62;
}
</style>
border-color css
<style>
span { border-color: #A86A62; }
span { border-color: rgb(168,106,98); }
td.TdClassName
{
border-color: #A86A62;
}
.TagClassName
{
border-color: #A86A62;
}
</style>