Shades of Coral Tree #A87A70
Tints of Coral Tree #A87A70
RGB
CMYK
RGB Variations
Color information
#A87A70 (or 0xA87A70) is known color: Coral Tree. HEX triplet: A8, 7A and 70. RGB value is (168,122,112). Sum of RGB (Red+Green+Blue) = 168+122+112=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A70 is #57858F. Grayscale: #868686. Windows color (decimal): -5735824 or 7371432. OLE color: 7371432.
HSL color Cylindrical-coordinate representation of color #A87A70: hue angle of 10.71º 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 #A87A70 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 112 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.34 |
| HSL | 10.71º | 0.24% | 0.55% | - |
| HSV(B) | 10.71º | 0.33% | 0.66% | - |
| XYZ | 26.03 | 23.41 | 18.48 | - |
| YUV | 134.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 112 | 0 | 0.27 | 0.33 | 0.34 | 10.71 | 0.24 | 0.55 |
| Hex | A8 | 7A | 70 | 0 | 1B | 21 | 22 | B | 18 | 37 |
| Octal | 250 | 172 | 160 | 0 | 33 | 41 | 42 | 13 | 30 | 67 |
| Binary | 10101000 | 1111010 | 1110000 | 0 | 11011 | 100001 | 100010 | 1011 | 11000 | 110111 |
Color Harmonies of #A87A70
Complementary color
Monochromatic Colors of #A87A70
Black with #A87A70
Text Example
Text Example
White with #A87A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A70; }
p { color: rgb(168,122,112); }
H1.HeaderClassName
{
color: #A87A70;
}
.AnyTagClassName
{
color: #A87A70;
}
</style>
background-color css
<style>
a { background-color: #A87A70; }
a { background-color: rgb(168,122,112); }
div.DivClassName
{
background-color: #A87A70;
}
.BgClassName
{
background-color: #A87A70;
}
</style>
border-color css
<style>
span { border-color: #A87A70; }
span { border-color: rgb(168,122,112); }
td.TdClassName
{
border-color: #A87A70;
}
.TagClassName
{
border-color: #A87A70;
}
</style>