Shades of Coral Tree #A16B65
Tints of Coral Tree #A16B65
RGB
CMYK
RGB Variations
Color information
#A16B65 (or 0xA16B65) is known color: Coral Tree. HEX triplet: A1, 6B and 65. RGB value is (161,107,101). Sum of RGB (Red+Green+Blue) = 161+107+101=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B65 is #5E949A. Grayscale: #7A7A7A. Windows color (decimal): -6198427 or 6646689. OLE color: 6646689.
HSL color Cylindrical-coordinate representation of color #A16B65: hue angle of 6º 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 #A16B65 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 101 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.37 |
| HSL | 6º | 0.24% | 0.51% | - |
| HSV(B) | 6º | 0.37% | 0.63% | - |
| XYZ | 22.3 | 19.03 | 14.81 | - |
| YUV | 122.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 101 | 0 | 0.34 | 0.37 | 0.37 | 6 | 0.24 | 0.51 |
| Hex | A1 | 6B | 65 | 0 | 22 | 25 | 25 | 6 | 18 | 33 |
| Octal | 241 | 153 | 145 | 0 | 42 | 45 | 45 | 6 | 30 | 63 |
| Binary | 10100001 | 1101011 | 1100101 | 0 | 100010 | 100101 | 100101 | 110 | 11000 | 110011 |
Color Harmonies of #A16B65
Complementary color
Monochromatic Colors of #A16B65
Black with #A16B65
Text Example
Text Example
White with #A16B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B65; }
p { color: rgb(161,107,101); }
H1.HeaderClassName
{
color: #A16B65;
}
.AnyTagClassName
{
color: #A16B65;
}
</style>
background-color css
<style>
a { background-color: #A16B65; }
a { background-color: rgb(161,107,101); }
div.DivClassName
{
background-color: #A16B65;
}
.BgClassName
{
background-color: #A16B65;
}
</style>
border-color css
<style>
span { border-color: #A16B65; }
span { border-color: rgb(161,107,101); }
td.TdClassName
{
border-color: #A16B65;
}
.TagClassName
{
border-color: #A16B65;
}
</style>