Shades of Coral Tree #AD706D
Tints of Coral Tree #AD706D
RGB
CMYK
RGB Variations
Color information
#AD706D (or 0xAD706D) is known color: Coral Tree. HEX triplet: AD, 70 and 6D. RGB value is (173,112,109). Sum of RGB (Red+Green+Blue) = 173+112+109=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706D is #528F92. Grayscale: #818181. Windows color (decimal): -5410707 or 7172269. OLE color: 7172269.
HSL color Cylindrical-coordinate representation of color #AD706D: hue angle of 2.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD706D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 109 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.32 |
| HSL | 2.81º | 0.28% | 0.55% | - |
| HSV(B) | 2.81º | 0.37% | 0.68% | - |
| XYZ | 25.79 | 21.58 | 17.27 | - |
| YUV | 129.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 109 | 0 | 0.35 | 0.37 | 0.32 | 2.81 | 0.28 | 0.55 |
| Hex | AD | 70 | 6D | 0 | 23 | 25 | 20 | 3 | 1C | 37 |
| Octal | 255 | 160 | 155 | 0 | 43 | 45 | 40 | 3 | 34 | 67 |
| Binary | 10101101 | 1110000 | 1101101 | 0 | 100011 | 100101 | 100000 | 11 | 11100 | 110111 |
Color Harmonies of #AD706D
Complementary color
Monochromatic Colors of #AD706D
Black with #AD706D
Text Example
Text Example
White with #AD706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD706D; }
p { color: rgb(173,112,109); }
H1.HeaderClassName
{
color: #AD706D;
}
.AnyTagClassName
{
color: #AD706D;
}
</style>
background-color css
<style>
a { background-color: #AD706D; }
a { background-color: rgb(173,112,109); }
div.DivClassName
{
background-color: #AD706D;
}
.BgClassName
{
background-color: #AD706D;
}
</style>
border-color css
<style>
span { border-color: #AD706D; }
span { border-color: rgb(173,112,109); }
td.TdClassName
{
border-color: #AD706D;
}
.TagClassName
{
border-color: #AD706D;
}
</style>