Shades of Coral Tree #AD6663
Tints of Coral Tree #AD6663
RGB
CMYK
RGB Variations
Color information
#AD6663 (or 0xAD6663) is known color: Coral Tree. HEX triplet: AD, 66 and 63. RGB value is (173,102,99). Sum of RGB (Red+Green+Blue) = 173+102+99=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6663 is #52999C. Grayscale: #7A7A7A. Windows color (decimal): -5413277 or 6514349. OLE color: 6514349.
HSL color Cylindrical-coordinate representation of color #AD6663: hue angle of 2.43º 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 #AD6663 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 99 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.32 |
| HSL | 2.43º | 0.31% | 0.53% | - |
| HSV(B) | 2.43º | 0.43% | 0.68% | - |
| XYZ | 24.24 | 19.29 | 14.25 | - |
| YUV | 122.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 99 | 0 | 0.41 | 0.43 | 0.32 | 2.43 | 0.31 | 0.53 |
| Hex | AD | 66 | 63 | 0 | 29 | 2B | 20 | 2 | 1F | 35 |
| Octal | 255 | 146 | 143 | 0 | 51 | 53 | 40 | 2 | 37 | 65 |
| Binary | 10101101 | 1100110 | 1100011 | 0 | 101001 | 101011 | 100000 | 10 | 11111 | 110101 |
Color Harmonies of #AD6663
Complementary color
Monochromatic Colors of #AD6663
Black with #AD6663
Text Example
Text Example
White with #AD6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6663; }
p { color: rgb(173,102,99); }
H1.HeaderClassName
{
color: #AD6663;
}
.AnyTagClassName
{
color: #AD6663;
}
</style>
background-color css
<style>
a { background-color: #AD6663; }
a { background-color: rgb(173,102,99); }
div.DivClassName
{
background-color: #AD6663;
}
.BgClassName
{
background-color: #AD6663;
}
</style>
border-color css
<style>
span { border-color: #AD6663; }
span { border-color: rgb(173,102,99); }
td.TdClassName
{
border-color: #AD6663;
}
.TagClassName
{
border-color: #AD6663;
}
</style>