Shades of Coral Tree #AD635F
Tints of Coral Tree #AD635F
RGB
CMYK
RGB Variations
Color information
#AD635F (or 0xAD635F) is known color: Coral Tree. HEX triplet: AD, 63 and 5F. RGB value is (173,99,95). Sum of RGB (Red+Green+Blue) = 173+99+95=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD635F is #529CA0. Grayscale: #787878. Windows color (decimal): -5414049 or 6251437. OLE color: 6251437.
HSL color Cylindrical-coordinate representation of color #AD635F: hue angle of 3.08º 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 #AD635F is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 95 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.32 |
| HSL | 3.08º | 0.32% | 0.53% | - |
| HSV(B) | 3.08º | 0.45% | 0.68% | - |
| XYZ | 23.76 | 18.63 | 13.17 | - |
| YUV | 120.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 95 | 0 | 0.43 | 0.45 | 0.32 | 3.08 | 0.32 | 0.53 |
| Hex | AD | 63 | 5F | 0 | 2B | 2D | 20 | 3 | 20 | 35 |
| Octal | 255 | 143 | 137 | 0 | 53 | 55 | 40 | 3 | 40 | 65 |
| Binary | 10101101 | 1100011 | 1011111 | 0 | 101011 | 101101 | 100000 | 11 | 100000 | 110101 |
Color Harmonies of #AD635F
Complementary color
Monochromatic Colors of #AD635F
Black with #AD635F
Text Example
Text Example
White with #AD635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD635F; }
p { color: rgb(173,99,95); }
H1.HeaderClassName
{
color: #AD635F;
}
.AnyTagClassName
{
color: #AD635F;
}
</style>
background-color css
<style>
a { background-color: #AD635F; }
a { background-color: rgb(173,99,95); }
div.DivClassName
{
background-color: #AD635F;
}
.BgClassName
{
background-color: #AD635F;
}
</style>
border-color css
<style>
span { border-color: #AD635F; }
span { border-color: rgb(173,99,95); }
td.TdClassName
{
border-color: #AD635F;
}
.TagClassName
{
border-color: #AD635F;
}
</style>