Shades of Coral Tree #AD7869
Tints of Coral Tree #AD7869
RGB
CMYK
RGB Variations
Color information
#AD7869 (or 0xAD7869) is known color: Coral Tree. HEX triplet: AD, 78 and 69. RGB value is (173,120,105). Sum of RGB (Red+Green+Blue) = 173+120+105=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7869 is #528796. Grayscale: #868686. Windows color (decimal): -5408663 or 6912173. OLE color: 6912173.
HSL color Cylindrical-coordinate representation of color #AD7869: hue angle of 13.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7869 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 105 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.32 |
| HSL | 13.24º | 0.29% | 0.55% | - |
| HSV(B) | 13.24º | 0.39% | 0.68% | - |
| XYZ | 26.5 | 23.34 | 16.47 | - |
| YUV | 134.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 105 | 0 | 0.31 | 0.39 | 0.32 | 13.24 | 0.29 | 0.55 |
| Hex | AD | 78 | 69 | 0 | 1F | 27 | 20 | D | 1D | 37 |
| Octal | 255 | 170 | 151 | 0 | 37 | 47 | 40 | 15 | 35 | 67 |
| Binary | 10101101 | 1111000 | 1101001 | 0 | 11111 | 100111 | 100000 | 1101 | 11101 | 110111 |
Color Harmonies of #AD7869
Complementary color
Monochromatic Colors of #AD7869
Black with #AD7869
Text Example
Text Example
White with #AD7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7869; }
p { color: rgb(173,120,105); }
H1.HeaderClassName
{
color: #AD7869;
}
.AnyTagClassName
{
color: #AD7869;
}
</style>
background-color css
<style>
a { background-color: #AD7869; }
a { background-color: rgb(173,120,105); }
div.DivClassName
{
background-color: #AD7869;
}
.BgClassName
{
background-color: #AD7869;
}
</style>
border-color css
<style>
span { border-color: #AD7869; }
span { border-color: rgb(173,120,105); }
td.TdClassName
{
border-color: #AD7869;
}
.TagClassName
{
border-color: #AD7869;
}
</style>