Shades of Coral Tree #A07671
Tints of Coral Tree #A07671
RGB
CMYK
RGB Variations
Color information
#A07671 (or 0xA07671) is known color: Coral Tree. HEX triplet: A0, 76 and 71. RGB value is (160,118,113). Sum of RGB (Red+Green+Blue) = 160+118+113=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07671 is #5F898E. Grayscale: #828282. Windows color (decimal): -6261135 or 7435936. OLE color: 7435936.
HSL color Cylindrical-coordinate representation of color #A07671: hue angle of 6.38º 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 #A07671 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 113 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.37 |
| HSL | 6.38º | 0.2% | 0.54% | - |
| HSV(B) | 6.38º | 0.29% | 0.63% | - |
| XYZ | 23.96 | 21.62 | 18.53 | - |
| YUV | 129.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 113 | 0 | 0.26 | 0.29 | 0.37 | 6.38 | 0.2 | 0.54 |
| Hex | A0 | 76 | 71 | 0 | 1A | 1D | 25 | 6 | 14 | 36 |
| Octal | 240 | 166 | 161 | 0 | 32 | 35 | 45 | 6 | 24 | 66 |
| Binary | 10100000 | 1110110 | 1110001 | 0 | 11010 | 11101 | 100101 | 110 | 10100 | 110110 |
Color Harmonies of #A07671
Complementary color
Monochromatic Colors of #A07671
Black with #A07671
Text Example
Text Example
White with #A07671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07671; }
p { color: rgb(160,118,113); }
H1.HeaderClassName
{
color: #A07671;
}
.AnyTagClassName
{
color: #A07671;
}
</style>
background-color css
<style>
a { background-color: #A07671; }
a { background-color: rgb(160,118,113); }
div.DivClassName
{
background-color: #A07671;
}
.BgClassName
{
background-color: #A07671;
}
</style>
border-color css
<style>
span { border-color: #A07671; }
span { border-color: rgb(160,118,113); }
td.TdClassName
{
border-color: #A07671;
}
.TagClassName
{
border-color: #A07671;
}
</style>