Shades of Coral Tree #A87676
Tints of Coral Tree #A87676
RGB
CMYK
RGB Variations
Color information
#A87676 (or 0xA87676) is known color: Coral Tree. HEX triplet: A8, 76 and 76. RGB value is (168,118,118). Sum of RGB (Red+Green+Blue) = 168+118+118=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A87676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87676 is #578989. Grayscale: #848484. Windows color (decimal): -5736842 or 7763624. OLE color: 7763624.
HSL color Cylindrical-coordinate representation of color #A87676: hue angle of 0º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87676 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 118 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.34 |
| HSL | 0º | 0.22% | 0.56% | - |
| HSV(B) | 0º | 0.3% | 0.66% | - |
| XYZ | 25.9 | 22.59 | 20.13 | - |
| YUV | 132.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 118 | 0 | 0.30 | 0.30 | 0.34 | 0 | 0.22 | 0.56 |
| Hex | A8 | 76 | 76 | 0 | 1E | 1E | 22 | 0 | 16 | 38 |
| Octal | 250 | 166 | 166 | 0 | 36 | 36 | 42 | 0 | 26 | 70 |
| Binary | 10101000 | 1110110 | 1110110 | 0 | 11110 | 11110 | 100010 | 0 | 10110 | 111000 |
Color Harmonies of #A87676
Complementary color
Monochromatic Colors of #A87676
Black with #A87676
Text Example
Text Example
White with #A87676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87676; }
p { color: rgb(168,118,118); }
H1.HeaderClassName
{
color: #A87676;
}
.AnyTagClassName
{
color: #A87676;
}
</style>
background-color css
<style>
a { background-color: #A87676; }
a { background-color: rgb(168,118,118); }
div.DivClassName
{
background-color: #A87676;
}
.BgClassName
{
background-color: #A87676;
}
</style>
border-color css
<style>
span { border-color: #A87676; }
span { border-color: rgb(168,118,118); }
td.TdClassName
{
border-color: #A87676;
}
.TagClassName
{
border-color: #A87676;
}
</style>