Shades of Coral Tree #AD7262
Tints of Coral Tree #AD7262
RGB
CMYK
RGB Variations
Color information
#AD7262 (or 0xAD7262) is known color: Coral Tree. HEX triplet: AD, 72 and 62. RGB value is (173,114,98). Sum of RGB (Red+Green+Blue) = 173+114+98=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7262 is #528D9D. Grayscale: #818181. Windows color (decimal): -5410206 or 6451885. OLE color: 6451885.
HSL color Cylindrical-coordinate representation of color #AD7262: hue angle of 12.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7262 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 98 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.32 |
| HSL | 12.8º | 0.31% | 0.53% | - |
| HSV(B) | 12.8º | 0.43% | 0.68% | - |
| XYZ | 25.46 | 21.8 | 14.42 | - |
| YUV | 129.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 98 | 0 | 0.34 | 0.43 | 0.32 | 12.8 | 0.31 | 0.53 |
| Hex | AD | 72 | 62 | 0 | 22 | 2B | 20 | D | 1F | 35 |
| Octal | 255 | 162 | 142 | 0 | 42 | 53 | 40 | 15 | 37 | 65 |
| Binary | 10101101 | 1110010 | 1100010 | 0 | 100010 | 101011 | 100000 | 1101 | 11111 | 110101 |
Color Harmonies of #AD7262
Complementary color
Monochromatic Colors of #AD7262
Black with #AD7262
Text Example
Text Example
White with #AD7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7262; }
p { color: rgb(173,114,98); }
H1.HeaderClassName
{
color: #AD7262;
}
.AnyTagClassName
{
color: #AD7262;
}
</style>
background-color css
<style>
a { background-color: #AD7262; }
a { background-color: rgb(173,114,98); }
div.DivClassName
{
background-color: #AD7262;
}
.BgClassName
{
background-color: #AD7262;
}
</style>
border-color css
<style>
span { border-color: #AD7262; }
span { border-color: rgb(173,114,98); }
td.TdClassName
{
border-color: #AD7262;
}
.TagClassName
{
border-color: #AD7262;
}
</style>