Shades of Coral Tree #AD706C
Tints of Coral Tree #AD706C
RGB
CMYK
RGB Variations
Color information
#AD706C (or 0xAD706C) is known color: Coral Tree. HEX triplet: AD, 70 and 6C. RGB value is (173,112,108). Sum of RGB (Red+Green+Blue) = 173+112+108=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706C is #528F93. Grayscale: #818181. Windows color (decimal): -5410708 or 7106733. OLE color: 7106733.
HSL color Cylindrical-coordinate representation of color #AD706C: hue angle of 3.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD706C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 108 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.32 |
| HSL | 3.69º | 0.28% | 0.55% | - |
| HSV(B) | 3.69º | 0.38% | 0.68% | - |
| XYZ | 25.73 | 21.56 | 16.99 | - |
| YUV | 129.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 108 | 0 | 0.35 | 0.38 | 0.32 | 3.69 | 0.28 | 0.55 |
| Hex | AD | 70 | 6C | 0 | 23 | 26 | 20 | 4 | 1C | 37 |
| Octal | 255 | 160 | 154 | 0 | 43 | 46 | 40 | 4 | 34 | 67 |
| Binary | 10101101 | 1110000 | 1101100 | 0 | 100011 | 100110 | 100000 | 100 | 11100 | 110111 |
Color Harmonies of #AD706C
Complementary color
Monochromatic Colors of #AD706C
Black with #AD706C
Text Example
Text Example
White with #AD706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD706C; }
p { color: rgb(173,112,108); }
H1.HeaderClassName
{
color: #AD706C;
}
.AnyTagClassName
{
color: #AD706C;
}
</style>
background-color css
<style>
a { background-color: #AD706C; }
a { background-color: rgb(173,112,108); }
div.DivClassName
{
background-color: #AD706C;
}
.BgClassName
{
background-color: #AD706C;
}
</style>
border-color css
<style>
span { border-color: #AD706C; }
span { border-color: rgb(173,112,108); }
td.TdClassName
{
border-color: #AD706C;
}
.TagClassName
{
border-color: #AD706C;
}
</style>