Shades of Coral Tree #A76E6E
Tints of Coral Tree #A76E6E
RGB
CMYK
RGB Variations
Color information
#A76E6E (or 0xA76E6E) is known color: Coral Tree. HEX triplet: A7, 6E and 6E. RGB value is (167,110,110). Sum of RGB (Red+Green+Blue) = 167+110+110=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E6E is #589191. Grayscale: #7F7F7F. Windows color (decimal): -5804434 or 7237287. OLE color: 7237287.
HSL color Cylindrical-coordinate representation of color #A76E6E: hue angle of 0º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E6E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 110 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.35 |
| HSL | 0º | 0.24% | 0.54% | - |
| HSV(B) | 0º | 0.34% | 0.65% | - |
| XYZ | 24.33 | 20.49 | 17.43 | - |
| YUV | 127.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 110 | 0 | 0.34 | 0.34 | 0.35 | 0 | 0.24 | 0.54 |
| Hex | A7 | 6E | 6E | 0 | 22 | 22 | 23 | 0 | 18 | 36 |
| Octal | 247 | 156 | 156 | 0 | 42 | 42 | 43 | 0 | 30 | 66 |
| Binary | 10100111 | 1101110 | 1101110 | 0 | 100010 | 100010 | 100011 | 0 | 11000 | 110110 |
Color Harmonies of #A76E6E
Complementary color
Monochromatic Colors of #A76E6E
Black with #A76E6E
Text Example
Text Example
White with #A76E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E6E; }
p { color: rgb(167,110,110); }
H1.HeaderClassName
{
color: #A76E6E;
}
.AnyTagClassName
{
color: #A76E6E;
}
</style>
background-color css
<style>
a { background-color: #A76E6E; }
a { background-color: rgb(167,110,110); }
div.DivClassName
{
background-color: #A76E6E;
}
.BgClassName
{
background-color: #A76E6E;
}
</style>
border-color css
<style>
span { border-color: #A76E6E; }
span { border-color: rgb(167,110,110); }
td.TdClassName
{
border-color: #A76E6E;
}
.TagClassName
{
border-color: #A76E6E;
}
</style>