Shades of Coral Tree #AC706D
Tints of Coral Tree #AC706D
RGB
CMYK
RGB Variations
Color information
#AC706D (or 0xAC706D) is known color: Coral Tree. HEX triplet: AC, 70 and 6D. RGB value is (172,112,109). Sum of RGB (Red+Green+Blue) = 172+112+109=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706D is #538F92. Grayscale: #818181. Windows color (decimal): -5476243 or 7172268. OLE color: 7172268.
HSL color Cylindrical-coordinate representation of color #AC706D: hue angle of 2.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC706D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 109 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.33 |
| HSL | 2.86º | 0.28% | 0.55% | - |
| HSV(B) | 2.86º | 0.37% | 0.67% | - |
| XYZ | 25.57 | 21.46 | 17.26 | - |
| YUV | 129.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 109 | 0 | 0.35 | 0.37 | 0.33 | 2.86 | 0.28 | 0.55 |
| Hex | AC | 70 | 6D | 0 | 23 | 25 | 21 | 3 | 1C | 37 |
| Octal | 254 | 160 | 155 | 0 | 43 | 45 | 41 | 3 | 34 | 67 |
| Binary | 10101100 | 1110000 | 1101101 | 0 | 100011 | 100101 | 100001 | 11 | 11100 | 110111 |
Color Harmonies of #AC706D
Complementary color
Monochromatic Colors of #AC706D
Black with #AC706D
Text Example
Text Example
White with #AC706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC706D; }
p { color: rgb(172,112,109); }
H1.HeaderClassName
{
color: #AC706D;
}
.AnyTagClassName
{
color: #AC706D;
}
</style>
background-color css
<style>
a { background-color: #AC706D; }
a { background-color: rgb(172,112,109); }
div.DivClassName
{
background-color: #AC706D;
}
.BgClassName
{
background-color: #AC706D;
}
</style>
border-color css
<style>
span { border-color: #AC706D; }
span { border-color: rgb(172,112,109); }
td.TdClassName
{
border-color: #AC706D;
}
.TagClassName
{
border-color: #AC706D;
}
</style>