Shades of Coral Tree #A8786D
Tints of Coral Tree #A8786D
RGB
CMYK
RGB Variations
Color information
#A8786D (or 0xA8786D) is known color: Coral Tree. HEX triplet: A8, 78 and 6D. RGB value is (168,120,109). Sum of RGB (Red+Green+Blue) = 168+120+109=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8786D is #578792. Grayscale: #858585. Windows color (decimal): -5736339 or 7174312. OLE color: 7174312.
HSL color Cylindrical-coordinate representation of color #A8786D: hue angle of 11.19º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8786D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 109 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.34 |
| HSL | 11.19º | 0.25% | 0.54% | - |
| HSV(B) | 11.19º | 0.35% | 0.66% | - |
| XYZ | 25.63 | 22.86 | 17.53 | - |
| YUV | 133.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 109 | 0 | 0.29 | 0.35 | 0.34 | 11.19 | 0.25 | 0.54 |
| Hex | A8 | 78 | 6D | 0 | 1D | 23 | 22 | B | 19 | 36 |
| Octal | 250 | 170 | 155 | 0 | 35 | 43 | 42 | 13 | 31 | 66 |
| Binary | 10101000 | 1111000 | 1101101 | 0 | 11101 | 100011 | 100010 | 1011 | 11001 | 110110 |
Color Harmonies of #A8786D
Complementary color
Monochromatic Colors of #A8786D
Black with #A8786D
Text Example
Text Example
White with #A8786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8786D; }
p { color: rgb(168,120,109); }
H1.HeaderClassName
{
color: #A8786D;
}
.AnyTagClassName
{
color: #A8786D;
}
</style>
background-color css
<style>
a { background-color: #A8786D; }
a { background-color: rgb(168,120,109); }
div.DivClassName
{
background-color: #A8786D;
}
.BgClassName
{
background-color: #A8786D;
}
</style>
border-color css
<style>
span { border-color: #A8786D; }
span { border-color: rgb(168,120,109); }
td.TdClassName
{
border-color: #A8786D;
}
.TagClassName
{
border-color: #A8786D;
}
</style>