Shades of Coral Tree #AD6060
Tints of Coral Tree #AD6060
RGB
CMYK
RGB Variations
Color information
#AD6060 (or 0xAD6060) is known color: Coral Tree. HEX triplet: AD, 60 and 60. RGB value is (173,96,96). Sum of RGB (Red+Green+Blue) = 173+96+96=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6060 is #529F9F. Grayscale: #777777. Windows color (decimal): -5414816 or 6316205. OLE color: 6316205.
HSL color Cylindrical-coordinate representation of color #AD6060: hue angle of 0º 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 #AD6060 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 96 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.32 |
| HSL | 0º | 0.32% | 0.53% | - |
| HSV(B) | 0º | 0.45% | 0.68% | - |
| XYZ | 23.53 | 18.09 | 13.32 | - |
| YUV | 119.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 96 | 0 | 0.45 | 0.45 | 0.32 | 0 | 0.32 | 0.53 |
| Hex | AD | 60 | 60 | 0 | 2D | 2D | 20 | 0 | 20 | 35 |
| Octal | 255 | 140 | 140 | 0 | 55 | 55 | 40 | 0 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1100000 | 0 | 101101 | 101101 | 100000 | 0 | 100000 | 110101 |
Color Harmonies of #AD6060
Complementary color
Monochromatic Colors of #AD6060
Black with #AD6060
Text Example
Text Example
White with #AD6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6060; }
p { color: rgb(173,96,96); }
H1.HeaderClassName
{
color: #AD6060;
}
.AnyTagClassName
{
color: #AD6060;
}
</style>
background-color css
<style>
a { background-color: #AD6060; }
a { background-color: rgb(173,96,96); }
div.DivClassName
{
background-color: #AD6060;
}
.BgClassName
{
background-color: #AD6060;
}
</style>
border-color css
<style>
span { border-color: #AD6060; }
span { border-color: rgb(173,96,96); }
td.TdClassName
{
border-color: #AD6060;
}
.TagClassName
{
border-color: #AD6060;
}
</style>