Shades of Coral Tree #A77070
Tints of Coral Tree #A77070
RGB
CMYK
RGB Variations
Color information
#A77070 (or 0xA77070) is known color: Coral Tree. HEX triplet: A7, 70 and 70. RGB value is (167,112,112). Sum of RGB (Red+Green+Blue) = 167+112+112=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A77070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77070 is #588F8F. Grayscale: #808080. Windows color (decimal): -5803920 or 7368871. OLE color: 7368871.
HSL color Cylindrical-coordinate representation of color #A77070: hue angle of 0º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77070 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 112 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.35 |
| HSL | 0º | 0.24% | 0.55% | - |
| HSV(B) | 0º | 0.33% | 0.65% | - |
| XYZ | 24.66 | 20.97 | 18.08 | - |
| YUV | 128.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 112 | 0 | 0.33 | 0.33 | 0.35 | 0 | 0.24 | 0.55 |
| Hex | A7 | 70 | 70 | 0 | 21 | 21 | 23 | 0 | 18 | 37 |
| Octal | 247 | 160 | 160 | 0 | 41 | 41 | 43 | 0 | 30 | 67 |
| Binary | 10100111 | 1110000 | 1110000 | 0 | 100001 | 100001 | 100011 | 0 | 11000 | 110111 |
Color Harmonies of #A77070
Complementary color
Monochromatic Colors of #A77070
Black with #A77070
Text Example
Text Example
White with #A77070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77070; }
p { color: rgb(167,112,112); }
H1.HeaderClassName
{
color: #A77070;
}
.AnyTagClassName
{
color: #A77070;
}
</style>
background-color css
<style>
a { background-color: #A77070; }
a { background-color: rgb(167,112,112); }
div.DivClassName
{
background-color: #A77070;
}
.BgClassName
{
background-color: #A77070;
}
</style>
border-color css
<style>
span { border-color: #A77070; }
span { border-color: rgb(167,112,112); }
td.TdClassName
{
border-color: #A77070;
}
.TagClassName
{
border-color: #A77070;
}
</style>