Shades of Coral Tree #AD746C
Tints of Coral Tree #AD746C
RGB
CMYK
RGB Variations
Color information
#AD746C (or 0xAD746C) is known color: Coral Tree. HEX triplet: AD, 74 and 6C. RGB value is (173,116,108). Sum of RGB (Red+Green+Blue) = 173+116+108=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746C is #528B93. Grayscale: #848484. Windows color (decimal): -5409684 or 7107757. OLE color: 7107757.
HSL color Cylindrical-coordinate representation of color #AD746C: hue angle of 7.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD746C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 108 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.32 |
| HSL | 7.38º | 0.28% | 0.55% | - |
| HSV(B) | 7.38º | 0.38% | 0.68% | - |
| XYZ | 26.19 | 22.46 | 17.14 | - |
| YUV | 132.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 108 | 0 | 0.33 | 0.38 | 0.32 | 7.38 | 0.28 | 0.55 |
| Hex | AD | 74 | 6C | 0 | 21 | 26 | 20 | 7 | 1C | 37 |
| Octal | 255 | 164 | 154 | 0 | 41 | 46 | 40 | 7 | 34 | 67 |
| Binary | 10101101 | 1110100 | 1101100 | 0 | 100001 | 100110 | 100000 | 111 | 11100 | 110111 |
Color Harmonies of #AD746C
Complementary color
Monochromatic Colors of #AD746C
Black with #AD746C
Text Example
Text Example
White with #AD746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD746C; }
p { color: rgb(173,116,108); }
H1.HeaderClassName
{
color: #AD746C;
}
.AnyTagClassName
{
color: #AD746C;
}
</style>
background-color css
<style>
a { background-color: #AD746C; }
a { background-color: rgb(173,116,108); }
div.DivClassName
{
background-color: #AD746C;
}
.BgClassName
{
background-color: #AD746C;
}
</style>
border-color css
<style>
span { border-color: #AD746C; }
span { border-color: rgb(173,116,108); }
td.TdClassName
{
border-color: #AD746C;
}
.TagClassName
{
border-color: #AD746C;
}
</style>