Shades of Coral Tree #AD7968
Tints of Coral Tree #AD7968
RGB
CMYK
RGB Variations
Color information
#AD7968 (or 0xAD7968) is known color: Coral Tree. HEX triplet: AD, 79 and 68. RGB value is (173,121,104). Sum of RGB (Red+Green+Blue) = 173+121+104=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7968 is #528697. Grayscale: #868686. Windows color (decimal): -5408408 or 6846893. OLE color: 6846893.
HSL color Cylindrical-coordinate representation of color #AD7968: hue angle of 14.78º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7968 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 104 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.32 |
| HSL | 14.78º | 0.3% | 0.54% | - |
| HSV(B) | 14.78º | 0.4% | 0.68% | - |
| XYZ | 26.57 | 23.56 | 16.24 | - |
| YUV | 134.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 104 | 0 | 0.30 | 0.40 | 0.32 | 14.78 | 0.3 | 0.54 |
| Hex | AD | 79 | 68 | 0 | 1E | 28 | 20 | F | 1E | 36 |
| Octal | 255 | 171 | 150 | 0 | 36 | 50 | 40 | 17 | 36 | 66 |
| Binary | 10101101 | 1111001 | 1101000 | 0 | 11110 | 101000 | 100000 | 1111 | 11110 | 110110 |
Color Harmonies of #AD7968
Complementary color
Monochromatic Colors of #AD7968
Black with #AD7968
Text Example
Text Example
White with #AD7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7968; }
p { color: rgb(173,121,104); }
H1.HeaderClassName
{
color: #AD7968;
}
.AnyTagClassName
{
color: #AD7968;
}
</style>
background-color css
<style>
a { background-color: #AD7968; }
a { background-color: rgb(173,121,104); }
div.DivClassName
{
background-color: #AD7968;
}
.BgClassName
{
background-color: #AD7968;
}
</style>
border-color css
<style>
span { border-color: #AD7968; }
span { border-color: rgb(173,121,104); }
td.TdClassName
{
border-color: #AD7968;
}
.TagClassName
{
border-color: #AD7968;
}
</style>