Shades of Coral Tree #A0706C
Tints of Coral Tree #A0706C
RGB
CMYK
RGB Variations
Color information
#A0706C (or 0xA0706C) is known color: Coral Tree. HEX triplet: A0, 70 and 6C. RGB value is (160,112,108). Sum of RGB (Red+Green+Blue) = 160+112+108=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0706C is #5F8F93. Grayscale: #7D7D7D. Windows color (decimal): -6262676 or 7106720. OLE color: 7106720.
HSL color Cylindrical-coordinate representation of color #A0706C: hue angle of 4.62º 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 #A0706C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 108 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.37 |
| HSL | 4.62º | 0.21% | 0.53% | - |
| HSV(B) | 4.62º | 0.33% | 0.63% | - |
| XYZ | 23 | 20.14 | 16.86 | - |
| YUV | 125.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 108 | 0 | 0.30 | 0.32 | 0.37 | 4.62 | 0.21 | 0.53 |
| Hex | A0 | 70 | 6C | 0 | 1E | 20 | 25 | 5 | 15 | 35 |
| Octal | 240 | 160 | 154 | 0 | 36 | 40 | 45 | 5 | 25 | 65 |
| Binary | 10100000 | 1110000 | 1101100 | 0 | 11110 | 100000 | 100101 | 101 | 10101 | 110101 |
Color Harmonies of #A0706C
Complementary color
Monochromatic Colors of #A0706C
Black with #A0706C
Text Example
Text Example
White with #A0706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0706C; }
p { color: rgb(160,112,108); }
H1.HeaderClassName
{
color: #A0706C;
}
.AnyTagClassName
{
color: #A0706C;
}
</style>
background-color css
<style>
a { background-color: #A0706C; }
a { background-color: rgb(160,112,108); }
div.DivClassName
{
background-color: #A0706C;
}
.BgClassName
{
background-color: #A0706C;
}
</style>
border-color css
<style>
span { border-color: #A0706C; }
span { border-color: rgb(160,112,108); }
td.TdClassName
{
border-color: #A0706C;
}
.TagClassName
{
border-color: #A0706C;
}
</style>