Shades of Coral Tree #AD706B
Tints of Coral Tree #AD706B
RGB
CMYK
RGB Variations
Color information
#AD706B (or 0xAD706B) is known color: Coral Tree. HEX triplet: AD, 70 and 6B. RGB value is (173,112,107). Sum of RGB (Red+Green+Blue) = 173+112+107=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706B is #528F94. Grayscale: #818181. Windows color (decimal): -5410709 or 7041197. OLE color: 7041197.
HSL color Cylindrical-coordinate representation of color #AD706B: hue angle of 4.55º degrees, saturation: 0.29, 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 #AD706B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 107 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.32 |
| HSL | 4.55º | 0.29% | 0.55% | - |
| HSV(B) | 4.55º | 0.38% | 0.68% | - |
| XYZ | 25.68 | 21.53 | 16.71 | - |
| YUV | 129.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 107 | 0 | 0.35 | 0.38 | 0.32 | 4.55 | 0.29 | 0.55 |
| Hex | AD | 70 | 6B | 0 | 23 | 26 | 20 | 5 | 1D | 37 |
| Octal | 255 | 160 | 153 | 0 | 43 | 46 | 40 | 5 | 35 | 67 |
| Binary | 10101101 | 1110000 | 1101011 | 0 | 100011 | 100110 | 100000 | 101 | 11101 | 110111 |
Color Harmonies of #AD706B
Complementary color
Monochromatic Colors of #AD706B
Black with #AD706B
Text Example
Text Example
White with #AD706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD706B; }
p { color: rgb(173,112,107); }
H1.HeaderClassName
{
color: #AD706B;
}
.AnyTagClassName
{
color: #AD706B;
}
</style>
background-color css
<style>
a { background-color: #AD706B; }
a { background-color: rgb(173,112,107); }
div.DivClassName
{
background-color: #AD706B;
}
.BgClassName
{
background-color: #AD706B;
}
</style>
border-color css
<style>
span { border-color: #AD706B; }
span { border-color: rgb(173,112,107); }
td.TdClassName
{
border-color: #AD706B;
}
.TagClassName
{
border-color: #AD706B;
}
</style>