Shades of Coral Tree #A97063
Tints of Coral Tree #A97063
RGB
CMYK
RGB Variations
Color information
#A97063 (or 0xA97063) is known color: Coral Tree. HEX triplet: A9, 70 and 63. RGB value is (169,112,99). Sum of RGB (Red+Green+Blue) = 169+112+99=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A97063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97063 is #568F9C. Grayscale: #7F7F7F. Windows color (decimal): -5672861 or 6516905. OLE color: 6516905.
HSL color Cylindrical-coordinate representation of color #A97063: hue angle of 11.14º 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 #A97063 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 99 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.34 |
| HSL | 11.14º | 0.29% | 0.53% | - |
| HSV(B) | 11.14º | 0.41% | 0.66% | - |
| XYZ | 24.41 | 20.92 | 14.56 | - |
| YUV | 127.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 99 | 0 | 0.34 | 0.41 | 0.34 | 11.14 | 0.29 | 0.53 |
| Hex | A9 | 70 | 63 | 0 | 22 | 29 | 22 | B | 1D | 35 |
| Octal | 251 | 160 | 143 | 0 | 42 | 51 | 42 | 13 | 35 | 65 |
| Binary | 10101001 | 1110000 | 1100011 | 0 | 100010 | 101001 | 100010 | 1011 | 11101 | 110101 |
Color Harmonies of #A97063
Complementary color
Monochromatic Colors of #A97063
Black with #A97063
Text Example
Text Example
White with #A97063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97063; }
p { color: rgb(169,112,99); }
H1.HeaderClassName
{
color: #A97063;
}
.AnyTagClassName
{
color: #A97063;
}
</style>
background-color css
<style>
a { background-color: #A97063; }
a { background-color: rgb(169,112,99); }
div.DivClassName
{
background-color: #A97063;
}
.BgClassName
{
background-color: #A97063;
}
</style>
border-color css
<style>
span { border-color: #A97063; }
span { border-color: rgb(169,112,99); }
td.TdClassName
{
border-color: #A97063;
}
.TagClassName
{
border-color: #A97063;
}
</style>