Shades of Coral Tree #AD685E
Tints of Coral Tree #AD685E
RGB
CMYK
RGB Variations
Color information
#AD685E (or 0xAD685E) is known color: Coral Tree. HEX triplet: AD, 68 and 5E. RGB value is (173,104,94). Sum of RGB (Red+Green+Blue) = 173+104+94=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD685E is #5297A1. Grayscale: #7B7B7B. Windows color (decimal): -5412770 or 6187181. OLE color: 6187181.
HSL color Cylindrical-coordinate representation of color #AD685E: hue angle of 7.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD685E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 94 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.32 |
| HSL | 7.59º | 0.33% | 0.52% | - |
| HSV(B) | 7.59º | 0.46% | 0.68% | - |
| XYZ | 24.2 | 19.59 | 13.1 | - |
| YUV | 123.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 94 | 0 | 0.40 | 0.46 | 0.32 | 7.59 | 0.33 | 0.52 |
| Hex | AD | 68 | 5E | 0 | 28 | 2E | 20 | 8 | 21 | 34 |
| Octal | 255 | 150 | 136 | 0 | 50 | 56 | 40 | 10 | 41 | 64 |
| Binary | 10101101 | 1101000 | 1011110 | 0 | 101000 | 101110 | 100000 | 1000 | 100001 | 110100 |
Color Harmonies of #AD685E
Complementary color
Monochromatic Colors of #AD685E
Black with #AD685E
Text Example
Text Example
White with #AD685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD685E; }
p { color: rgb(173,104,94); }
H1.HeaderClassName
{
color: #AD685E;
}
.AnyTagClassName
{
color: #AD685E;
}
</style>
background-color css
<style>
a { background-color: #AD685E; }
a { background-color: rgb(173,104,94); }
div.DivClassName
{
background-color: #AD685E;
}
.BgClassName
{
background-color: #AD685E;
}
</style>
border-color css
<style>
span { border-color: #AD685E; }
span { border-color: rgb(173,104,94); }
td.TdClassName
{
border-color: #AD685E;
}
.TagClassName
{
border-color: #AD685E;
}
</style>