Shades of Coral Tree #A76C63
Tints of Coral Tree #A76C63
RGB
CMYK
RGB Variations
Color information
#A76C63 (or 0xA76C63) is known color: Coral Tree. HEX triplet: A7, 6C and 63. RGB value is (167,108,99). Sum of RGB (Red+Green+Blue) = 167+108+99=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C63 is #58939C. Grayscale: #7C7C7C. Windows color (decimal): -5804957 or 6515879. OLE color: 6515879.
HSL color Cylindrical-coordinate representation of color #A76C63: hue angle of 7.94º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76C63 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 99 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.35 |
| HSL | 7.94º | 0.28% | 0.52% | - |
| HSV(B) | 7.94º | 0.41% | 0.65% | - |
| XYZ | 23.55 | 19.84 | 14.39 | - |
| YUV | 124.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 99 | 0 | 0.35 | 0.41 | 0.35 | 7.94 | 0.28 | 0.52 |
| Hex | A7 | 6C | 63 | 0 | 23 | 29 | 23 | 8 | 1C | 34 |
| Octal | 247 | 154 | 143 | 0 | 43 | 51 | 43 | 10 | 34 | 64 |
| Binary | 10100111 | 1101100 | 1100011 | 0 | 100011 | 101001 | 100011 | 1000 | 11100 | 110100 |
Color Harmonies of #A76C63
Complementary color
Monochromatic Colors of #A76C63
Black with #A76C63
Text Example
Text Example
White with #A76C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C63; }
p { color: rgb(167,108,99); }
H1.HeaderClassName
{
color: #A76C63;
}
.AnyTagClassName
{
color: #A76C63;
}
</style>
background-color css
<style>
a { background-color: #A76C63; }
a { background-color: rgb(167,108,99); }
div.DivClassName
{
background-color: #A76C63;
}
.BgClassName
{
background-color: #A76C63;
}
</style>
border-color css
<style>
span { border-color: #A76C63; }
span { border-color: rgb(167,108,99); }
td.TdClassName
{
border-color: #A76C63;
}
.TagClassName
{
border-color: #A76C63;
}
</style>