Shades of Coral Tree #AD716C
Tints of Coral Tree #AD716C
RGB
CMYK
RGB Variations
Color information
#AD716C (or 0xAD716C) is known color: Coral Tree. HEX triplet: AD, 71 and 6C. RGB value is (173,113,108). Sum of RGB (Red+Green+Blue) = 173+113+108=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716C is #528E93. Grayscale: #828282. Windows color (decimal): -5410452 or 7106989. OLE color: 7106989.
HSL color Cylindrical-coordinate representation of color #AD716C: hue angle of 4.62º 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 #AD716C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 108 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.32 |
| HSL | 4.62º | 0.28% | 0.55% | - |
| HSV(B) | 4.62º | 0.38% | 0.68% | - |
| XYZ | 25.85 | 21.78 | 17.03 | - |
| YUV | 130.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 108 | 0 | 0.35 | 0.38 | 0.32 | 4.62 | 0.28 | 0.55 |
| Hex | AD | 71 | 6C | 0 | 23 | 26 | 20 | 5 | 1C | 37 |
| Octal | 255 | 161 | 154 | 0 | 43 | 46 | 40 | 5 | 34 | 67 |
| Binary | 10101101 | 1110001 | 1101100 | 0 | 100011 | 100110 | 100000 | 101 | 11100 | 110111 |
Color Harmonies of #AD716C
Complementary color
Monochromatic Colors of #AD716C
Black with #AD716C
Text Example
Text Example
White with #AD716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD716C; }
p { color: rgb(173,113,108); }
H1.HeaderClassName
{
color: #AD716C;
}
.AnyTagClassName
{
color: #AD716C;
}
</style>
background-color css
<style>
a { background-color: #AD716C; }
a { background-color: rgb(173,113,108); }
div.DivClassName
{
background-color: #AD716C;
}
.BgClassName
{
background-color: #AD716C;
}
</style>
border-color css
<style>
span { border-color: #AD716C; }
span { border-color: rgb(173,113,108); }
td.TdClassName
{
border-color: #AD716C;
}
.TagClassName
{
border-color: #AD716C;
}
</style>