Shades of Coral Tree #AD7768
Tints of Coral Tree #AD7768
RGB
CMYK
RGB Variations
Color information
#AD7768 (or 0xAD7768) is known color: Coral Tree. HEX triplet: AD, 77 and 68. RGB value is (173,119,104). Sum of RGB (Red+Green+Blue) = 173+119+104=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7768 is #528897. Grayscale: #858585. Windows color (decimal): -5408920 or 6846381. OLE color: 6846381.
HSL color Cylindrical-coordinate representation of color #AD7768: hue angle of 13.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7768 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 104 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.32 |
| HSL | 13.04º | 0.3% | 0.54% | - |
| HSV(B) | 13.04º | 0.4% | 0.68% | - |
| XYZ | 26.33 | 23.08 | 16.16 | - |
| YUV | 133.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 104 | 0 | 0.31 | 0.40 | 0.32 | 13.04 | 0.3 | 0.54 |
| Hex | AD | 77 | 68 | 0 | 1F | 28 | 20 | D | 1E | 36 |
| Octal | 255 | 167 | 150 | 0 | 37 | 50 | 40 | 15 | 36 | 66 |
| Binary | 10101101 | 1110111 | 1101000 | 0 | 11111 | 101000 | 100000 | 1101 | 11110 | 110110 |
Color Harmonies of #AD7768
Complementary color
Monochromatic Colors of #AD7768
Black with #AD7768
Text Example
Text Example
White with #AD7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7768; }
p { color: rgb(173,119,104); }
H1.HeaderClassName
{
color: #AD7768;
}
.AnyTagClassName
{
color: #AD7768;
}
</style>
background-color css
<style>
a { background-color: #AD7768; }
a { background-color: rgb(173,119,104); }
div.DivClassName
{
background-color: #AD7768;
}
.BgClassName
{
background-color: #AD7768;
}
</style>
border-color css
<style>
span { border-color: #AD7768; }
span { border-color: rgb(173,119,104); }
td.TdClassName
{
border-color: #AD7768;
}
.TagClassName
{
border-color: #AD7768;
}
</style>