Shades of Coral Tree #AD6861
Tints of Coral Tree #AD6861
RGB
CMYK
RGB Variations
Color information
#AD6861 (or 0xAD6861) is known color: Coral Tree. HEX triplet: AD, 68 and 61. RGB value is (173,104,97). Sum of RGB (Red+Green+Blue) = 173+104+97=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6861 is #52979E. Grayscale: #7B7B7B. Windows color (decimal): -5412767 or 6383789. OLE color: 6383789.
HSL color Cylindrical-coordinate representation of color #AD6861: hue angle of 5.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6861 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 97 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.32 |
| HSL | 5.53º | 0.32% | 0.53% | - |
| HSV(B) | 5.53º | 0.44% | 0.68% | - |
| XYZ | 24.34 | 19.65 | 13.82 | - |
| YUV | 123.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 97 | 0 | 0.40 | 0.44 | 0.32 | 5.53 | 0.32 | 0.53 |
| Hex | AD | 68 | 61 | 0 | 28 | 2C | 20 | 6 | 20 | 35 |
| Octal | 255 | 150 | 141 | 0 | 50 | 54 | 40 | 6 | 40 | 65 |
| Binary | 10101101 | 1101000 | 1100001 | 0 | 101000 | 101100 | 100000 | 110 | 100000 | 110101 |
Color Harmonies of #AD6861
Complementary color
Monochromatic Colors of #AD6861
Black with #AD6861
Text Example
Text Example
White with #AD6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6861; }
p { color: rgb(173,104,97); }
H1.HeaderClassName
{
color: #AD6861;
}
.AnyTagClassName
{
color: #AD6861;
}
</style>
background-color css
<style>
a { background-color: #AD6861; }
a { background-color: rgb(173,104,97); }
div.DivClassName
{
background-color: #AD6861;
}
.BgClassName
{
background-color: #AD6861;
}
</style>
border-color css
<style>
span { border-color: #AD6861; }
span { border-color: rgb(173,104,97); }
td.TdClassName
{
border-color: #AD6861;
}
.TagClassName
{
border-color: #AD6861;
}
</style>