Shades of Coral Tree #AD615F
Tints of Coral Tree #AD615F
RGB
CMYK
RGB Variations
Color information
#AD615F (or 0xAD615F) is known color: Coral Tree. HEX triplet: AD, 61 and 5F. RGB value is (173,97,95). Sum of RGB (Red+Green+Blue) = 173+97+95=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD615F is #529EA0. Grayscale: #777777. Windows color (decimal): -5414561 or 6250925. OLE color: 6250925.
HSL color Cylindrical-coordinate representation of color #AD615F: hue angle of 1.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD615F is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 95 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.32 |
| HSL | 1.54º | 0.32% | 0.53% | - |
| HSV(B) | 1.54º | 0.45% | 0.68% | - |
| XYZ | 23.57 | 18.26 | 13.11 | - |
| YUV | 119.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 95 | 0 | 0.44 | 0.45 | 0.32 | 1.54 | 0.32 | 0.53 |
| Hex | AD | 61 | 5F | 0 | 2C | 2D | 20 | 2 | 20 | 35 |
| Octal | 255 | 141 | 137 | 0 | 54 | 55 | 40 | 2 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1011111 | 0 | 101100 | 101101 | 100000 | 10 | 100000 | 110101 |
Color Harmonies of #AD615F
Complementary color
Monochromatic Colors of #AD615F
Black with #AD615F
Text Example
Text Example
White with #AD615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD615F; }
p { color: rgb(173,97,95); }
H1.HeaderClassName
{
color: #AD615F;
}
.AnyTagClassName
{
color: #AD615F;
}
</style>
background-color css
<style>
a { background-color: #AD615F; }
a { background-color: rgb(173,97,95); }
div.DivClassName
{
background-color: #AD615F;
}
.BgClassName
{
background-color: #AD615F;
}
</style>
border-color css
<style>
span { border-color: #AD615F; }
span { border-color: rgb(173,97,95); }
td.TdClassName
{
border-color: #AD615F;
}
.TagClassName
{
border-color: #AD615F;
}
</style>