Shades of Coral Tree #A16E6B
Tints of Coral Tree #A16E6B
RGB
CMYK
RGB Variations
Color information
#A16E6B (or 0xA16E6B) is known color: Coral Tree. HEX triplet: A1, 6E and 6B. RGB value is (161,110,107). Sum of RGB (Red+Green+Blue) = 161+110+107=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6B is #5E9194. Grayscale: #7C7C7C. Windows color (decimal): -6197653 or 7040673. OLE color: 7040673.
HSL color Cylindrical-coordinate representation of color #A16E6B: hue angle of 3.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16E6B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 107 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.37 |
| HSL | 3.33º | 0.22% | 0.53% | - |
| HSV(B) | 3.33º | 0.34% | 0.63% | - |
| XYZ | 22.93 | 19.79 | 16.52 | - |
| YUV | 124.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 107 | 0 | 0.32 | 0.34 | 0.37 | 3.33 | 0.22 | 0.53 |
| Hex | A1 | 6E | 6B | 0 | 20 | 22 | 25 | 3 | 16 | 35 |
| Octal | 241 | 156 | 153 | 0 | 40 | 42 | 45 | 3 | 26 | 65 |
| Binary | 10100001 | 1101110 | 1101011 | 0 | 100000 | 100010 | 100101 | 11 | 10110 | 110101 |
Color Harmonies of #A16E6B
Complementary color
Monochromatic Colors of #A16E6B
Black with #A16E6B
Text Example
Text Example
White with #A16E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E6B; }
p { color: rgb(161,110,107); }
H1.HeaderClassName
{
color: #A16E6B;
}
.AnyTagClassName
{
color: #A16E6B;
}
</style>
background-color css
<style>
a { background-color: #A16E6B; }
a { background-color: rgb(161,110,107); }
div.DivClassName
{
background-color: #A16E6B;
}
.BgClassName
{
background-color: #A16E6B;
}
</style>
border-color css
<style>
span { border-color: #A16E6B; }
span { border-color: rgb(161,110,107); }
td.TdClassName
{
border-color: #A16E6B;
}
.TagClassName
{
border-color: #A16E6B;
}
</style>