Shades of Coral Tree #A16E6A
Tints of Coral Tree #A16E6A
RGB
CMYK
RGB Variations
Color information
#A16E6A (or 0xA16E6A) is known color: Coral Tree. HEX triplet: A1, 6E and 6A. RGB value is (161,110,106). Sum of RGB (Red+Green+Blue) = 161+110+106=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6A is #5E9195. Grayscale: #7C7C7C. Windows color (decimal): -6197654 or 6975137. OLE color: 6975137.
HSL color Cylindrical-coordinate representation of color #A16E6A: hue angle of 4.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16E6A is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 106 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.37 |
| HSL | 4.36º | 0.23% | 0.52% | - |
| HSV(B) | 4.36º | 0.34% | 0.63% | - |
| XYZ | 22.88 | 19.77 | 16.25 | - |
| YUV | 124.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 106 | 0 | 0.32 | 0.34 | 0.37 | 4.36 | 0.23 | 0.52 |
| Hex | A1 | 6E | 6A | 0 | 20 | 22 | 25 | 4 | 17 | 34 |
| Octal | 241 | 156 | 152 | 0 | 40 | 42 | 45 | 4 | 27 | 64 |
| Binary | 10100001 | 1101110 | 1101010 | 0 | 100000 | 100010 | 100101 | 100 | 10111 | 110100 |
Color Harmonies of #A16E6A
Complementary color
Monochromatic Colors of #A16E6A
Black with #A16E6A
Text Example
Text Example
White with #A16E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E6A; }
p { color: rgb(161,110,106); }
H1.HeaderClassName
{
color: #A16E6A;
}
.AnyTagClassName
{
color: #A16E6A;
}
</style>
background-color css
<style>
a { background-color: #A16E6A; }
a { background-color: rgb(161,110,106); }
div.DivClassName
{
background-color: #A16E6A;
}
.BgClassName
{
background-color: #A16E6A;
}
</style>
border-color css
<style>
span { border-color: #A16E6A; }
span { border-color: rgb(161,110,106); }
td.TdClassName
{
border-color: #A16E6A;
}
.TagClassName
{
border-color: #A16E6A;
}
</style>