Shades of Coral Tree #A47070
Tints of Coral Tree #A47070
RGB
CMYK
RGB Variations
Color information
#A47070 (or 0xA47070) is known color: Coral Tree. HEX triplet: A4, 70 and 70. RGB value is (164,112,112). Sum of RGB (Red+Green+Blue) = 164+112+112=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A47070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47070 is #5B8F8F. Grayscale: #7F7F7F. Windows color (decimal): -6000528 or 7368868. OLE color: 7368868.
HSL color Cylindrical-coordinate representation of color #A47070: hue angle of 0º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47070 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 112 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.36 |
| HSL | 0º | 0.22% | 0.54% | - |
| HSV(B) | 0º | 0.32% | 0.64% | - |
| XYZ | 24.03 | 20.65 | 18.05 | - |
| YUV | 127.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 112 | 0 | 0.32 | 0.32 | 0.36 | 0 | 0.22 | 0.54 |
| Hex | A4 | 70 | 70 | 0 | 20 | 20 | 24 | 0 | 16 | 36 |
| Octal | 244 | 160 | 160 | 0 | 40 | 40 | 44 | 0 | 26 | 66 |
| Binary | 10100100 | 1110000 | 1110000 | 0 | 100000 | 100000 | 100100 | 0 | 10110 | 110110 |
Color Harmonies of #A47070
Complementary color
Monochromatic Colors of #A47070
Black with #A47070
Text Example
Text Example
White with #A47070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47070; }
p { color: rgb(164,112,112); }
H1.HeaderClassName
{
color: #A47070;
}
.AnyTagClassName
{
color: #A47070;
}
</style>
background-color css
<style>
a { background-color: #A47070; }
a { background-color: rgb(164,112,112); }
div.DivClassName
{
background-color: #A47070;
}
.BgClassName
{
background-color: #A47070;
}
</style>
border-color css
<style>
span { border-color: #A47070; }
span { border-color: rgb(164,112,112); }
td.TdClassName
{
border-color: #A47070;
}
.TagClassName
{
border-color: #A47070;
}
</style>