Shades of Coral Tree #A86561
Tints of Coral Tree #A86561
RGB
CMYK
RGB Variations
Color information
#A86561 (or 0xA86561) is known color: Coral Tree. HEX triplet: A8, 65 and 61. RGB value is (168,101,97). Sum of RGB (Red+Green+Blue) = 168+101+97=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A86561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86561 is #579A9E. Grayscale: #787878. Windows color (decimal): -5741215 or 6383016. OLE color: 6383016.
HSL color Cylindrical-coordinate representation of color #A86561: hue angle of 3.38º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86561 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 97 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.34 |
| HSL | 3.38º | 0.29% | 0.52% | - |
| HSV(B) | 3.38º | 0.42% | 0.66% | - |
| XYZ | 22.96 | 18.5 | 13.67 | - |
| YUV | 120.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 97 | 0 | 0.40 | 0.42 | 0.34 | 3.38 | 0.29 | 0.52 |
| Hex | A8 | 65 | 61 | 0 | 28 | 2A | 22 | 3 | 1D | 34 |
| Octal | 250 | 145 | 141 | 0 | 50 | 52 | 42 | 3 | 35 | 64 |
| Binary | 10101000 | 1100101 | 1100001 | 0 | 101000 | 101010 | 100010 | 11 | 11101 | 110100 |
Color Harmonies of #A86561
Complementary color
Monochromatic Colors of #A86561
Black with #A86561
Text Example
Text Example
White with #A86561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86561; }
p { color: rgb(168,101,97); }
H1.HeaderClassName
{
color: #A86561;
}
.AnyTagClassName
{
color: #A86561;
}
</style>
background-color css
<style>
a { background-color: #A86561; }
a { background-color: rgb(168,101,97); }
div.DivClassName
{
background-color: #A86561;
}
.BgClassName
{
background-color: #A86561;
}
</style>
border-color css
<style>
span { border-color: #A86561; }
span { border-color: rgb(168,101,97); }
td.TdClassName
{
border-color: #A86561;
}
.TagClassName
{
border-color: #A86561;
}
</style>