Shades of Coral Tree #AD6A5F
Tints of Coral Tree #AD6A5F
RGB
CMYK
RGB Variations
Color information
#AD6A5F (or 0xAD6A5F) is known color: Coral Tree. HEX triplet: AD, 6A and 5F. RGB value is (173,106,95). Sum of RGB (Red+Green+Blue) = 173+106+95=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A5F is #5295A0. Grayscale: #7C7C7C. Windows color (decimal): -5412257 or 6253229. OLE color: 6253229.
HSL color Cylindrical-coordinate representation of color #AD6A5F: hue angle of 8.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6A5F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 95 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.32 |
| HSL | 8.46º | 0.32% | 0.53% | - |
| HSV(B) | 8.46º | 0.45% | 0.68% | - |
| XYZ | 24.45 | 20.02 | 13.4 | - |
| YUV | 124.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 95 | 0 | 0.39 | 0.45 | 0.32 | 8.46 | 0.32 | 0.53 |
| Hex | AD | 6A | 5F | 0 | 27 | 2D | 20 | 8 | 20 | 35 |
| Octal | 255 | 152 | 137 | 0 | 47 | 55 | 40 | 10 | 40 | 65 |
| Binary | 10101101 | 1101010 | 1011111 | 0 | 100111 | 101101 | 100000 | 1000 | 100000 | 110101 |
Color Harmonies of #AD6A5F
Complementary color
Monochromatic Colors of #AD6A5F
Black with #AD6A5F
Text Example
Text Example
White with #AD6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A5F; }
p { color: rgb(173,106,95); }
H1.HeaderClassName
{
color: #AD6A5F;
}
.AnyTagClassName
{
color: #AD6A5F;
}
</style>
background-color css
<style>
a { background-color: #AD6A5F; }
a { background-color: rgb(173,106,95); }
div.DivClassName
{
background-color: #AD6A5F;
}
.BgClassName
{
background-color: #AD6A5F;
}
</style>
border-color css
<style>
span { border-color: #AD6A5F; }
span { border-color: rgb(173,106,95); }
td.TdClassName
{
border-color: #AD6A5F;
}
.TagClassName
{
border-color: #AD6A5F;
}
</style>