Shades of Coral Tree #A4716F
Tints of Coral Tree #A4716F
RGB
CMYK
RGB Variations
Color information
#A4716F (or 0xA4716F) is known color: Coral Tree. HEX triplet: A4, 71 and 6F. RGB value is (164,113,111). Sum of RGB (Red+Green+Blue) = 164+113+111=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4716F is #5B8E90. Grayscale: #808080. Windows color (decimal): -6000273 or 7303588. OLE color: 7303588.
HSL color Cylindrical-coordinate representation of color #A4716F: hue angle of 2.26º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4716F is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 111 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.36 |
| HSL | 2.26º | 0.23% | 0.54% | - |
| HSV(B) | 2.26º | 0.32% | 0.64% | - |
| XYZ | 24.08 | 20.85 | 17.79 | - |
| YUV | 128.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 111 | 0 | 0.31 | 0.32 | 0.36 | 2.26 | 0.23 | 0.54 |
| Hex | A4 | 71 | 6F | 0 | 1F | 20 | 24 | 2 | 17 | 36 |
| Octal | 244 | 161 | 157 | 0 | 37 | 40 | 44 | 2 | 27 | 66 |
| Binary | 10100100 | 1110001 | 1101111 | 0 | 11111 | 100000 | 100100 | 10 | 10111 | 110110 |
Color Harmonies of #A4716F
Complementary color
Monochromatic Colors of #A4716F
Black with #A4716F
Text Example
Text Example
White with #A4716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4716F; }
p { color: rgb(164,113,111); }
H1.HeaderClassName
{
color: #A4716F;
}
.AnyTagClassName
{
color: #A4716F;
}
</style>
background-color css
<style>
a { background-color: #A4716F; }
a { background-color: rgb(164,113,111); }
div.DivClassName
{
background-color: #A4716F;
}
.BgClassName
{
background-color: #A4716F;
}
</style>
border-color css
<style>
span { border-color: #A4716F; }
span { border-color: rgb(164,113,111); }
td.TdClassName
{
border-color: #A4716F;
}
.TagClassName
{
border-color: #A4716F;
}
</style>