Shades of Coral Tree #A16D65
Tints of Coral Tree #A16D65
RGB
CMYK
RGB Variations
Color information
#A16D65 (or 0xA16D65) is known color: Coral Tree. HEX triplet: A1, 6D and 65. RGB value is (161,109,101). Sum of RGB (Red+Green+Blue) = 161+109+101=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D65 is #5E929A. Grayscale: #7B7B7B. Windows color (decimal): -6197915 or 6647201. OLE color: 6647201.
HSL color Cylindrical-coordinate representation of color #A16D65: hue angle of 8º 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 #A16D65 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 101 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.37 |
| HSL | 8º | 0.24% | 0.51% | - |
| HSV(B) | 8º | 0.37% | 0.63% | - |
| XYZ | 22.52 | 19.45 | 14.88 | - |
| YUV | 123.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 101 | 0 | 0.32 | 0.37 | 0.37 | 8 | 0.24 | 0.51 |
| Hex | A1 | 6D | 65 | 0 | 20 | 25 | 25 | 8 | 18 | 33 |
| Octal | 241 | 155 | 145 | 0 | 40 | 45 | 45 | 10 | 30 | 63 |
| Binary | 10100001 | 1101101 | 1100101 | 0 | 100000 | 100101 | 100101 | 1000 | 11000 | 110011 |
Color Harmonies of #A16D65
Complementary color
Monochromatic Colors of #A16D65
Black with #A16D65
Text Example
Text Example
White with #A16D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D65; }
p { color: rgb(161,109,101); }
H1.HeaderClassName
{
color: #A16D65;
}
.AnyTagClassName
{
color: #A16D65;
}
</style>
background-color css
<style>
a { background-color: #A16D65; }
a { background-color: rgb(161,109,101); }
div.DivClassName
{
background-color: #A16D65;
}
.BgClassName
{
background-color: #A16D65;
}
</style>
border-color css
<style>
span { border-color: #A16D65; }
span { border-color: rgb(161,109,101); }
td.TdClassName
{
border-color: #A16D65;
}
.TagClassName
{
border-color: #A16D65;
}
</style>