Shades of Coral Tree #A86E66
Tints of Coral Tree #A86E66
RGB
CMYK
RGB Variations
Color information
#A86E66 (or 0xA86E66) is known color: Coral Tree. HEX triplet: A8, 6E and 66. RGB value is (168,110,102). Sum of RGB (Red+Green+Blue) = 168+110+102=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E66 is #579199. Grayscale: #7E7E7E. Windows color (decimal): -5738906 or 6713000. OLE color: 6713000.
HSL color Cylindrical-coordinate representation of color #A86E66: hue angle of 7.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86E66 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 102 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.34 |
| HSL | 7.27º | 0.28% | 0.53% | - |
| HSV(B) | 7.27º | 0.39% | 0.66% | - |
| XYZ | 24.12 | 20.44 | 15.24 | - |
| YUV | 126.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 102 | 0 | 0.35 | 0.39 | 0.34 | 7.27 | 0.28 | 0.53 |
| Hex | A8 | 6E | 66 | 0 | 23 | 27 | 22 | 7 | 1C | 35 |
| Octal | 250 | 156 | 146 | 0 | 43 | 47 | 42 | 7 | 34 | 65 |
| Binary | 10101000 | 1101110 | 1100110 | 0 | 100011 | 100111 | 100010 | 111 | 11100 | 110101 |
Color Harmonies of #A86E66
Complementary color
Monochromatic Colors of #A86E66
Black with #A86E66
Text Example
Text Example
White with #A86E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E66; }
p { color: rgb(168,110,102); }
H1.HeaderClassName
{
color: #A86E66;
}
.AnyTagClassName
{
color: #A86E66;
}
</style>
background-color css
<style>
a { background-color: #A86E66; }
a { background-color: rgb(168,110,102); }
div.DivClassName
{
background-color: #A86E66;
}
.BgClassName
{
background-color: #A86E66;
}
</style>
border-color css
<style>
span { border-color: #A86E66; }
span { border-color: rgb(168,110,102); }
td.TdClassName
{
border-color: #A86E66;
}
.TagClassName
{
border-color: #A86E66;
}
</style>