Shades of Coral Tree #AD726E
Tints of Coral Tree #AD726E
RGB
CMYK
RGB Variations
Color information
#AD726E (or 0xAD726E) is known color: Coral Tree. HEX triplet: AD, 72 and 6E. RGB value is (173,114,110). Sum of RGB (Red+Green+Blue) = 173+114+110=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD726E is #528D91. Grayscale: #838383. Windows color (decimal): -5410194 or 7238317. OLE color: 7238317.
HSL color Cylindrical-coordinate representation of color #AD726E: hue angle of 3.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD726E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 110 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.32 |
| HSL | 3.81º | 0.28% | 0.55% | - |
| HSV(B) | 3.81º | 0.36% | 0.68% | - |
| XYZ | 26.07 | 22.04 | 17.63 | - |
| YUV | 131.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 110 | 0 | 0.34 | 0.36 | 0.32 | 3.81 | 0.28 | 0.55 |
| Hex | AD | 72 | 6E | 0 | 22 | 24 | 20 | 4 | 1C | 37 |
| Octal | 255 | 162 | 156 | 0 | 42 | 44 | 40 | 4 | 34 | 67 |
| Binary | 10101101 | 1110010 | 1101110 | 0 | 100010 | 100100 | 100000 | 100 | 11100 | 110111 |
Color Harmonies of #AD726E
Complementary color
Monochromatic Colors of #AD726E
Black with #AD726E
Text Example
Text Example
White with #AD726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD726E; }
p { color: rgb(173,114,110); }
H1.HeaderClassName
{
color: #AD726E;
}
.AnyTagClassName
{
color: #AD726E;
}
</style>
background-color css
<style>
a { background-color: #AD726E; }
a { background-color: rgb(173,114,110); }
div.DivClassName
{
background-color: #AD726E;
}
.BgClassName
{
background-color: #AD726E;
}
</style>
border-color css
<style>
span { border-color: #AD726E; }
span { border-color: rgb(173,114,110); }
td.TdClassName
{
border-color: #AD726E;
}
.TagClassName
{
border-color: #AD726E;
}
</style>