Shades of Coral Tree #A87166
Tints of Coral Tree #A87166
RGB
CMYK
RGB Variations
Color information
#A87166 (or 0xA87166) is known color: Coral Tree. HEX triplet: A8, 71 and 66. RGB value is (168,113,102). Sum of RGB (Red+Green+Blue) = 168+113+102=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A87166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87166 is #578E99. Grayscale: #808080. Windows color (decimal): -5738138 or 6713768. OLE color: 6713768.
HSL color Cylindrical-coordinate representation of color #A87166: hue angle of 10º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87166 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 102 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.34 |
| HSL | 10º | 0.28% | 0.53% | - |
| HSV(B) | 10º | 0.39% | 0.66% | - |
| XYZ | 24.45 | 21.09 | 15.35 | - |
| YUV | 128.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 102 | 0 | 0.33 | 0.39 | 0.34 | 10 | 0.28 | 0.53 |
| Hex | A8 | 71 | 66 | 0 | 21 | 27 | 22 | A | 1C | 35 |
| Octal | 250 | 161 | 146 | 0 | 41 | 47 | 42 | 12 | 34 | 65 |
| Binary | 10101000 | 1110001 | 1100110 | 0 | 100001 | 100111 | 100010 | 1010 | 11100 | 110101 |
Color Harmonies of #A87166
Complementary color
Monochromatic Colors of #A87166
Black with #A87166
Text Example
Text Example
White with #A87166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87166; }
p { color: rgb(168,113,102); }
H1.HeaderClassName
{
color: #A87166;
}
.AnyTagClassName
{
color: #A87166;
}
</style>
background-color css
<style>
a { background-color: #A87166; }
a { background-color: rgb(168,113,102); }
div.DivClassName
{
background-color: #A87166;
}
.BgClassName
{
background-color: #A87166;
}
</style>
border-color css
<style>
span { border-color: #A87166; }
span { border-color: rgb(168,113,102); }
td.TdClassName
{
border-color: #A87166;
}
.TagClassName
{
border-color: #A87166;
}
</style>