Shades of Coral Tree #A76E6B
Tints of Coral Tree #A76E6B
RGB
CMYK
RGB Variations
Color information
#A76E6B (or 0xA76E6B) is known color: Coral Tree. HEX triplet: A7, 6E and 6B. RGB value is (167,110,107). Sum of RGB (Red+Green+Blue) = 167+110+107=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E6B is #589194. Grayscale: #7E7E7E. Windows color (decimal): -5804437 or 7040679. OLE color: 7040679.
HSL color Cylindrical-coordinate representation of color #A76E6B: hue angle of 3º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76E6B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 107 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.35 |
| HSL | 3º | 0.25% | 0.54% | - |
| HSV(B) | 3º | 0.36% | 0.65% | - |
| XYZ | 24.17 | 20.43 | 16.58 | - |
| YUV | 126.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 107 | 0 | 0.34 | 0.36 | 0.35 | 3 | 0.25 | 0.54 |
| Hex | A7 | 6E | 6B | 0 | 22 | 24 | 23 | 3 | 19 | 36 |
| Octal | 247 | 156 | 153 | 0 | 42 | 44 | 43 | 3 | 31 | 66 |
| Binary | 10100111 | 1101110 | 1101011 | 0 | 100010 | 100100 | 100011 | 11 | 11001 | 110110 |
Color Harmonies of #A76E6B
Complementary color
Monochromatic Colors of #A76E6B
Black with #A76E6B
Text Example
Text Example
White with #A76E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E6B; }
p { color: rgb(167,110,107); }
H1.HeaderClassName
{
color: #A76E6B;
}
.AnyTagClassName
{
color: #A76E6B;
}
</style>
background-color css
<style>
a { background-color: #A76E6B; }
a { background-color: rgb(167,110,107); }
div.DivClassName
{
background-color: #A76E6B;
}
.BgClassName
{
background-color: #A76E6B;
}
</style>
border-color css
<style>
span { border-color: #A76E6B; }
span { border-color: rgb(167,110,107); }
td.TdClassName
{
border-color: #A76E6B;
}
.TagClassName
{
border-color: #A76E6B;
}
</style>