Shades of Coral Tree #AD7866
Tints of Coral Tree #AD7866
RGB
CMYK
RGB Variations
Color information
#AD7866 (or 0xAD7866) is known color: Coral Tree. HEX triplet: AD, 78 and 66. RGB value is (173,120,102). Sum of RGB (Red+Green+Blue) = 173+120+102=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7866 is #528799. Grayscale: #858585. Windows color (decimal): -5408666 or 6715565. OLE color: 6715565.
HSL color Cylindrical-coordinate representation of color #AD7866: hue angle of 15.21º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7866 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 102 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.32 |
| HSL | 15.21º | 0.3% | 0.54% | - |
| HSV(B) | 15.21º | 0.41% | 0.68% | - |
| XYZ | 26.35 | 23.28 | 15.67 | - |
| YUV | 133.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 102 | 0 | 0.31 | 0.41 | 0.32 | 15.21 | 0.3 | 0.54 |
| Hex | AD | 78 | 66 | 0 | 1F | 29 | 20 | F | 1E | 36 |
| Octal | 255 | 170 | 146 | 0 | 37 | 51 | 40 | 17 | 36 | 66 |
| Binary | 10101101 | 1111000 | 1100110 | 0 | 11111 | 101001 | 100000 | 1111 | 11110 | 110110 |
Color Harmonies of #AD7866
Complementary color
Monochromatic Colors of #AD7866
Black with #AD7866
Text Example
Text Example
White with #AD7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7866; }
p { color: rgb(173,120,102); }
H1.HeaderClassName
{
color: #AD7866;
}
.AnyTagClassName
{
color: #AD7866;
}
</style>
background-color css
<style>
a { background-color: #AD7866; }
a { background-color: rgb(173,120,102); }
div.DivClassName
{
background-color: #AD7866;
}
.BgClassName
{
background-color: #AD7866;
}
</style>
border-color css
<style>
span { border-color: #AD7866; }
span { border-color: rgb(173,120,102); }
td.TdClassName
{
border-color: #AD7866;
}
.TagClassName
{
border-color: #AD7866;
}
</style>