Shades of Coral Tree #AD6A5E
Tints of Coral Tree #AD6A5E
RGB
CMYK
RGB Variations
Color information
#AD6A5E (or 0xAD6A5E) is known color: Coral Tree. HEX triplet: AD, 6A and 5E. RGB value is (173,106,94). Sum of RGB (Red+Green+Blue) = 173+106+94=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A5E is #5295A1. Grayscale: #7C7C7C. Windows color (decimal): -5412258 or 6187693. OLE color: 6187693.
HSL color Cylindrical-coordinate representation of color #AD6A5E: hue angle of 9.11º 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 #AD6A5E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 94 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.32 |
| HSL | 9.11º | 0.33% | 0.52% | - |
| HSV(B) | 9.11º | 0.46% | 0.68% | - |
| XYZ | 24.41 | 20 | 13.16 | - |
| YUV | 124.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 94 | 0 | 0.39 | 0.46 | 0.32 | 9.11 | 0.33 | 0.52 |
| Hex | AD | 6A | 5E | 0 | 27 | 2E | 20 | 9 | 21 | 34 |
| Octal | 255 | 152 | 136 | 0 | 47 | 56 | 40 | 11 | 41 | 64 |
| Binary | 10101101 | 1101010 | 1011110 | 0 | 100111 | 101110 | 100000 | 1001 | 100001 | 110100 |
Color Harmonies of #AD6A5E
Complementary color
Monochromatic Colors of #AD6A5E
Black with #AD6A5E
Text Example
Text Example
White with #AD6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A5E; }
p { color: rgb(173,106,94); }
H1.HeaderClassName
{
color: #AD6A5E;
}
.AnyTagClassName
{
color: #AD6A5E;
}
</style>
background-color css
<style>
a { background-color: #AD6A5E; }
a { background-color: rgb(173,106,94); }
div.DivClassName
{
background-color: #AD6A5E;
}
.BgClassName
{
background-color: #AD6A5E;
}
</style>
border-color css
<style>
span { border-color: #AD6A5E; }
span { border-color: rgb(173,106,94); }
td.TdClassName
{
border-color: #AD6A5E;
}
.TagClassName
{
border-color: #AD6A5E;
}
</style>