Shades of Coral Tree #A87A76
Tints of Coral Tree #A87A76
RGB
CMYK
RGB Variations
Color information
#A87A76 (or 0xA87A76) is known color: Coral Tree. HEX triplet: A8, 7A and 76. RGB value is (168,122,118). Sum of RGB (Red+Green+Blue) = 168+122+118=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A76 is #578589. Grayscale: #878787. Windows color (decimal): -5735818 or 7764648. OLE color: 7764648.
HSL color Cylindrical-coordinate representation of color #A87A76: hue angle of 4.8º 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 #A87A76 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 118 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.34 |
| HSL | 4.8º | 0.22% | 0.56% | - |
| HSV(B) | 4.8º | 0.3% | 0.66% | - |
| XYZ | 26.38 | 23.55 | 20.3 | - |
| YUV | 135.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 118 | 0 | 0.27 | 0.30 | 0.34 | 4.8 | 0.22 | 0.56 |
| Hex | A8 | 7A | 76 | 0 | 1B | 1E | 22 | 5 | 16 | 38 |
| Octal | 250 | 172 | 166 | 0 | 33 | 36 | 42 | 5 | 26 | 70 |
| Binary | 10101000 | 1111010 | 1110110 | 0 | 11011 | 11110 | 100010 | 101 | 10110 | 111000 |
Color Harmonies of #A87A76
Complementary color
Monochromatic Colors of #A87A76
Black with #A87A76
Text Example
Text Example
White with #A87A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A76; }
p { color: rgb(168,122,118); }
H1.HeaderClassName
{
color: #A87A76;
}
.AnyTagClassName
{
color: #A87A76;
}
</style>
background-color css
<style>
a { background-color: #A87A76; }
a { background-color: rgb(168,122,118); }
div.DivClassName
{
background-color: #A87A76;
}
.BgClassName
{
background-color: #A87A76;
}
</style>
border-color css
<style>
span { border-color: #A87A76; }
span { border-color: rgb(168,122,118); }
td.TdClassName
{
border-color: #A87A76;
}
.TagClassName
{
border-color: #A87A76;
}
</style>