Shades of Coral Tree #AD6B5E
Tints of Coral Tree #AD6B5E
RGB
CMYK
RGB Variations
Color information
#AD6B5E (or 0xAD6B5E) is known color: Coral Tree. HEX triplet: AD, 6B and 5E. RGB value is (173,107,94). Sum of RGB (Red+Green+Blue) = 173+107+94=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B5E is #5294A1. Grayscale: #7D7D7D. Windows color (decimal): -5412002 or 6187949. OLE color: 6187949.
HSL color Cylindrical-coordinate representation of color #AD6B5E: hue angle of 9.87º 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 #AD6B5E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 94 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.32 |
| HSL | 9.87º | 0.33% | 0.52% | - |
| HSV(B) | 9.87º | 0.46% | 0.68% | - |
| XYZ | 24.51 | 20.21 | 13.2 | - |
| YUV | 125.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 94 | 0 | 0.38 | 0.46 | 0.32 | 9.87 | 0.33 | 0.52 |
| Hex | AD | 6B | 5E | 0 | 26 | 2E | 20 | A | 21 | 34 |
| Octal | 255 | 153 | 136 | 0 | 46 | 56 | 40 | 12 | 41 | 64 |
| Binary | 10101101 | 1101011 | 1011110 | 0 | 100110 | 101110 | 100000 | 1010 | 100001 | 110100 |
Color Harmonies of #AD6B5E
Complementary color
Monochromatic Colors of #AD6B5E
Black with #AD6B5E
Text Example
Text Example
White with #AD6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B5E; }
p { color: rgb(173,107,94); }
H1.HeaderClassName
{
color: #AD6B5E;
}
.AnyTagClassName
{
color: #AD6B5E;
}
</style>
background-color css
<style>
a { background-color: #AD6B5E; }
a { background-color: rgb(173,107,94); }
div.DivClassName
{
background-color: #AD6B5E;
}
.BgClassName
{
background-color: #AD6B5E;
}
</style>
border-color css
<style>
span { border-color: #AD6B5E; }
span { border-color: rgb(173,107,94); }
td.TdClassName
{
border-color: #AD6B5E;
}
.TagClassName
{
border-color: #AD6B5E;
}
</style>