Shades of Coral Tree #A76C64
Tints of Coral Tree #A76C64
RGB
CMYK
RGB Variations
Color information
#A76C64 (or 0xA76C64) is known color: Coral Tree. HEX triplet: A7, 6C and 64. RGB value is (167,108,100). Sum of RGB (Red+Green+Blue) = 167+108+100=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C64 is #58939B. Grayscale: #7C7C7C. Windows color (decimal): -5804956 or 6581415. OLE color: 6581415.
HSL color Cylindrical-coordinate representation of color #A76C64: hue angle of 7.16º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76C64 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 100 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.35 |
| HSL | 7.16º | 0.28% | 0.52% | - |
| HSV(B) | 7.16º | 0.4% | 0.65% | - |
| XYZ | 23.6 | 19.86 | 14.65 | - |
| YUV | 124.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 100 | 0 | 0.35 | 0.40 | 0.35 | 7.16 | 0.28 | 0.52 |
| Hex | A7 | 6C | 64 | 0 | 23 | 28 | 23 | 7 | 1C | 34 |
| Octal | 247 | 154 | 144 | 0 | 43 | 50 | 43 | 7 | 34 | 64 |
| Binary | 10100111 | 1101100 | 1100100 | 0 | 100011 | 101000 | 100011 | 111 | 11100 | 110100 |
Color Harmonies of #A76C64
Complementary color
Monochromatic Colors of #A76C64
Black with #A76C64
Text Example
Text Example
White with #A76C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C64; }
p { color: rgb(167,108,100); }
H1.HeaderClassName
{
color: #A76C64;
}
.AnyTagClassName
{
color: #A76C64;
}
</style>
background-color css
<style>
a { background-color: #A76C64; }
a { background-color: rgb(167,108,100); }
div.DivClassName
{
background-color: #A76C64;
}
.BgClassName
{
background-color: #A76C64;
}
</style>
border-color css
<style>
span { border-color: #A76C64; }
span { border-color: rgb(167,108,100); }
td.TdClassName
{
border-color: #A76C64;
}
.TagClassName
{
border-color: #A76C64;
}
</style>