Shades of Coral Tree #A17471
Tints of Coral Tree #A17471
RGB
CMYK
RGB Variations
Color information
#A17471 (or 0xA17471) is known color: Coral Tree. HEX triplet: A1, 74 and 71. RGB value is (161,116,113). Sum of RGB (Red+Green+Blue) = 161+116+113=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A17471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17471 is #5E8B8E. Grayscale: #818181. Windows color (decimal): -6196111 or 7435425. OLE color: 7435425.
HSL color Cylindrical-coordinate representation of color #A17471: hue angle of 3.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17471 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 113 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.37 |
| HSL | 3.75º | 0.2% | 0.54% | - |
| HSV(B) | 3.75º | 0.3% | 0.63% | - |
| XYZ | 23.92 | 21.26 | 18.47 | - |
| YUV | 129.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 113 | 0 | 0.28 | 0.30 | 0.37 | 3.75 | 0.2 | 0.54 |
| Hex | A1 | 74 | 71 | 0 | 1C | 1E | 25 | 4 | 14 | 36 |
| Octal | 241 | 164 | 161 | 0 | 34 | 36 | 45 | 4 | 24 | 66 |
| Binary | 10100001 | 1110100 | 1110001 | 0 | 11100 | 11110 | 100101 | 100 | 10100 | 110110 |
Color Harmonies of #A17471
Complementary color
Monochromatic Colors of #A17471
Black with #A17471
Text Example
Text Example
White with #A17471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17471; }
p { color: rgb(161,116,113); }
H1.HeaderClassName
{
color: #A17471;
}
.AnyTagClassName
{
color: #A17471;
}
</style>
background-color css
<style>
a { background-color: #A17471; }
a { background-color: rgb(161,116,113); }
div.DivClassName
{
background-color: #A17471;
}
.BgClassName
{
background-color: #A17471;
}
</style>
border-color css
<style>
span { border-color: #A17471; }
span { border-color: rgb(161,116,113); }
td.TdClassName
{
border-color: #A17471;
}
.TagClassName
{
border-color: #A17471;
}
</style>