Shades of Coral Tree #A86964
Tints of Coral Tree #A86964
RGB
CMYK
RGB Variations
Color information
#A86964 (or 0xA86964) is known color: Coral Tree. HEX triplet: A8, 69 and 64. RGB value is (168,105,100). Sum of RGB (Red+Green+Blue) = 168+105+100=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A86964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86964 is #57969B. Grayscale: #7B7B7B. Windows color (decimal): -5740188 or 6580648. OLE color: 6580648.
HSL color Cylindrical-coordinate representation of color #A86964: hue angle of 4.41º 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 #A86964 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 100 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.34 |
| HSL | 4.41º | 0.28% | 0.53% | - |
| HSV(B) | 4.41º | 0.4% | 0.66% | - |
| XYZ | 23.5 | 19.35 | 14.55 | - |
| YUV | 123.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 100 | 0 | 0.38 | 0.40 | 0.34 | 4.41 | 0.28 | 0.53 |
| Hex | A8 | 69 | 64 | 0 | 26 | 28 | 22 | 4 | 1C | 35 |
| Octal | 250 | 151 | 144 | 0 | 46 | 50 | 42 | 4 | 34 | 65 |
| Binary | 10101000 | 1101001 | 1100100 | 0 | 100110 | 101000 | 100010 | 100 | 11100 | 110101 |
Color Harmonies of #A86964
Complementary color
Monochromatic Colors of #A86964
Black with #A86964
Text Example
Text Example
White with #A86964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86964; }
p { color: rgb(168,105,100); }
H1.HeaderClassName
{
color: #A86964;
}
.AnyTagClassName
{
color: #A86964;
}
</style>
background-color css
<style>
a { background-color: #A86964; }
a { background-color: rgb(168,105,100); }
div.DivClassName
{
background-color: #A86964;
}
.BgClassName
{
background-color: #A86964;
}
</style>
border-color css
<style>
span { border-color: #A86964; }
span { border-color: rgb(168,105,100); }
td.TdClassName
{
border-color: #A86964;
}
.TagClassName
{
border-color: #A86964;
}
</style>