Shades of Coral Tree #A96863
Tints of Coral Tree #A96863
RGB
CMYK
RGB Variations
Color information
#A96863 (or 0xA96863) is known color: Coral Tree. HEX triplet: A9, 68 and 63. RGB value is (169,104,99). Sum of RGB (Red+Green+Blue) = 169+104+99=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96863 is #56979C. Grayscale: #7A7A7A. Windows color (decimal): -5674909 or 6514857. OLE color: 6514857.
HSL color Cylindrical-coordinate representation of color #A96863: hue angle of 4.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96863 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 99 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.34 |
| HSL | 4.29º | 0.29% | 0.53% | - |
| HSV(B) | 4.29º | 0.41% | 0.66% | - |
| XYZ | 23.56 | 19.24 | 14.28 | - |
| YUV | 122.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 99 | 0 | 0.38 | 0.41 | 0.34 | 4.29 | 0.29 | 0.53 |
| Hex | A9 | 68 | 63 | 0 | 26 | 29 | 22 | 4 | 1D | 35 |
| Octal | 251 | 150 | 143 | 0 | 46 | 51 | 42 | 4 | 35 | 65 |
| Binary | 10101001 | 1101000 | 1100011 | 0 | 100110 | 101001 | 100010 | 100 | 11101 | 110101 |
Color Harmonies of #A96863
Complementary color
Monochromatic Colors of #A96863
Black with #A96863
Text Example
Text Example
White with #A96863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96863; }
p { color: rgb(169,104,99); }
H1.HeaderClassName
{
color: #A96863;
}
.AnyTagClassName
{
color: #A96863;
}
</style>
background-color css
<style>
a { background-color: #A96863; }
a { background-color: rgb(169,104,99); }
div.DivClassName
{
background-color: #A96863;
}
.BgClassName
{
background-color: #A96863;
}
</style>
border-color css
<style>
span { border-color: #A96863; }
span { border-color: rgb(169,104,99); }
td.TdClassName
{
border-color: #A96863;
}
.TagClassName
{
border-color: #A96863;
}
</style>