Shades of Coral Tree #AD756D
Tints of Coral Tree #AD756D
RGB
CMYK
RGB Variations
Color information
#AD756D (or 0xAD756D) is known color: Coral Tree. HEX triplet: AD, 75 and 6D. RGB value is (173,117,109). Sum of RGB (Red+Green+Blue) = 173+117+109=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756D is #528A92. Grayscale: #848484. Windows color (decimal): -5409427 or 7173549. OLE color: 7173549.
HSL color Cylindrical-coordinate representation of color #AD756D: hue angle of 7.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD756D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 109 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.32 |
| HSL | 7.5º | 0.28% | 0.55% | - |
| HSV(B) | 7.5º | 0.37% | 0.68% | - |
| XYZ | 26.36 | 22.71 | 17.46 | - |
| YUV | 132.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 109 | 0 | 0.32 | 0.37 | 0.32 | 7.5 | 0.28 | 0.55 |
| Hex | AD | 75 | 6D | 0 | 20 | 25 | 20 | 8 | 1C | 37 |
| Octal | 255 | 165 | 155 | 0 | 40 | 45 | 40 | 10 | 34 | 67 |
| Binary | 10101101 | 1110101 | 1101101 | 0 | 100000 | 100101 | 100000 | 1000 | 11100 | 110111 |
Color Harmonies of #AD756D
Complementary color
Monochromatic Colors of #AD756D
Black with #AD756D
Text Example
Text Example
White with #AD756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD756D; }
p { color: rgb(173,117,109); }
H1.HeaderClassName
{
color: #AD756D;
}
.AnyTagClassName
{
color: #AD756D;
}
</style>
background-color css
<style>
a { background-color: #AD756D; }
a { background-color: rgb(173,117,109); }
div.DivClassName
{
background-color: #AD756D;
}
.BgClassName
{
background-color: #AD756D;
}
</style>
border-color css
<style>
span { border-color: #AD756D; }
span { border-color: rgb(173,117,109); }
td.TdClassName
{
border-color: #AD756D;
}
.TagClassName
{
border-color: #AD756D;
}
</style>