Shades of Coral Tree #AD675E
Tints of Coral Tree #AD675E
RGB
CMYK
RGB Variations
Color information
#AD675E (or 0xAD675E) is known color: Coral Tree. HEX triplet: AD, 67 and 5E. RGB value is (173,103,94). Sum of RGB (Red+Green+Blue) = 173+103+94=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD675E is #5298A1. Grayscale: #7B7B7B. Windows color (decimal): -5413026 or 6186925. OLE color: 6186925.
HSL color Cylindrical-coordinate representation of color #AD675E: hue angle of 6.84º 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 #AD675E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 94 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.32 |
| HSL | 6.84º | 0.33% | 0.52% | - |
| HSV(B) | 6.84º | 0.46% | 0.68% | - |
| XYZ | 24.1 | 19.39 | 13.06 | - |
| YUV | 122.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 94 | 0 | 0.40 | 0.46 | 0.32 | 6.84 | 0.33 | 0.52 |
| Hex | AD | 67 | 5E | 0 | 28 | 2E | 20 | 7 | 21 | 34 |
| Octal | 255 | 147 | 136 | 0 | 50 | 56 | 40 | 7 | 41 | 64 |
| Binary | 10101101 | 1100111 | 1011110 | 0 | 101000 | 101110 | 100000 | 111 | 100001 | 110100 |
Color Harmonies of #AD675E
Complementary color
Monochromatic Colors of #AD675E
Black with #AD675E
Text Example
Text Example
White with #AD675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD675E; }
p { color: rgb(173,103,94); }
H1.HeaderClassName
{
color: #AD675E;
}
.AnyTagClassName
{
color: #AD675E;
}
</style>
background-color css
<style>
a { background-color: #AD675E; }
a { background-color: rgb(173,103,94); }
div.DivClassName
{
background-color: #AD675E;
}
.BgClassName
{
background-color: #AD675E;
}
</style>
border-color css
<style>
span { border-color: #AD675E; }
span { border-color: rgb(173,103,94); }
td.TdClassName
{
border-color: #AD675E;
}
.TagClassName
{
border-color: #AD675E;
}
</style>