Shades of Coral Tree #A86D64
Tints of Coral Tree #A86D64
RGB
CMYK
RGB Variations
Color information
#A86D64 (or 0xA86D64) is known color: Coral Tree. HEX triplet: A8, 6D and 64. RGB value is (168,109,100). Sum of RGB (Red+Green+Blue) = 168+109+100=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D64 is #57929B. Grayscale: #7D7D7D. Windows color (decimal): -5739164 or 6581672. OLE color: 6581672.
HSL color Cylindrical-coordinate representation of color #A86D64: hue angle of 7.94º 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 #A86D64 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 100 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.34 |
| HSL | 7.94º | 0.28% | 0.53% | - |
| HSV(B) | 7.94º | 0.4% | 0.66% | - |
| XYZ | 23.92 | 20.18 | 14.69 | - |
| YUV | 125.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 100 | 0 | 0.35 | 0.40 | 0.34 | 7.94 | 0.28 | 0.53 |
| Hex | A8 | 6D | 64 | 0 | 23 | 28 | 22 | 8 | 1C | 35 |
| Octal | 250 | 155 | 144 | 0 | 43 | 50 | 42 | 10 | 34 | 65 |
| Binary | 10101000 | 1101101 | 1100100 | 0 | 100011 | 101000 | 100010 | 1000 | 11100 | 110101 |
Color Harmonies of #A86D64
Complementary color
Monochromatic Colors of #A86D64
Black with #A86D64
Text Example
Text Example
White with #A86D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D64; }
p { color: rgb(168,109,100); }
H1.HeaderClassName
{
color: #A86D64;
}
.AnyTagClassName
{
color: #A86D64;
}
</style>
background-color css
<style>
a { background-color: #A86D64; }
a { background-color: rgb(168,109,100); }
div.DivClassName
{
background-color: #A86D64;
}
.BgClassName
{
background-color: #A86D64;
}
</style>
border-color css
<style>
span { border-color: #A86D64; }
span { border-color: rgb(168,109,100); }
td.TdClassName
{
border-color: #A86D64;
}
.TagClassName
{
border-color: #A86D64;
}
</style>