Shades of Coral Tree #A76960
Tints of Coral Tree #A76960
RGB
CMYK
RGB Variations
Color information
#A76960 (or 0xA76960) is known color: Coral Tree. HEX triplet: A7, 69 and 60. RGB value is (167,105,96). Sum of RGB (Red+Green+Blue) = 167+105+96=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76960 is #58969F. Grayscale: #7A7A7A. Windows color (decimal): -5805728 or 6318503. OLE color: 6318503.
HSL color Cylindrical-coordinate representation of color #A76960: hue angle of 7.61º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76960 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 96 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.35 |
| HSL | 7.61º | 0.29% | 0.52% | - |
| HSV(B) | 7.61º | 0.43% | 0.65% | - |
| XYZ | 23.1 | 19.16 | 13.55 | - |
| YUV | 122.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 96 | 0 | 0.37 | 0.43 | 0.35 | 7.61 | 0.29 | 0.52 |
| Hex | A7 | 69 | 60 | 0 | 25 | 2B | 23 | 8 | 1D | 34 |
| Octal | 247 | 151 | 140 | 0 | 45 | 53 | 43 | 10 | 35 | 64 |
| Binary | 10100111 | 1101001 | 1100000 | 0 | 100101 | 101011 | 100011 | 1000 | 11101 | 110100 |
Color Harmonies of #A76960
Complementary color
Monochromatic Colors of #A76960
Black with #A76960
Text Example
Text Example
White with #A76960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76960; }
p { color: rgb(167,105,96); }
H1.HeaderClassName
{
color: #A76960;
}
.AnyTagClassName
{
color: #A76960;
}
</style>
background-color css
<style>
a { background-color: #A76960; }
a { background-color: rgb(167,105,96); }
div.DivClassName
{
background-color: #A76960;
}
.BgClassName
{
background-color: #A76960;
}
</style>
border-color css
<style>
span { border-color: #A76960; }
span { border-color: rgb(167,105,96); }
td.TdClassName
{
border-color: #A76960;
}
.TagClassName
{
border-color: #A76960;
}
</style>