Shades of Coral Tree #A8736D
Tints of Coral Tree #A8736D
RGB
CMYK
RGB Variations
Color information
#A8736D (or 0xA8736D) is known color: Coral Tree. HEX triplet: A8, 73 and 6D. RGB value is (168,115,109). Sum of RGB (Red+Green+Blue) = 168+115+109=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8736D is #578C92. Grayscale: #828282. Windows color (decimal): -5737619 or 7173032. OLE color: 7173032.
HSL color Cylindrical-coordinate representation of color #A8736D: hue angle of 6.1º 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 #A8736D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 109 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.34 |
| HSL | 6.1º | 0.25% | 0.54% | - |
| HSV(B) | 6.1º | 0.35% | 0.66% | - |
| XYZ | 25.04 | 21.69 | 17.33 | - |
| YUV | 130.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 109 | 0 | 0.32 | 0.35 | 0.34 | 6.1 | 0.25 | 0.54 |
| Hex | A8 | 73 | 6D | 0 | 20 | 23 | 22 | 6 | 19 | 36 |
| Octal | 250 | 163 | 155 | 0 | 40 | 43 | 42 | 6 | 31 | 66 |
| Binary | 10101000 | 1110011 | 1101101 | 0 | 100000 | 100011 | 100010 | 110 | 11001 | 110110 |
Color Harmonies of #A8736D
Complementary color
Monochromatic Colors of #A8736D
Black with #A8736D
Text Example
Text Example
White with #A8736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8736D; }
p { color: rgb(168,115,109); }
H1.HeaderClassName
{
color: #A8736D;
}
.AnyTagClassName
{
color: #A8736D;
}
</style>
background-color css
<style>
a { background-color: #A8736D; }
a { background-color: rgb(168,115,109); }
div.DivClassName
{
background-color: #A8736D;
}
.BgClassName
{
background-color: #A8736D;
}
</style>
border-color css
<style>
span { border-color: #A8736D; }
span { border-color: rgb(168,115,109); }
td.TdClassName
{
border-color: #A8736D;
}
.TagClassName
{
border-color: #A8736D;
}
</style>