Shades of Coral Tree #A87668
Tints of Coral Tree #A87668
RGB
CMYK
RGB Variations
Color information
#A87668 (or 0xA87668) is known color: Coral Tree. HEX triplet: A8, 76 and 68. RGB value is (168,118,104). Sum of RGB (Red+Green+Blue) = 168+118+104=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A87668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87668 is #578997. Grayscale: #838383. Windows color (decimal): -5736856 or 6846120. OLE color: 6846120.
HSL color Cylindrical-coordinate representation of color #A87668: hue angle of 13.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87668 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 104 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.34 |
| HSL | 13.13º | 0.27% | 0.53% | - |
| HSV(B) | 13.13º | 0.38% | 0.66% | - |
| XYZ | 25.13 | 22.28 | 16.07 | - |
| YUV | 131.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 104 | 0 | 0.30 | 0.38 | 0.34 | 13.13 | 0.27 | 0.53 |
| Hex | A8 | 76 | 68 | 0 | 1E | 26 | 22 | D | 1B | 35 |
| Octal | 250 | 166 | 150 | 0 | 36 | 46 | 42 | 15 | 33 | 65 |
| Binary | 10101000 | 1110110 | 1101000 | 0 | 11110 | 100110 | 100010 | 1101 | 11011 | 110101 |
Color Harmonies of #A87668
Complementary color
Monochromatic Colors of #A87668
Black with #A87668
Text Example
Text Example
White with #A87668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87668; }
p { color: rgb(168,118,104); }
H1.HeaderClassName
{
color: #A87668;
}
.AnyTagClassName
{
color: #A87668;
}
</style>
background-color css
<style>
a { background-color: #A87668; }
a { background-color: rgb(168,118,104); }
div.DivClassName
{
background-color: #A87668;
}
.BgClassName
{
background-color: #A87668;
}
</style>
border-color css
<style>
span { border-color: #A87668; }
span { border-color: rgb(168,118,104); }
td.TdClassName
{
border-color: #A87668;
}
.TagClassName
{
border-color: #A87668;
}
</style>