Shades of Coral Tree #AD6762
Tints of Coral Tree #AD6762
RGB
CMYK
RGB Variations
Color information
#AD6762 (or 0xAD6762) is known color: Coral Tree. HEX triplet: AD, 67 and 62. RGB value is (173,103,98). Sum of RGB (Red+Green+Blue) = 173+103+98=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6762 is #52989D. Grayscale: #7B7B7B. Windows color (decimal): -5413022 or 6449069. OLE color: 6449069.
HSL color Cylindrical-coordinate representation of color #AD6762: hue angle of 4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6762 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 98 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.32 |
| HSL | 4º | 0.31% | 0.53% | - |
| HSV(B) | 4º | 0.43% | 0.68% | - |
| XYZ | 24.29 | 19.47 | 14.03 | - |
| YUV | 123.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 98 | 0 | 0.40 | 0.43 | 0.32 | 4 | 0.31 | 0.53 |
| Hex | AD | 67 | 62 | 0 | 28 | 2B | 20 | 4 | 1F | 35 |
| Octal | 255 | 147 | 142 | 0 | 50 | 53 | 40 | 4 | 37 | 65 |
| Binary | 10101101 | 1100111 | 1100010 | 0 | 101000 | 101011 | 100000 | 100 | 11111 | 110101 |
Color Harmonies of #AD6762
Complementary color
Monochromatic Colors of #AD6762
Black with #AD6762
Text Example
Text Example
White with #AD6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6762; }
p { color: rgb(173,103,98); }
H1.HeaderClassName
{
color: #AD6762;
}
.AnyTagClassName
{
color: #AD6762;
}
</style>
background-color css
<style>
a { background-color: #AD6762; }
a { background-color: rgb(173,103,98); }
div.DivClassName
{
background-color: #AD6762;
}
.BgClassName
{
background-color: #AD6762;
}
</style>
border-color css
<style>
span { border-color: #AD6762; }
span { border-color: rgb(173,103,98); }
td.TdClassName
{
border-color: #AD6762;
}
.TagClassName
{
border-color: #AD6762;
}
</style>