Shades of Coral Tree #AD6865
Tints of Coral Tree #AD6865
RGB
CMYK
RGB Variations
Color information
#AD6865 (or 0xAD6865) is known color: Coral Tree. HEX triplet: AD, 68 and 65. RGB value is (173,104,101). Sum of RGB (Red+Green+Blue) = 173+104+101=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6865 is #52979A. Grayscale: #7C7C7C. Windows color (decimal): -5412763 or 6645933. OLE color: 6645933.
HSL color Cylindrical-coordinate representation of color #AD6865: hue angle of 2.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6865 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 101 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.32 |
| HSL | 2.5º | 0.31% | 0.54% | - |
| HSV(B) | 2.5º | 0.42% | 0.68% | - |
| XYZ | 24.53 | 19.72 | 14.83 | - |
| YUV | 124.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 101 | 0 | 0.40 | 0.42 | 0.32 | 2.5 | 0.31 | 0.54 |
| Hex | AD | 68 | 65 | 0 | 28 | 2A | 20 | 2 | 1F | 36 |
| Octal | 255 | 150 | 145 | 0 | 50 | 52 | 40 | 2 | 37 | 66 |
| Binary | 10101101 | 1101000 | 1100101 | 0 | 101000 | 101010 | 100000 | 10 | 11111 | 110110 |
Color Harmonies of #AD6865
Complementary color
Monochromatic Colors of #AD6865
Black with #AD6865
Text Example
Text Example
White with #AD6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6865; }
p { color: rgb(173,104,101); }
H1.HeaderClassName
{
color: #AD6865;
}
.AnyTagClassName
{
color: #AD6865;
}
</style>
background-color css
<style>
a { background-color: #AD6865; }
a { background-color: rgb(173,104,101); }
div.DivClassName
{
background-color: #AD6865;
}
.BgClassName
{
background-color: #AD6865;
}
</style>
border-color css
<style>
span { border-color: #AD6865; }
span { border-color: rgb(173,104,101); }
td.TdClassName
{
border-color: #AD6865;
}
.TagClassName
{
border-color: #AD6865;
}
</style>