Shades of Coral Tree #AD6660
Tints of Coral Tree #AD6660
RGB
CMYK
RGB Variations
Color information
#AD6660 (or 0xAD6660) is known color: Coral Tree. HEX triplet: AD, 66 and 60. RGB value is (173,102,96). Sum of RGB (Red+Green+Blue) = 173+102+96=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6660 is #52999F. Grayscale: #7A7A7A. Windows color (decimal): -5413280 or 6317741. OLE color: 6317741.
HSL color Cylindrical-coordinate representation of color #AD6660: hue angle of 4.68º 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 #AD6660 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 96 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.32 |
| HSL | 4.68º | 0.32% | 0.53% | - |
| HSV(B) | 4.68º | 0.45% | 0.68% | - |
| XYZ | 24.1 | 19.23 | 13.51 | - |
| YUV | 122.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 96 | 0 | 0.41 | 0.45 | 0.32 | 4.68 | 0.32 | 0.53 |
| Hex | AD | 66 | 60 | 0 | 29 | 2D | 20 | 5 | 20 | 35 |
| Octal | 255 | 146 | 140 | 0 | 51 | 55 | 40 | 5 | 40 | 65 |
| Binary | 10101101 | 1100110 | 1100000 | 0 | 101001 | 101101 | 100000 | 101 | 100000 | 110101 |
Color Harmonies of #AD6660
Complementary color
Monochromatic Colors of #AD6660
Black with #AD6660
Text Example
Text Example
White with #AD6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6660; }
p { color: rgb(173,102,96); }
H1.HeaderClassName
{
color: #AD6660;
}
.AnyTagClassName
{
color: #AD6660;
}
</style>
background-color css
<style>
a { background-color: #AD6660; }
a { background-color: rgb(173,102,96); }
div.DivClassName
{
background-color: #AD6660;
}
.BgClassName
{
background-color: #AD6660;
}
</style>
border-color css
<style>
span { border-color: #AD6660; }
span { border-color: rgb(173,102,96); }
td.TdClassName
{
border-color: #AD6660;
}
.TagClassName
{
border-color: #AD6660;
}
</style>