Shades of Coral Tree #A87165
Tints of Coral Tree #A87165
RGB
CMYK
RGB Variations
Color information
#A87165 (or 0xA87165) is known color: Coral Tree. HEX triplet: A8, 71 and 65. RGB value is (168,113,101). Sum of RGB (Red+Green+Blue) = 168+113+101=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87165 is #578E9A. Grayscale: #808080. Windows color (decimal): -5738139 or 6648232. OLE color: 6648232.
HSL color Cylindrical-coordinate representation of color #A87165: hue angle of 10.75º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87165 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 101 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.34 |
| HSL | 10.75º | 0.28% | 0.53% | - |
| HSV(B) | 10.75º | 0.4% | 0.66% | - |
| XYZ | 24.4 | 21.07 | 15.09 | - |
| YUV | 128.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 101 | 0 | 0.33 | 0.40 | 0.34 | 10.75 | 0.28 | 0.53 |
| Hex | A8 | 71 | 65 | 0 | 21 | 28 | 22 | B | 1C | 35 |
| Octal | 250 | 161 | 145 | 0 | 41 | 50 | 42 | 13 | 34 | 65 |
| Binary | 10101000 | 1110001 | 1100101 | 0 | 100001 | 101000 | 100010 | 1011 | 11100 | 110101 |
Color Harmonies of #A87165
Complementary color
Monochromatic Colors of #A87165
Black with #A87165
Text Example
Text Example
White with #A87165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87165; }
p { color: rgb(168,113,101); }
H1.HeaderClassName
{
color: #A87165;
}
.AnyTagClassName
{
color: #A87165;
}
</style>
background-color css
<style>
a { background-color: #A87165; }
a { background-color: rgb(168,113,101); }
div.DivClassName
{
background-color: #A87165;
}
.BgClassName
{
background-color: #A87165;
}
</style>
border-color css
<style>
span { border-color: #A87165; }
span { border-color: rgb(168,113,101); }
td.TdClassName
{
border-color: #A87165;
}
.TagClassName
{
border-color: #A87165;
}
</style>