Shades of Coral Tree #A87063
Tints of Coral Tree #A87063
RGB
CMYK
RGB Variations
Color information
#A87063 (or 0xA87063) is known color: Coral Tree. HEX triplet: A8, 70 and 63. RGB value is (168,112,99). Sum of RGB (Red+Green+Blue) = 168+112+99=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A87063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87063 is #578F9C. Grayscale: #7F7F7F. Windows color (decimal): -5738397 or 6516904. OLE color: 6516904.
HSL color Cylindrical-coordinate representation of color #A87063: hue angle of 11.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87063 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 99 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.34 |
| HSL | 11.3º | 0.28% | 0.52% | - |
| HSV(B) | 11.3º | 0.41% | 0.66% | - |
| XYZ | 24.19 | 20.81 | 14.55 | - |
| YUV | 127.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 99 | 0 | 0.33 | 0.41 | 0.34 | 11.3 | 0.28 | 0.52 |
| Hex | A8 | 70 | 63 | 0 | 21 | 29 | 22 | B | 1C | 34 |
| Octal | 250 | 160 | 143 | 0 | 41 | 51 | 42 | 13 | 34 | 64 |
| Binary | 10101000 | 1110000 | 1100011 | 0 | 100001 | 101001 | 100010 | 1011 | 11100 | 110100 |
Color Harmonies of #A87063
Complementary color
Monochromatic Colors of #A87063
Black with #A87063
Text Example
Text Example
White with #A87063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87063; }
p { color: rgb(168,112,99); }
H1.HeaderClassName
{
color: #A87063;
}
.AnyTagClassName
{
color: #A87063;
}
</style>
background-color css
<style>
a { background-color: #A87063; }
a { background-color: rgb(168,112,99); }
div.DivClassName
{
background-color: #A87063;
}
.BgClassName
{
background-color: #A87063;
}
</style>
border-color css
<style>
span { border-color: #A87063; }
span { border-color: rgb(168,112,99); }
td.TdClassName
{
border-color: #A87063;
}
.TagClassName
{
border-color: #A87063;
}
</style>