Shades of Coral Tree #A87A73
Tints of Coral Tree #A87A73
RGB
CMYK
RGB Variations
Color information
#A87A73 (or 0xA87A73) is known color: Coral Tree. HEX triplet: A8, 7A and 73. RGB value is (168,122,115). Sum of RGB (Red+Green+Blue) = 168+122+115=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A73 is #57858C. Grayscale: #878787. Windows color (decimal): -5735821 or 7568040. OLE color: 7568040.
HSL color Cylindrical-coordinate representation of color #A87A73: hue angle of 7.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87A73 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 115 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.34 |
| HSL | 7.92º | 0.23% | 0.55% | - |
| HSV(B) | 7.92º | 0.32% | 0.66% | - |
| XYZ | 26.2 | 23.48 | 19.37 | - |
| YUV | 134.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 115 | 0 | 0.27 | 0.32 | 0.34 | 7.92 | 0.23 | 0.55 |
| Hex | A8 | 7A | 73 | 0 | 1B | 20 | 22 | 8 | 17 | 37 |
| Octal | 250 | 172 | 163 | 0 | 33 | 40 | 42 | 10 | 27 | 67 |
| Binary | 10101000 | 1111010 | 1110011 | 0 | 11011 | 100000 | 100010 | 1000 | 10111 | 110111 |
Color Harmonies of #A87A73
Complementary color
Monochromatic Colors of #A87A73
Black with #A87A73
Text Example
Text Example
White with #A87A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A73; }
p { color: rgb(168,122,115); }
H1.HeaderClassName
{
color: #A87A73;
}
.AnyTagClassName
{
color: #A87A73;
}
</style>
background-color css
<style>
a { background-color: #A87A73; }
a { background-color: rgb(168,122,115); }
div.DivClassName
{
background-color: #A87A73;
}
.BgClassName
{
background-color: #A87A73;
}
</style>
border-color css
<style>
span { border-color: #A87A73; }
span { border-color: rgb(168,122,115); }
td.TdClassName
{
border-color: #A87A73;
}
.TagClassName
{
border-color: #A87A73;
}
</style>