Shades of Coral Tree #AD7573
Tints of Coral Tree #AD7573
RGB
CMYK
RGB Variations
Color information
#AD7573 (or 0xAD7573) is known color: Coral Tree. HEX triplet: AD, 75 and 73. RGB value is (173,117,115). Sum of RGB (Red+Green+Blue) = 173+117+115=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7573 is #528A8C. Grayscale: #858585. Windows color (decimal): -5409421 or 7566765. OLE color: 7566765.
HSL color Cylindrical-coordinate representation of color #AD7573: hue angle of 2.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7573 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 115 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.32 |
| HSL | 2.07º | 0.26% | 0.56% | - |
| HSV(B) | 2.07º | 0.34% | 0.68% | - |
| XYZ | 26.69 | 22.84 | 19.22 | - |
| YUV | 133.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 115 | 0 | 0.32 | 0.34 | 0.32 | 2.07 | 0.26 | 0.56 |
| Hex | AD | 75 | 73 | 0 | 20 | 22 | 20 | 2 | 1A | 38 |
| Octal | 255 | 165 | 163 | 0 | 40 | 42 | 40 | 2 | 32 | 70 |
| Binary | 10101101 | 1110101 | 1110011 | 0 | 100000 | 100010 | 100000 | 10 | 11010 | 111000 |
Color Harmonies of #AD7573
Complementary color
Monochromatic Colors of #AD7573
Black with #AD7573
Text Example
Text Example
White with #AD7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7573; }
p { color: rgb(173,117,115); }
H1.HeaderClassName
{
color: #AD7573;
}
.AnyTagClassName
{
color: #AD7573;
}
</style>
background-color css
<style>
a { background-color: #AD7573; }
a { background-color: rgb(173,117,115); }
div.DivClassName
{
background-color: #AD7573;
}
.BgClassName
{
background-color: #AD7573;
}
</style>
border-color css
<style>
span { border-color: #AD7573; }
span { border-color: rgb(173,117,115); }
td.TdClassName
{
border-color: #AD7573;
}
.TagClassName
{
border-color: #AD7573;
}
</style>