Shades of Coral Tree #A07571
Tints of Coral Tree #A07571
RGB
CMYK
RGB Variations
Color information
#A07571 (or 0xA07571) is known color: Coral Tree. HEX triplet: A0, 75 and 71. RGB value is (160,117,113). Sum of RGB (Red+Green+Blue) = 160+117+113=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A07571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07571 is #5F8A8E. Grayscale: #818181. Windows color (decimal): -6261391 or 7435680. OLE color: 7435680.
HSL color Cylindrical-coordinate representation of color #A07571: hue angle of 5.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07571 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 113 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.37 |
| HSL | 5.11º | 0.2% | 0.54% | - |
| HSV(B) | 5.11º | 0.29% | 0.63% | - |
| XYZ | 23.84 | 21.39 | 18.49 | - |
| YUV | 129.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 113 | 0 | 0.27 | 0.29 | 0.37 | 5.11 | 0.2 | 0.54 |
| Hex | A0 | 75 | 71 | 0 | 1B | 1D | 25 | 5 | 14 | 36 |
| Octal | 240 | 165 | 161 | 0 | 33 | 35 | 45 | 5 | 24 | 66 |
| Binary | 10100000 | 1110101 | 1110001 | 0 | 11011 | 11101 | 100101 | 101 | 10100 | 110110 |
Color Harmonies of #A07571
Complementary color
Monochromatic Colors of #A07571
Black with #A07571
Text Example
Text Example
White with #A07571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07571; }
p { color: rgb(160,117,113); }
H1.HeaderClassName
{
color: #A07571;
}
.AnyTagClassName
{
color: #A07571;
}
</style>
background-color css
<style>
a { background-color: #A07571; }
a { background-color: rgb(160,117,113); }
div.DivClassName
{
background-color: #A07571;
}
.BgClassName
{
background-color: #A07571;
}
</style>
border-color css
<style>
span { border-color: #A07571; }
span { border-color: rgb(160,117,113); }
td.TdClassName
{
border-color: #A07571;
}
.TagClassName
{
border-color: #A07571;
}
</style>