Shades of Coral Tree #A87770
Tints of Coral Tree #A87770
RGB
CMYK
RGB Variations
Color information
#A87770 (or 0xA87770) is known color: Coral Tree. HEX triplet: A8, 77 and 70. RGB value is (168,119,112). Sum of RGB (Red+Green+Blue) = 168+119+112=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A87770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87770 is #57888F. Grayscale: #848484. Windows color (decimal): -5736592 or 7370664. OLE color: 7370664.
HSL color Cylindrical-coordinate representation of color #A87770: hue angle of 7.5º 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 #A87770 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 112 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.34 |
| HSL | 7.5º | 0.24% | 0.55% | - |
| HSV(B) | 7.5º | 0.33% | 0.66% | - |
| XYZ | 25.67 | 22.69 | 18.36 | - |
| YUV | 132.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 112 | 0 | 0.29 | 0.33 | 0.34 | 7.5 | 0.24 | 0.55 |
| Hex | A8 | 77 | 70 | 0 | 1D | 21 | 22 | 8 | 18 | 37 |
| Octal | 250 | 167 | 160 | 0 | 35 | 41 | 42 | 10 | 30 | 67 |
| Binary | 10101000 | 1110111 | 1110000 | 0 | 11101 | 100001 | 100010 | 1000 | 11000 | 110111 |
Color Harmonies of #A87770
Complementary color
Monochromatic Colors of #A87770
Black with #A87770
Text Example
Text Example
White with #A87770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87770; }
p { color: rgb(168,119,112); }
H1.HeaderClassName
{
color: #A87770;
}
.AnyTagClassName
{
color: #A87770;
}
</style>
background-color css
<style>
a { background-color: #A87770; }
a { background-color: rgb(168,119,112); }
div.DivClassName
{
background-color: #A87770;
}
.BgClassName
{
background-color: #A87770;
}
</style>
border-color css
<style>
span { border-color: #A87770; }
span { border-color: rgb(168,119,112); }
td.TdClassName
{
border-color: #A87770;
}
.TagClassName
{
border-color: #A87770;
}
</style>