Shades of Coral Tree #AD7877
Tints of Coral Tree #AD7877
RGB
CMYK
RGB Variations
Color information
#AD7877 (or 0xAD7877) is known color: Coral Tree. HEX triplet: AD, 78 and 77. RGB value is (173,120,119). Sum of RGB (Red+Green+Blue) = 173+120+119=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7877 is #528788. Grayscale: #878787. Windows color (decimal): -5408649 or 7829677. OLE color: 7829677.
HSL color Cylindrical-coordinate representation of color #AD7877: hue angle of 1.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7877 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 119 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.32 |
| HSL | 1.11º | 0.25% | 0.57% | - |
| HSV(B) | 1.11º | 0.31% | 0.68% | - |
| XYZ | 27.28 | 23.65 | 20.58 | - |
| YUV | 135.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 119 | 0 | 0.31 | 0.31 | 0.32 | 1.11 | 0.25 | 0.57 |
| Hex | AD | 78 | 77 | 0 | 1F | 1F | 20 | 1 | 19 | 39 |
| Octal | 255 | 170 | 167 | 0 | 37 | 37 | 40 | 1 | 31 | 71 |
| Binary | 10101101 | 1111000 | 1110111 | 0 | 11111 | 11111 | 100000 | 1 | 11001 | 111001 |
Color Harmonies of #AD7877
Complementary color
Monochromatic Colors of #AD7877
Black with #AD7877
Text Example
Text Example
White with #AD7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7877; }
p { color: rgb(173,120,119); }
H1.HeaderClassName
{
color: #AD7877;
}
.AnyTagClassName
{
color: #AD7877;
}
</style>
background-color css
<style>
a { background-color: #AD7877; }
a { background-color: rgb(173,120,119); }
div.DivClassName
{
background-color: #AD7877;
}
.BgClassName
{
background-color: #AD7877;
}
</style>
border-color css
<style>
span { border-color: #AD7877; }
span { border-color: rgb(173,120,119); }
td.TdClassName
{
border-color: #AD7877;
}
.TagClassName
{
border-color: #AD7877;
}
</style>