Shades of Coral Tree #AD6665
Tints of Coral Tree #AD6665
RGB
CMYK
RGB Variations
Color information
#AD6665 (or 0xAD6665) is known color: Coral Tree. HEX triplet: AD, 66 and 65. RGB value is (173,102,101). Sum of RGB (Red+Green+Blue) = 173+102+101=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6665 is #52999A. Grayscale: #7B7B7B. Windows color (decimal): -5413275 or 6645421. OLE color: 6645421.
HSL color Cylindrical-coordinate representation of color #AD6665: hue angle of 0.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6665 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 101 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.32 |
| HSL | 0.83º | 0.31% | 0.54% | - |
| HSV(B) | 0.83º | 0.42% | 0.68% | - |
| XYZ | 24.33 | 19.33 | 14.76 | - |
| YUV | 123.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 101 | 0 | 0.41 | 0.42 | 0.32 | 0.83 | 0.31 | 0.54 |
| Hex | AD | 66 | 65 | 0 | 29 | 2A | 20 | 1 | 1F | 36 |
| Octal | 255 | 146 | 145 | 0 | 51 | 52 | 40 | 1 | 37 | 66 |
| Binary | 10101101 | 1100110 | 1100101 | 0 | 101001 | 101010 | 100000 | 1 | 11111 | 110110 |
Color Harmonies of #AD6665
Complementary color
Monochromatic Colors of #AD6665
Black with #AD6665
Text Example
Text Example
White with #AD6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6665; }
p { color: rgb(173,102,101); }
H1.HeaderClassName
{
color: #AD6665;
}
.AnyTagClassName
{
color: #AD6665;
}
</style>
background-color css
<style>
a { background-color: #AD6665; }
a { background-color: rgb(173,102,101); }
div.DivClassName
{
background-color: #AD6665;
}
.BgClassName
{
background-color: #AD6665;
}
</style>
border-color css
<style>
span { border-color: #AD6665; }
span { border-color: rgb(173,102,101); }
td.TdClassName
{
border-color: #AD6665;
}
.TagClassName
{
border-color: #AD6665;
}
</style>