Shades of Coral Tree #A87268
Tints of Coral Tree #A87268
RGB
CMYK
RGB Variations
Color information
#A87268 (or 0xA87268) is known color: Coral Tree. HEX triplet: A8, 72 and 68. RGB value is (168,114,104). Sum of RGB (Red+Green+Blue) = 168+114+104=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87268 is #578D97. Grayscale: #818181. Windows color (decimal): -5737880 or 6845096. OLE color: 6845096.
HSL color Cylindrical-coordinate representation of color #A87268: hue angle of 9.38º 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 #A87268 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 104 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.34 |
| HSL | 9.38º | 0.27% | 0.53% | - |
| HSV(B) | 9.38º | 0.38% | 0.66% | - |
| XYZ | 24.66 | 21.36 | 15.92 | - |
| YUV | 129.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 104 | 0 | 0.32 | 0.38 | 0.34 | 9.38 | 0.27 | 0.53 |
| Hex | A8 | 72 | 68 | 0 | 20 | 26 | 22 | 9 | 1B | 35 |
| Octal | 250 | 162 | 150 | 0 | 40 | 46 | 42 | 11 | 33 | 65 |
| Binary | 10101000 | 1110010 | 1101000 | 0 | 100000 | 100110 | 100010 | 1001 | 11011 | 110101 |
Color Harmonies of #A87268
Complementary color
Monochromatic Colors of #A87268
Black with #A87268
Text Example
Text Example
White with #A87268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87268; }
p { color: rgb(168,114,104); }
H1.HeaderClassName
{
color: #A87268;
}
.AnyTagClassName
{
color: #A87268;
}
</style>
background-color css
<style>
a { background-color: #A87268; }
a { background-color: rgb(168,114,104); }
div.DivClassName
{
background-color: #A87268;
}
.BgClassName
{
background-color: #A87268;
}
</style>
border-color css
<style>
span { border-color: #A87268; }
span { border-color: rgb(168,114,104); }
td.TdClassName
{
border-color: #A87268;
}
.TagClassName
{
border-color: #A87268;
}
</style>