Shades of Coral Tree #AD6B61
Tints of Coral Tree #AD6B61
RGB
CMYK
RGB Variations
Color information
#AD6B61 (or 0xAD6B61) is known color: Coral Tree. HEX triplet: AD, 6B and 61. RGB value is (173,107,97). Sum of RGB (Red+Green+Blue) = 173+107+97=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B61 is #52949E. Grayscale: #7D7D7D. Windows color (decimal): -5411999 or 6384557. OLE color: 6384557.
HSL color Cylindrical-coordinate representation of color #AD6B61: hue angle of 7.89º 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 #AD6B61 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 97 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.32 |
| HSL | 7.89º | 0.32% | 0.53% | - |
| HSV(B) | 7.89º | 0.44% | 0.68% | - |
| XYZ | 24.65 | 20.26 | 13.92 | - |
| YUV | 125.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 97 | 0 | 0.38 | 0.44 | 0.32 | 7.89 | 0.32 | 0.53 |
| Hex | AD | 6B | 61 | 0 | 26 | 2C | 20 | 8 | 20 | 35 |
| Octal | 255 | 153 | 141 | 0 | 46 | 54 | 40 | 10 | 40 | 65 |
| Binary | 10101101 | 1101011 | 1100001 | 0 | 100110 | 101100 | 100000 | 1000 | 100000 | 110101 |
Color Harmonies of #AD6B61
Complementary color
Monochromatic Colors of #AD6B61
Black with #AD6B61
Text Example
Text Example
White with #AD6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B61; }
p { color: rgb(173,107,97); }
H1.HeaderClassName
{
color: #AD6B61;
}
.AnyTagClassName
{
color: #AD6B61;
}
</style>
background-color css
<style>
a { background-color: #AD6B61; }
a { background-color: rgb(173,107,97); }
div.DivClassName
{
background-color: #AD6B61;
}
.BgClassName
{
background-color: #AD6B61;
}
</style>
border-color css
<style>
span { border-color: #AD6B61; }
span { border-color: rgb(173,107,97); }
td.TdClassName
{
border-color: #AD6B61;
}
.TagClassName
{
border-color: #AD6B61;
}
</style>