Shades of Coral Tree #A0706D
Tints of Coral Tree #A0706D
RGB
CMYK
RGB Variations
Color information
#A0706D (or 0xA0706D) is known color: Coral Tree. HEX triplet: A0, 70 and 6D. RGB value is (160,112,109). Sum of RGB (Red+Green+Blue) = 160+112+109=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0706D is #5F8F92. Grayscale: #7E7E7E. Windows color (decimal): -6262675 or 7172256. OLE color: 7172256.
HSL color Cylindrical-coordinate representation of color #A0706D: hue angle of 3.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0706D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 109 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.37 |
| HSL | 3.53º | 0.21% | 0.53% | - |
| HSV(B) | 3.53º | 0.32% | 0.63% | - |
| XYZ | 23.05 | 20.17 | 17.15 | - |
| YUV | 126.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 109 | 0 | 0.30 | 0.32 | 0.37 | 3.53 | 0.21 | 0.53 |
| Hex | A0 | 70 | 6D | 0 | 1E | 20 | 25 | 4 | 15 | 35 |
| Octal | 240 | 160 | 155 | 0 | 36 | 40 | 45 | 4 | 25 | 65 |
| Binary | 10100000 | 1110000 | 1101101 | 0 | 11110 | 100000 | 100101 | 100 | 10101 | 110101 |
Color Harmonies of #A0706D
Complementary color
Monochromatic Colors of #A0706D
Black with #A0706D
Text Example
Text Example
White with #A0706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0706D; }
p { color: rgb(160,112,109); }
H1.HeaderClassName
{
color: #A0706D;
}
.AnyTagClassName
{
color: #A0706D;
}
</style>
background-color css
<style>
a { background-color: #A0706D; }
a { background-color: rgb(160,112,109); }
div.DivClassName
{
background-color: #A0706D;
}
.BgClassName
{
background-color: #A0706D;
}
</style>
border-color css
<style>
span { border-color: #A0706D; }
span { border-color: rgb(160,112,109); }
td.TdClassName
{
border-color: #A0706D;
}
.TagClassName
{
border-color: #A0706D;
}
</style>