Shades of Coral Tree #AD7268
Tints of Coral Tree #AD7268
RGB
CMYK
RGB Variations
Color information
#AD7268 (or 0xAD7268) is known color: Coral Tree. HEX triplet: AD, 72 and 68. RGB value is (173,114,104). Sum of RGB (Red+Green+Blue) = 173+114+104=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7268 is #528D97. Grayscale: #828282. Windows color (decimal): -5410200 or 6845101. OLE color: 6845101.
HSL color Cylindrical-coordinate representation of color #AD7268: hue angle of 8.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7268 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 104 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.32 |
| HSL | 8.7º | 0.3% | 0.54% | - |
| HSV(B) | 8.7º | 0.4% | 0.68% | - |
| XYZ | 25.75 | 21.92 | 15.97 | - |
| YUV | 130.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 104 | 0 | 0.34 | 0.40 | 0.32 | 8.7 | 0.3 | 0.54 |
| Hex | AD | 72 | 68 | 0 | 22 | 28 | 20 | 9 | 1E | 36 |
| Octal | 255 | 162 | 150 | 0 | 42 | 50 | 40 | 11 | 36 | 66 |
| Binary | 10101101 | 1110010 | 1101000 | 0 | 100010 | 101000 | 100000 | 1001 | 11110 | 110110 |
Color Harmonies of #AD7268
Complementary color
Monochromatic Colors of #AD7268
Black with #AD7268
Text Example
Text Example
White with #AD7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7268; }
p { color: rgb(173,114,104); }
H1.HeaderClassName
{
color: #AD7268;
}
.AnyTagClassName
{
color: #AD7268;
}
</style>
background-color css
<style>
a { background-color: #AD7268; }
a { background-color: rgb(173,114,104); }
div.DivClassName
{
background-color: #AD7268;
}
.BgClassName
{
background-color: #AD7268;
}
</style>
border-color css
<style>
span { border-color: #AD7268; }
span { border-color: rgb(173,114,104); }
td.TdClassName
{
border-color: #AD7268;
}
.TagClassName
{
border-color: #AD7268;
}
</style>