Shades of Coral Tree #A87672
Tints of Coral Tree #A87672
RGB
CMYK
RGB Variations
Color information
#A87672 (or 0xA87672) is known color: Coral Tree. HEX triplet: A8, 76 and 72. RGB value is (168,118,114). Sum of RGB (Red+Green+Blue) = 168+118+114=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A87672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87672 is #57898D. Grayscale: #848484. Windows color (decimal): -5736846 or 7501480. OLE color: 7501480.
HSL color Cylindrical-coordinate representation of color #A87672: hue angle of 4.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87672 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 114 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.34 |
| HSL | 4.44º | 0.24% | 0.55% | - |
| HSV(B) | 4.44º | 0.32% | 0.66% | - |
| XYZ | 25.66 | 22.5 | 18.91 | - |
| YUV | 132.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 114 | 0 | 0.30 | 0.32 | 0.34 | 4.44 | 0.24 | 0.55 |
| Hex | A8 | 76 | 72 | 0 | 1E | 20 | 22 | 4 | 18 | 37 |
| Octal | 250 | 166 | 162 | 0 | 36 | 40 | 42 | 4 | 30 | 67 |
| Binary | 10101000 | 1110110 | 1110010 | 0 | 11110 | 100000 | 100010 | 100 | 11000 | 110111 |
Color Harmonies of #A87672
Complementary color
Monochromatic Colors of #A87672
Black with #A87672
Text Example
Text Example
White with #A87672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87672; }
p { color: rgb(168,118,114); }
H1.HeaderClassName
{
color: #A87672;
}
.AnyTagClassName
{
color: #A87672;
}
</style>
background-color css
<style>
a { background-color: #A87672; }
a { background-color: rgb(168,118,114); }
div.DivClassName
{
background-color: #A87672;
}
.BgClassName
{
background-color: #A87672;
}
</style>
border-color css
<style>
span { border-color: #A87672; }
span { border-color: rgb(168,118,114); }
td.TdClassName
{
border-color: #A87672;
}
.TagClassName
{
border-color: #A87672;
}
</style>