Shades of Coral Tree #A8726E
Tints of Coral Tree #A8726E
RGB
CMYK
RGB Variations
Color information
#A8726E (or 0xA8726E) is known color: Coral Tree. HEX triplet: A8, 72 and 6E. RGB value is (168,114,110). Sum of RGB (Red+Green+Blue) = 168+114+110=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8726E is #578D91. Grayscale: #818181. Windows color (decimal): -5737874 or 7238312. OLE color: 7238312.
HSL color Cylindrical-coordinate representation of color #A8726E: hue angle of 4.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8726E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 110 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.34 |
| HSL | 4.14º | 0.25% | 0.55% | - |
| HSV(B) | 4.14º | 0.35% | 0.66% | - |
| XYZ | 24.98 | 21.49 | 17.58 | - |
| YUV | 129.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 110 | 0 | 0.32 | 0.35 | 0.34 | 4.14 | 0.25 | 0.55 |
| Hex | A8 | 72 | 6E | 0 | 20 | 23 | 22 | 4 | 19 | 37 |
| Octal | 250 | 162 | 156 | 0 | 40 | 43 | 42 | 4 | 31 | 67 |
| Binary | 10101000 | 1110010 | 1101110 | 0 | 100000 | 100011 | 100010 | 100 | 11001 | 110111 |
Color Harmonies of #A8726E
Complementary color
Monochromatic Colors of #A8726E
Black with #A8726E
Text Example
Text Example
White with #A8726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8726E; }
p { color: rgb(168,114,110); }
H1.HeaderClassName
{
color: #A8726E;
}
.AnyTagClassName
{
color: #A8726E;
}
</style>
background-color css
<style>
a { background-color: #A8726E; }
a { background-color: rgb(168,114,110); }
div.DivClassName
{
background-color: #A8726E;
}
.BgClassName
{
background-color: #A8726E;
}
</style>
border-color css
<style>
span { border-color: #A8726E; }
span { border-color: rgb(168,114,110); }
td.TdClassName
{
border-color: #A8726E;
}
.TagClassName
{
border-color: #A8726E;
}
</style>