Shades of Coral Tree #A87973
Tints of Coral Tree #A87973
RGB
CMYK
RGB Variations
Color information
#A87973 (or 0xA87973) is known color: Coral Tree. HEX triplet: A8, 79 and 73. RGB value is (168,121,115). Sum of RGB (Red+Green+Blue) = 168+121+115=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A87973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87973 is #57868C. Grayscale: #868686. Windows color (decimal): -5736077 or 7567784. OLE color: 7567784.
HSL color Cylindrical-coordinate representation of color #A87973: hue angle of 6.79º 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 #A87973 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 115 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.34 |
| HSL | 6.79º | 0.23% | 0.55% | - |
| HSV(B) | 6.79º | 0.32% | 0.66% | - |
| XYZ | 26.08 | 23.24 | 19.33 | - |
| YUV | 134.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 115 | 0 | 0.28 | 0.32 | 0.34 | 6.79 | 0.23 | 0.55 |
| Hex | A8 | 79 | 73 | 0 | 1C | 20 | 22 | 7 | 17 | 37 |
| Octal | 250 | 171 | 163 | 0 | 34 | 40 | 42 | 7 | 27 | 67 |
| Binary | 10101000 | 1111001 | 1110011 | 0 | 11100 | 100000 | 100010 | 111 | 10111 | 110111 |
Color Harmonies of #A87973
Complementary color
Monochromatic Colors of #A87973
Black with #A87973
Text Example
Text Example
White with #A87973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87973; }
p { color: rgb(168,121,115); }
H1.HeaderClassName
{
color: #A87973;
}
.AnyTagClassName
{
color: #A87973;
}
</style>
background-color css
<style>
a { background-color: #A87973; }
a { background-color: rgb(168,121,115); }
div.DivClassName
{
background-color: #A87973;
}
.BgClassName
{
background-color: #A87973;
}
</style>
border-color css
<style>
span { border-color: #A87973; }
span { border-color: rgb(168,121,115); }
td.TdClassName
{
border-color: #A87973;
}
.TagClassName
{
border-color: #A87973;
}
</style>