Shades of Coral Tree #A76662
Tints of Coral Tree #A76662
RGB
CMYK
RGB Variations
Color information
#A76662 (or 0xA76662) is known color: Coral Tree. HEX triplet: A7, 66 and 62. RGB value is (167,102,98). Sum of RGB (Red+Green+Blue) = 167+102+98=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76662 is #58999D. Grayscale: #797979. Windows color (decimal): -5806494 or 6448807. OLE color: 6448807.
HSL color Cylindrical-coordinate representation of color #A76662: hue angle of 3.48º 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 #A76662 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 98 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.35 |
| HSL | 3.48º | 0.28% | 0.52% | - |
| HSV(B) | 3.48º | 0.41% | 0.65% | - |
| XYZ | 22.89 | 18.6 | 13.94 | - |
| YUV | 120.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 98 | 0 | 0.39 | 0.41 | 0.35 | 3.48 | 0.28 | 0.52 |
| Hex | A7 | 66 | 62 | 0 | 27 | 29 | 23 | 3 | 1C | 34 |
| Octal | 247 | 146 | 142 | 0 | 47 | 51 | 43 | 3 | 34 | 64 |
| Binary | 10100111 | 1100110 | 1100010 | 0 | 100111 | 101001 | 100011 | 11 | 11100 | 110100 |
Color Harmonies of #A76662
Complementary color
Monochromatic Colors of #A76662
Black with #A76662
Text Example
Text Example
White with #A76662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76662; }
p { color: rgb(167,102,98); }
H1.HeaderClassName
{
color: #A76662;
}
.AnyTagClassName
{
color: #A76662;
}
</style>
background-color css
<style>
a { background-color: #A76662; }
a { background-color: rgb(167,102,98); }
div.DivClassName
{
background-color: #A76662;
}
.BgClassName
{
background-color: #A76662;
}
</style>
border-color css
<style>
span { border-color: #A76662; }
span { border-color: rgb(167,102,98); }
td.TdClassName
{
border-color: #A76662;
}
.TagClassName
{
border-color: #A76662;
}
</style>