Shades of Coral Tree #A87372
Tints of Coral Tree #A87372
RGB
CMYK
RGB Variations
Color information
#A87372 (or 0xA87372) is known color: Coral Tree. HEX triplet: A8, 73 and 72. RGB value is (168,115,114). Sum of RGB (Red+Green+Blue) = 168+115+114=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87372 is #578C8D. Grayscale: #828282. Windows color (decimal): -5737614 or 7500712. OLE color: 7500712.
HSL color Cylindrical-coordinate representation of color #A87372: hue angle of 1.11º degrees, saturation: 0.24, 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 #A87372 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 114 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.34 |
| HSL | 1.11º | 0.24% | 0.55% | - |
| HSV(B) | 1.11º | 0.32% | 0.66% | - |
| XYZ | 25.32 | 21.8 | 18.79 | - |
| YUV | 130.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 114 | 0 | 0.32 | 0.32 | 0.34 | 1.11 | 0.24 | 0.55 |
| Hex | A8 | 73 | 72 | 0 | 20 | 20 | 22 | 1 | 18 | 37 |
| Octal | 250 | 163 | 162 | 0 | 40 | 40 | 42 | 1 | 30 | 67 |
| Binary | 10101000 | 1110011 | 1110010 | 0 | 100000 | 100000 | 100010 | 1 | 11000 | 110111 |
Color Harmonies of #A87372
Complementary color
Monochromatic Colors of #A87372
Black with #A87372
Text Example
Text Example
White with #A87372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87372; }
p { color: rgb(168,115,114); }
H1.HeaderClassName
{
color: #A87372;
}
.AnyTagClassName
{
color: #A87372;
}
</style>
background-color css
<style>
a { background-color: #A87372; }
a { background-color: rgb(168,115,114); }
div.DivClassName
{
background-color: #A87372;
}
.BgClassName
{
background-color: #A87372;
}
</style>
border-color css
<style>
span { border-color: #A87372; }
span { border-color: rgb(168,115,114); }
td.TdClassName
{
border-color: #A87372;
}
.TagClassName
{
border-color: #A87372;
}
</style>