Shades of Coral Tree #A86562
Tints of Coral Tree #A86562
RGB
CMYK
RGB Variations
Color information
#A86562 (or 0xA86562) is known color: Coral Tree. HEX triplet: A8, 65 and 62. RGB value is (168,101,98). Sum of RGB (Red+Green+Blue) = 168+101+98=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86562 is #579A9D. Grayscale: #787878. Windows color (decimal): -5741214 or 6448552. OLE color: 6448552.
HSL color Cylindrical-coordinate representation of color #A86562: hue angle of 2.57º 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 #A86562 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 98 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.34 |
| HSL | 2.57º | 0.29% | 0.52% | - |
| HSV(B) | 2.57º | 0.42% | 0.66% | - |
| XYZ | 23.01 | 18.51 | 13.92 | - |
| YUV | 120.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 98 | 0 | 0.40 | 0.42 | 0.34 | 2.57 | 0.29 | 0.52 |
| Hex | A8 | 65 | 62 | 0 | 28 | 2A | 22 | 3 | 1D | 34 |
| Octal | 250 | 145 | 142 | 0 | 50 | 52 | 42 | 3 | 35 | 64 |
| Binary | 10101000 | 1100101 | 1100010 | 0 | 101000 | 101010 | 100010 | 11 | 11101 | 110100 |
Color Harmonies of #A86562
Complementary color
Monochromatic Colors of #A86562
Black with #A86562
Text Example
Text Example
White with #A86562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86562; }
p { color: rgb(168,101,98); }
H1.HeaderClassName
{
color: #A86562;
}
.AnyTagClassName
{
color: #A86562;
}
</style>
background-color css
<style>
a { background-color: #A86562; }
a { background-color: rgb(168,101,98); }
div.DivClassName
{
background-color: #A86562;
}
.BgClassName
{
background-color: #A86562;
}
</style>
border-color css
<style>
span { border-color: #A86562; }
span { border-color: rgb(168,101,98); }
td.TdClassName
{
border-color: #A86562;
}
.TagClassName
{
border-color: #A86562;
}
</style>