Shades of Coral Tree #AD726A
Tints of Coral Tree #AD726A
RGB
CMYK
RGB Variations
Color information
#AD726A (or 0xAD726A) is known color: Coral Tree. HEX triplet: AD, 72 and 6A. RGB value is (173,114,106). Sum of RGB (Red+Green+Blue) = 173+114+106=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD726A is #528D95. Grayscale: #828282. Windows color (decimal): -5410198 or 6976173. OLE color: 6976173.
HSL color Cylindrical-coordinate representation of color #AD726A: hue angle of 7.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD726A is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 106 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.32 |
| HSL | 7.16º | 0.29% | 0.55% | - |
| HSV(B) | 7.16º | 0.39% | 0.68% | - |
| XYZ | 25.85 | 21.96 | 16.51 | - |
| YUV | 130.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 106 | 0 | 0.34 | 0.39 | 0.32 | 7.16 | 0.29 | 0.55 |
| Hex | AD | 72 | 6A | 0 | 22 | 27 | 20 | 7 | 1D | 37 |
| Octal | 255 | 162 | 152 | 0 | 42 | 47 | 40 | 7 | 35 | 67 |
| Binary | 10101101 | 1110010 | 1101010 | 0 | 100010 | 100111 | 100000 | 111 | 11101 | 110111 |
Color Harmonies of #AD726A
Complementary color
Monochromatic Colors of #AD726A
Black with #AD726A
Text Example
Text Example
White with #AD726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD726A; }
p { color: rgb(173,114,106); }
H1.HeaderClassName
{
color: #AD726A;
}
.AnyTagClassName
{
color: #AD726A;
}
</style>
background-color css
<style>
a { background-color: #AD726A; }
a { background-color: rgb(173,114,106); }
div.DivClassName
{
background-color: #AD726A;
}
.BgClassName
{
background-color: #AD726A;
}
</style>
border-color css
<style>
span { border-color: #AD726A; }
span { border-color: rgb(173,114,106); }
td.TdClassName
{
border-color: #AD726A;
}
.TagClassName
{
border-color: #AD726A;
}
</style>