Shades of Coral Tree #A0706E
Tints of Coral Tree #A0706E
RGB
CMYK
RGB Variations
Color information
#A0706E (or 0xA0706E) is known color: Coral Tree. HEX triplet: A0, 70 and 6E. RGB value is (160,112,110). Sum of RGB (Red+Green+Blue) = 160+112+110=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0706E is #5F8F91. Grayscale: #7E7E7E. Windows color (decimal): -6262674 or 7237792. OLE color: 7237792.
HSL color Cylindrical-coordinate representation of color #A0706E: hue angle of 2.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0706E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 110 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.37 |
| HSL | 2.4º | 0.21% | 0.53% | - |
| HSV(B) | 2.4º | 0.31% | 0.63% | - |
| XYZ | 23.11 | 20.19 | 17.43 | - |
| YUV | 126.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 110 | 0 | 0.30 | 0.31 | 0.37 | 2.4 | 0.21 | 0.53 |
| Hex | A0 | 70 | 6E | 0 | 1E | 1F | 25 | 2 | 15 | 35 |
| Octal | 240 | 160 | 156 | 0 | 36 | 37 | 45 | 2 | 25 | 65 |
| Binary | 10100000 | 1110000 | 1101110 | 0 | 11110 | 11111 | 100101 | 10 | 10101 | 110101 |
Color Harmonies of #A0706E
Complementary color
Monochromatic Colors of #A0706E
Black with #A0706E
Text Example
Text Example
White with #A0706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0706E; }
p { color: rgb(160,112,110); }
H1.HeaderClassName
{
color: #A0706E;
}
.AnyTagClassName
{
color: #A0706E;
}
</style>
background-color css
<style>
a { background-color: #A0706E; }
a { background-color: rgb(160,112,110); }
div.DivClassName
{
background-color: #A0706E;
}
.BgClassName
{
background-color: #A0706E;
}
</style>
border-color css
<style>
span { border-color: #A0706E; }
span { border-color: rgb(160,112,110); }
td.TdClassName
{
border-color: #A0706E;
}
.TagClassName
{
border-color: #A0706E;
}
</style>