Shades of Coral Tree #AD7671
Tints of Coral Tree #AD7671
RGB
CMYK
RGB Variations
Color information
#AD7671 (or 0xAD7671) is known color: Coral Tree. HEX triplet: AD, 76 and 71. RGB value is (173,118,113). Sum of RGB (Red+Green+Blue) = 173+118+113=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7671 is #52898E. Grayscale: #858585. Windows color (decimal): -5409167 or 7435949. OLE color: 7435949.
HSL color Cylindrical-coordinate representation of color #AD7671: hue angle of 5º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7671 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 113 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.32 |
| HSL | 5º | 0.27% | 0.56% | - |
| HSV(B) | 5º | 0.35% | 0.68% | - |
| XYZ | 26.69 | 23.03 | 18.66 | - |
| YUV | 133.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 113 | 0 | 0.32 | 0.35 | 0.32 | 5 | 0.27 | 0.56 |
| Hex | AD | 76 | 71 | 0 | 20 | 23 | 20 | 5 | 1B | 38 |
| Octal | 255 | 166 | 161 | 0 | 40 | 43 | 40 | 5 | 33 | 70 |
| Binary | 10101101 | 1110110 | 1110001 | 0 | 100000 | 100011 | 100000 | 101 | 11011 | 111000 |
Color Harmonies of #AD7671
Complementary color
Monochromatic Colors of #AD7671
Black with #AD7671
Text Example
Text Example
White with #AD7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7671; }
p { color: rgb(173,118,113); }
H1.HeaderClassName
{
color: #AD7671;
}
.AnyTagClassName
{
color: #AD7671;
}
</style>
background-color css
<style>
a { background-color: #AD7671; }
a { background-color: rgb(173,118,113); }
div.DivClassName
{
background-color: #AD7671;
}
.BgClassName
{
background-color: #AD7671;
}
</style>
border-color css
<style>
span { border-color: #AD7671; }
span { border-color: rgb(173,118,113); }
td.TdClassName
{
border-color: #AD7671;
}
.TagClassName
{
border-color: #AD7671;
}
</style>