Shades of Coral Tree #AD6362
Tints of Coral Tree #AD6362
RGB
CMYK
RGB Variations
Color information
#AD6362 (or 0xAD6362) is known color: Coral Tree. HEX triplet: AD, 63 and 62. RGB value is (173,99,98). Sum of RGB (Red+Green+Blue) = 173+99+98=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6362 is #529C9D. Grayscale: #797979. Windows color (decimal): -5414046 or 6448045. OLE color: 6448045.
HSL color Cylindrical-coordinate representation of color #AD6362: hue angle of 0.8º 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 #AD6362 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 98 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.32 |
| HSL | 0.8º | 0.31% | 0.53% | - |
| HSV(B) | 0.8º | 0.43% | 0.68% | - |
| XYZ | 23.9 | 18.69 | 13.9 | - |
| YUV | 121.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 98 | 0 | 0.43 | 0.43 | 0.32 | 0.8 | 0.31 | 0.53 |
| Hex | AD | 63 | 62 | 0 | 2B | 2B | 20 | 1 | 1F | 35 |
| Octal | 255 | 143 | 142 | 0 | 53 | 53 | 40 | 1 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1100010 | 0 | 101011 | 101011 | 100000 | 1 | 11111 | 110101 |
Color Harmonies of #AD6362
Complementary color
Monochromatic Colors of #AD6362
Black with #AD6362
Text Example
Text Example
White with #AD6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6362; }
p { color: rgb(173,99,98); }
H1.HeaderClassName
{
color: #AD6362;
}
.AnyTagClassName
{
color: #AD6362;
}
</style>
background-color css
<style>
a { background-color: #AD6362; }
a { background-color: rgb(173,99,98); }
div.DivClassName
{
background-color: #AD6362;
}
.BgClassName
{
background-color: #AD6362;
}
</style>
border-color css
<style>
span { border-color: #AD6362; }
span { border-color: rgb(173,99,98); }
td.TdClassName
{
border-color: #AD6362;
}
.TagClassName
{
border-color: #AD6362;
}
</style>