Shades of Coral Tree #AD7465
Tints of Coral Tree #AD7465
RGB
CMYK
RGB Variations
Color information
#AD7465 (or 0xAD7465) is known color: Coral Tree. HEX triplet: AD, 74 and 65. RGB value is (173,116,101). Sum of RGB (Red+Green+Blue) = 173+116+101=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7465 is #528B9A. Grayscale: #838383. Windows color (decimal): -5409691 or 6649005. OLE color: 6649005.
HSL color Cylindrical-coordinate representation of color #AD7465: hue angle of 12.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 #AD7465 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 101 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.32 |
| HSL | 12.5º | 0.31% | 0.54% | - |
| HSV(B) | 12.5º | 0.42% | 0.68% | - |
| XYZ | 25.83 | 22.31 | 15.26 | - |
| YUV | 131.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 101 | 0 | 0.33 | 0.42 | 0.32 | 12.5 | 0.31 | 0.54 |
| Hex | AD | 74 | 65 | 0 | 21 | 2A | 20 | C | 1F | 36 |
| Octal | 255 | 164 | 145 | 0 | 41 | 52 | 40 | 14 | 37 | 66 |
| Binary | 10101101 | 1110100 | 1100101 | 0 | 100001 | 101010 | 100000 | 1100 | 11111 | 110110 |
Color Harmonies of #AD7465
Complementary color
Monochromatic Colors of #AD7465
Black with #AD7465
Text Example
Text Example
White with #AD7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7465; }
p { color: rgb(173,116,101); }
H1.HeaderClassName
{
color: #AD7465;
}
.AnyTagClassName
{
color: #AD7465;
}
</style>
background-color css
<style>
a { background-color: #AD7465; }
a { background-color: rgb(173,116,101); }
div.DivClassName
{
background-color: #AD7465;
}
.BgClassName
{
background-color: #AD7465;
}
</style>
border-color css
<style>
span { border-color: #AD7465; }
span { border-color: rgb(173,116,101); }
td.TdClassName
{
border-color: #AD7465;
}
.TagClassName
{
border-color: #AD7465;
}
</style>