Shades of Coral Tree #A87370
Tints of Coral Tree #A87370
RGB
CMYK
RGB Variations
Color information
#A87370 (or 0xA87370) is known color: Coral Tree. HEX triplet: A8, 73 and 70. RGB value is (168,115,112). Sum of RGB (Red+Green+Blue) = 168+115+112=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A87370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87370 is #578C8F. Grayscale: #828282. Windows color (decimal): -5737616 or 7369640. OLE color: 7369640.
HSL color Cylindrical-coordinate representation of color #A87370: hue angle of 3.21º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87370 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 112 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.34 |
| HSL | 3.21º | 0.24% | 0.55% | - |
| HSV(B) | 3.21º | 0.33% | 0.66% | - |
| XYZ | 25.2 | 21.76 | 18.2 | - |
| YUV | 130.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 112 | 0 | 0.32 | 0.33 | 0.34 | 3.21 | 0.24 | 0.55 |
| Hex | A8 | 73 | 70 | 0 | 20 | 21 | 22 | 3 | 18 | 37 |
| Octal | 250 | 163 | 160 | 0 | 40 | 41 | 42 | 3 | 30 | 67 |
| Binary | 10101000 | 1110011 | 1110000 | 0 | 100000 | 100001 | 100010 | 11 | 11000 | 110111 |
Color Harmonies of #A87370
Complementary color
Monochromatic Colors of #A87370
Black with #A87370
Text Example
Text Example
White with #A87370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87370; }
p { color: rgb(168,115,112); }
H1.HeaderClassName
{
color: #A87370;
}
.AnyTagClassName
{
color: #A87370;
}
</style>
background-color css
<style>
a { background-color: #A87370; }
a { background-color: rgb(168,115,112); }
div.DivClassName
{
background-color: #A87370;
}
.BgClassName
{
background-color: #A87370;
}
</style>
border-color css
<style>
span { border-color: #A87370; }
span { border-color: rgb(168,115,112); }
td.TdClassName
{
border-color: #A87370;
}
.TagClassName
{
border-color: #A87370;
}
</style>