Shades of Coral Tree #AD6765
Tints of Coral Tree #AD6765
RGB
CMYK
RGB Variations
Color information
#AD6765 (or 0xAD6765) is known color: Coral Tree. HEX triplet: AD, 67 and 65. RGB value is (173,103,101). Sum of RGB (Red+Green+Blue) = 173+103+101=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6765 is #52989A. Grayscale: #7B7B7B. Windows color (decimal): -5413019 or 6645677. OLE color: 6645677.
HSL color Cylindrical-coordinate representation of color #AD6765: hue angle of 1.67º 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 #AD6765 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 101 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.32 |
| HSL | 1.67º | 0.31% | 0.54% | - |
| HSV(B) | 1.67º | 0.42% | 0.68% | - |
| XYZ | 24.43 | 19.52 | 14.79 | - |
| YUV | 123.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 101 | 0 | 0.40 | 0.42 | 0.32 | 1.67 | 0.31 | 0.54 |
| Hex | AD | 67 | 65 | 0 | 28 | 2A | 20 | 2 | 1F | 36 |
| Octal | 255 | 147 | 145 | 0 | 50 | 52 | 40 | 2 | 37 | 66 |
| Binary | 10101101 | 1100111 | 1100101 | 0 | 101000 | 101010 | 100000 | 10 | 11111 | 110110 |
Color Harmonies of #AD6765
Complementary color
Monochromatic Colors of #AD6765
Black with #AD6765
Text Example
Text Example
White with #AD6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6765; }
p { color: rgb(173,103,101); }
H1.HeaderClassName
{
color: #AD6765;
}
.AnyTagClassName
{
color: #AD6765;
}
</style>
background-color css
<style>
a { background-color: #AD6765; }
a { background-color: rgb(173,103,101); }
div.DivClassName
{
background-color: #AD6765;
}
.BgClassName
{
background-color: #AD6765;
}
</style>
border-color css
<style>
span { border-color: #AD6765; }
span { border-color: rgb(173,103,101); }
td.TdClassName
{
border-color: #AD6765;
}
.TagClassName
{
border-color: #AD6765;
}
</style>