Shades of Coral Tree #AD7366
Tints of Coral Tree #AD7366
RGB
CMYK
RGB Variations
Color information
#AD7366 (or 0xAD7366) is known color: Coral Tree. HEX triplet: AD, 73 and 66. RGB value is (173,115,102). Sum of RGB (Red+Green+Blue) = 173+115+102=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7366 is #528C99. Grayscale: #828282. Windows color (decimal): -5409946 or 6714285. OLE color: 6714285.
HSL color Cylindrical-coordinate representation of color #AD7366: hue angle of 10.99º 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 #AD7366 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 102 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.32 |
| HSL | 10.99º | 0.3% | 0.54% | - |
| HSV(B) | 10.99º | 0.41% | 0.68% | - |
| XYZ | 25.76 | 22.11 | 15.48 | - |
| YUV | 130.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 102 | 0 | 0.34 | 0.41 | 0.32 | 10.99 | 0.3 | 0.54 |
| Hex | AD | 73 | 66 | 0 | 22 | 29 | 20 | B | 1E | 36 |
| Octal | 255 | 163 | 146 | 0 | 42 | 51 | 40 | 13 | 36 | 66 |
| Binary | 10101101 | 1110011 | 1100110 | 0 | 100010 | 101001 | 100000 | 1011 | 11110 | 110110 |
Color Harmonies of #AD7366
Complementary color
Monochromatic Colors of #AD7366
Black with #AD7366
Text Example
Text Example
White with #AD7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7366; }
p { color: rgb(173,115,102); }
H1.HeaderClassName
{
color: #AD7366;
}
.AnyTagClassName
{
color: #AD7366;
}
</style>
background-color css
<style>
a { background-color: #AD7366; }
a { background-color: rgb(173,115,102); }
div.DivClassName
{
background-color: #AD7366;
}
.BgClassName
{
background-color: #AD7366;
}
</style>
border-color css
<style>
span { border-color: #AD7366; }
span { border-color: rgb(173,115,102); }
td.TdClassName
{
border-color: #AD7366;
}
.TagClassName
{
border-color: #AD7366;
}
</style>