Shades of Coral Tree #A2716F
Tints of Coral Tree #A2716F
RGB
CMYK
RGB Variations
Color information
#A2716F (or 0xA2716F) is known color: Coral Tree. HEX triplet: A2, 71 and 6F. RGB value is (162,113,111). Sum of RGB (Red+Green+Blue) = 162+113+111=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2716F is #5D8E90. Grayscale: #7F7F7F. Windows color (decimal): -6131345 or 7303586. OLE color: 7303586.
HSL color Cylindrical-coordinate representation of color #A2716F: hue angle of 2.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2716F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 111 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.36 |
| HSL | 2.35º | 0.22% | 0.54% | - |
| HSV(B) | 2.35º | 0.31% | 0.64% | - |
| XYZ | 23.67 | 20.64 | 17.77 | - |
| YUV | 127.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 111 | 0 | 0.30 | 0.31 | 0.36 | 2.35 | 0.22 | 0.54 |
| Hex | A2 | 71 | 6F | 0 | 1E | 1F | 24 | 2 | 16 | 36 |
| Octal | 242 | 161 | 157 | 0 | 36 | 37 | 44 | 2 | 26 | 66 |
| Binary | 10100010 | 1110001 | 1101111 | 0 | 11110 | 11111 | 100100 | 10 | 10110 | 110110 |
Color Harmonies of #A2716F
Complementary color
Monochromatic Colors of #A2716F
Black with #A2716F
Text Example
Text Example
White with #A2716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2716F; }
p { color: rgb(162,113,111); }
H1.HeaderClassName
{
color: #A2716F;
}
.AnyTagClassName
{
color: #A2716F;
}
</style>
background-color css
<style>
a { background-color: #A2716F; }
a { background-color: rgb(162,113,111); }
div.DivClassName
{
background-color: #A2716F;
}
.BgClassName
{
background-color: #A2716F;
}
</style>
border-color css
<style>
span { border-color: #A2716F; }
span { border-color: rgb(162,113,111); }
td.TdClassName
{
border-color: #A2716F;
}
.TagClassName
{
border-color: #A2716F;
}
</style>