Shades of Coral Tree #AD7766
Tints of Coral Tree #AD7766
RGB
CMYK
RGB Variations
Color information
#AD7766 (or 0xAD7766) is known color: Coral Tree. HEX triplet: AD, 77 and 66. RGB value is (173,119,102). Sum of RGB (Red+Green+Blue) = 173+119+102=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7766 is #528899. Grayscale: #858585. Windows color (decimal): -5408922 or 6715309. OLE color: 6715309.
HSL color Cylindrical-coordinate representation of color #AD7766: hue angle of 14.37º 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 #AD7766 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 102 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.32 |
| HSL | 14.37º | 0.3% | 0.54% | - |
| HSV(B) | 14.37º | 0.41% | 0.68% | - |
| XYZ | 26.23 | 23.04 | 15.63 | - |
| YUV | 133.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 102 | 0 | 0.31 | 0.41 | 0.32 | 14.37 | 0.3 | 0.54 |
| Hex | AD | 77 | 66 | 0 | 1F | 29 | 20 | E | 1E | 36 |
| Octal | 255 | 167 | 146 | 0 | 37 | 51 | 40 | 16 | 36 | 66 |
| Binary | 10101101 | 1110111 | 1100110 | 0 | 11111 | 101001 | 100000 | 1110 | 11110 | 110110 |
Color Harmonies of #AD7766
Complementary color
Monochromatic Colors of #AD7766
Black with #AD7766
Text Example
Text Example
White with #AD7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7766; }
p { color: rgb(173,119,102); }
H1.HeaderClassName
{
color: #AD7766;
}
.AnyTagClassName
{
color: #AD7766;
}
</style>
background-color css
<style>
a { background-color: #AD7766; }
a { background-color: rgb(173,119,102); }
div.DivClassName
{
background-color: #AD7766;
}
.BgClassName
{
background-color: #AD7766;
}
</style>
border-color css
<style>
span { border-color: #AD7766; }
span { border-color: rgb(173,119,102); }
td.TdClassName
{
border-color: #AD7766;
}
.TagClassName
{
border-color: #AD7766;
}
</style>