Shades of Coral Tree #AD7463
Tints of Coral Tree #AD7463
RGB
CMYK
RGB Variations
Color information
#AD7463 (or 0xAD7463) is known color: Coral Tree. HEX triplet: AD, 74 and 63. RGB value is (173,116,99). Sum of RGB (Red+Green+Blue) = 173+116+99=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7463 is #528B9C. Grayscale: #838383. Windows color (decimal): -5409693 or 6517933. OLE color: 6517933.
HSL color Cylindrical-coordinate representation of color #AD7463: hue angle of 13.78º 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 #AD7463 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 99 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.32 |
| HSL | 13.78º | 0.31% | 0.53% | - |
| HSV(B) | 13.78º | 0.43% | 0.68% | - |
| XYZ | 25.73 | 22.28 | 14.75 | - |
| YUV | 131.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 99 | 0 | 0.33 | 0.43 | 0.32 | 13.78 | 0.31 | 0.53 |
| Hex | AD | 74 | 63 | 0 | 21 | 2B | 20 | E | 1F | 35 |
| Octal | 255 | 164 | 143 | 0 | 41 | 53 | 40 | 16 | 37 | 65 |
| Binary | 10101101 | 1110100 | 1100011 | 0 | 100001 | 101011 | 100000 | 1110 | 11111 | 110101 |
Color Harmonies of #AD7463
Complementary color
Monochromatic Colors of #AD7463
Black with #AD7463
Text Example
Text Example
White with #AD7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7463; }
p { color: rgb(173,116,99); }
H1.HeaderClassName
{
color: #AD7463;
}
.AnyTagClassName
{
color: #AD7463;
}
</style>
background-color css
<style>
a { background-color: #AD7463; }
a { background-color: rgb(173,116,99); }
div.DivClassName
{
background-color: #AD7463;
}
.BgClassName
{
background-color: #AD7463;
}
</style>
border-color css
<style>
span { border-color: #AD7463; }
span { border-color: rgb(173,116,99); }
td.TdClassName
{
border-color: #AD7463;
}
.TagClassName
{
border-color: #AD7463;
}
</style>