Shades of Coral Tree #AD6F66
Tints of Coral Tree #AD6F66
RGB
CMYK
RGB Variations
Color information
#AD6F66 (or 0xAD6F66) is known color: Coral Tree. HEX triplet: AD, 6F and 66. RGB value is (173,111,102). Sum of RGB (Red+Green+Blue) = 173+111+102=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F66 is #529099. Grayscale: #808080. Windows color (decimal): -5410970 or 6713261. OLE color: 6713261.
HSL color Cylindrical-coordinate representation of color #AD6F66: hue angle of 7.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6F66 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 102 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.32 |
| HSL | 7.61º | 0.3% | 0.54% | - |
| HSV(B) | 7.61º | 0.41% | 0.68% | - |
| XYZ | 25.32 | 21.21 | 15.33 | - |
| YUV | 128.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 102 | 0 | 0.36 | 0.41 | 0.32 | 7.61 | 0.3 | 0.54 |
| Hex | AD | 6F | 66 | 0 | 24 | 29 | 20 | 8 | 1E | 36 |
| Octal | 255 | 157 | 146 | 0 | 44 | 51 | 40 | 10 | 36 | 66 |
| Binary | 10101101 | 1101111 | 1100110 | 0 | 100100 | 101001 | 100000 | 1000 | 11110 | 110110 |
Color Harmonies of #AD6F66
Complementary color
Monochromatic Colors of #AD6F66
Black with #AD6F66
Text Example
Text Example
White with #AD6F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F66; }
p { color: rgb(173,111,102); }
H1.HeaderClassName
{
color: #AD6F66;
}
.AnyTagClassName
{
color: #AD6F66;
}
</style>
background-color css
<style>
a { background-color: #AD6F66; }
a { background-color: rgb(173,111,102); }
div.DivClassName
{
background-color: #AD6F66;
}
.BgClassName
{
background-color: #AD6F66;
}
</style>
border-color css
<style>
span { border-color: #AD6F66; }
span { border-color: rgb(173,111,102); }
td.TdClassName
{
border-color: #AD6F66;
}
.TagClassName
{
border-color: #AD6F66;
}
</style>