Shades of Coral Tree #A16F6B
Tints of Coral Tree #A16F6B
RGB
CMYK
RGB Variations
Color information
#A16F6B (or 0xA16F6B) is known color: Coral Tree. HEX triplet: A1, 6F and 6B. RGB value is (161,111,107). Sum of RGB (Red+Green+Blue) = 161+111+107=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F6B is #5E9094. Grayscale: #7D7D7D. Windows color (decimal): -6197397 or 7040929. OLE color: 7040929.
HSL color Cylindrical-coordinate representation of color #A16F6B: hue angle of 4.44º 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 #A16F6B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 107 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.37 |
| HSL | 4.44º | 0.22% | 0.53% | - |
| HSV(B) | 4.44º | 0.34% | 0.63% | - |
| XYZ | 23.04 | 20.01 | 16.56 | - |
| YUV | 125.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 107 | 0 | 0.31 | 0.34 | 0.37 | 4.44 | 0.22 | 0.53 |
| Hex | A1 | 6F | 6B | 0 | 1F | 22 | 25 | 4 | 16 | 35 |
| Octal | 241 | 157 | 153 | 0 | 37 | 42 | 45 | 4 | 26 | 65 |
| Binary | 10100001 | 1101111 | 1101011 | 0 | 11111 | 100010 | 100101 | 100 | 10110 | 110101 |
Color Harmonies of #A16F6B
Complementary color
Monochromatic Colors of #A16F6B
Black with #A16F6B
Text Example
Text Example
White with #A16F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F6B; }
p { color: rgb(161,111,107); }
H1.HeaderClassName
{
color: #A16F6B;
}
.AnyTagClassName
{
color: #A16F6B;
}
</style>
background-color css
<style>
a { background-color: #A16F6B; }
a { background-color: rgb(161,111,107); }
div.DivClassName
{
background-color: #A16F6B;
}
.BgClassName
{
background-color: #A16F6B;
}
</style>
border-color css
<style>
span { border-color: #A16F6B; }
span { border-color: rgb(161,111,107); }
td.TdClassName
{
border-color: #A16F6B;
}
.TagClassName
{
border-color: #A16F6B;
}
</style>