Shades of Coral Tree #AD6561
Tints of Coral Tree #AD6561
RGB
CMYK
RGB Variations
Color information
#AD6561 (or 0xAD6561) is known color: Coral Tree. HEX triplet: AD, 65 and 61. RGB value is (173,101,97). Sum of RGB (Red+Green+Blue) = 173+101+97=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6561 is #529A9E. Grayscale: #7A7A7A. Windows color (decimal): -5413535 or 6383021. OLE color: 6383021.
HSL color Cylindrical-coordinate representation of color #AD6561: hue angle of 3.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6561 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 97 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.32 |
| HSL | 3.16º | 0.32% | 0.53% | - |
| HSV(B) | 3.16º | 0.44% | 0.68% | - |
| XYZ | 24.04 | 19.05 | 13.72 | - |
| YUV | 122.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 97 | 0 | 0.42 | 0.44 | 0.32 | 3.16 | 0.32 | 0.53 |
| Hex | AD | 65 | 61 | 0 | 2A | 2C | 20 | 3 | 20 | 35 |
| Octal | 255 | 145 | 141 | 0 | 52 | 54 | 40 | 3 | 40 | 65 |
| Binary | 10101101 | 1100101 | 1100001 | 0 | 101010 | 101100 | 100000 | 11 | 100000 | 110101 |
Color Harmonies of #AD6561
Complementary color
Monochromatic Colors of #AD6561
Black with #AD6561
Text Example
Text Example
White with #AD6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6561; }
p { color: rgb(173,101,97); }
H1.HeaderClassName
{
color: #AD6561;
}
.AnyTagClassName
{
color: #AD6561;
}
</style>
background-color css
<style>
a { background-color: #AD6561; }
a { background-color: rgb(173,101,97); }
div.DivClassName
{
background-color: #AD6561;
}
.BgClassName
{
background-color: #AD6561;
}
</style>
border-color css
<style>
span { border-color: #AD6561; }
span { border-color: rgb(173,101,97); }
td.TdClassName
{
border-color: #AD6561;
}
.TagClassName
{
border-color: #AD6561;
}
</style>