Shades of Coral Tree #A16E65
Tints of Coral Tree #A16E65
RGB
CMYK
RGB Variations
Color information
#A16E65 (or 0xA16E65) is known color: Coral Tree. HEX triplet: A1, 6E and 65. RGB value is (161,110,101). Sum of RGB (Red+Green+Blue) = 161+110+101=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E65 is #5E919A. Grayscale: #7C7C7C. Windows color (decimal): -6197659 or 6647457. OLE color: 6647457.
HSL color Cylindrical-coordinate representation of color #A16E65: hue angle of 9º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16E65 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 101 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.37 |
| HSL | 9º | 0.24% | 0.51% | - |
| HSV(B) | 9º | 0.37% | 0.63% | - |
| XYZ | 22.62 | 19.67 | 14.92 | - |
| YUV | 124.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 101 | 0 | 0.32 | 0.37 | 0.37 | 9 | 0.24 | 0.51 |
| Hex | A1 | 6E | 65 | 0 | 20 | 25 | 25 | 9 | 18 | 33 |
| Octal | 241 | 156 | 145 | 0 | 40 | 45 | 45 | 11 | 30 | 63 |
| Binary | 10100001 | 1101110 | 1100101 | 0 | 100000 | 100101 | 100101 | 1001 | 11000 | 110011 |
Color Harmonies of #A16E65
Complementary color
Monochromatic Colors of #A16E65
Black with #A16E65
Text Example
Text Example
White with #A16E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E65; }
p { color: rgb(161,110,101); }
H1.HeaderClassName
{
color: #A16E65;
}
.AnyTagClassName
{
color: #A16E65;
}
</style>
background-color css
<style>
a { background-color: #A16E65; }
a { background-color: rgb(161,110,101); }
div.DivClassName
{
background-color: #A16E65;
}
.BgClassName
{
background-color: #A16E65;
}
</style>
border-color css
<style>
span { border-color: #A16E65; }
span { border-color: rgb(161,110,101); }
td.TdClassName
{
border-color: #A16E65;
}
.TagClassName
{
border-color: #A16E65;
}
</style>