Shades of Coral Tree #AD685D
Tints of Coral Tree #AD685D
RGB
CMYK
RGB Variations
Color information
#AD685D (or 0xAD685D) is known color: Coral Tree. HEX triplet: AD, 68 and 5D. RGB value is (173,104,93). Sum of RGB (Red+Green+Blue) = 173+104+93=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD685D is #5297A2. Grayscale: #7B7B7B. Windows color (decimal): -5412771 or 6121645. OLE color: 6121645.
HSL color Cylindrical-coordinate representation of color #AD685D: hue angle of 8.25º 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 #AD685D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 93 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.32 |
| HSL | 8.25º | 0.33% | 0.52% | - |
| HSV(B) | 8.25º | 0.46% | 0.68% | - |
| XYZ | 24.16 | 19.58 | 12.86 | - |
| YUV | 123.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 93 | 0 | 0.40 | 0.46 | 0.32 | 8.25 | 0.33 | 0.52 |
| Hex | AD | 68 | 5D | 0 | 28 | 2E | 20 | 8 | 21 | 34 |
| Octal | 255 | 150 | 135 | 0 | 50 | 56 | 40 | 10 | 41 | 64 |
| Binary | 10101101 | 1101000 | 1011101 | 0 | 101000 | 101110 | 100000 | 1000 | 100001 | 110100 |
Color Harmonies of #AD685D
Complementary color
Monochromatic Colors of #AD685D
Black with #AD685D
Text Example
Text Example
White with #AD685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD685D; }
p { color: rgb(173,104,93); }
H1.HeaderClassName
{
color: #AD685D;
}
.AnyTagClassName
{
color: #AD685D;
}
</style>
background-color css
<style>
a { background-color: #AD685D; }
a { background-color: rgb(173,104,93); }
div.DivClassName
{
background-color: #AD685D;
}
.BgClassName
{
background-color: #AD685D;
}
</style>
border-color css
<style>
span { border-color: #AD685D; }
span { border-color: rgb(173,104,93); }
td.TdClassName
{
border-color: #AD685D;
}
.TagClassName
{
border-color: #AD685D;
}
</style>