Shades of Coral Tree #A17171
Tints of Coral Tree #A17171
RGB
CMYK
RGB Variations
Color information
#A17171 (or 0xA17171) is known color: Coral Tree. HEX triplet: A1, 71 and 71. RGB value is (161,113,113). Sum of RGB (Red+Green+Blue) = 161+113+113=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17171 is #5E8E8E. Grayscale: #7F7F7F. Windows color (decimal): -6196879 or 7434657. OLE color: 7434657.
HSL color Cylindrical-coordinate representation of color #A17171: hue angle of 0º 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 #A17171 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 113 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.37 |
| HSL | 0º | 0.2% | 0.54% | - |
| HSV(B) | 0º | 0.3% | 0.63% | - |
| XYZ | 23.58 | 20.58 | 18.35 | - |
| YUV | 127.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 113 | 0 | 0.30 | 0.30 | 0.37 | 0 | 0.2 | 0.54 |
| Hex | A1 | 71 | 71 | 0 | 1E | 1E | 25 | 0 | 14 | 36 |
| Octal | 241 | 161 | 161 | 0 | 36 | 36 | 45 | 0 | 24 | 66 |
| Binary | 10100001 | 1110001 | 1110001 | 0 | 11110 | 11110 | 100101 | 0 | 10100 | 110110 |
Color Harmonies of #A17171
Complementary color
Monochromatic Colors of #A17171
Black with #A17171
Text Example
Text Example
White with #A17171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17171; }
p { color: rgb(161,113,113); }
H1.HeaderClassName
{
color: #A17171;
}
.AnyTagClassName
{
color: #A17171;
}
</style>
background-color css
<style>
a { background-color: #A17171; }
a { background-color: rgb(161,113,113); }
div.DivClassName
{
background-color: #A17171;
}
.BgClassName
{
background-color: #A17171;
}
</style>
border-color css
<style>
span { border-color: #A17171; }
span { border-color: rgb(161,113,113); }
td.TdClassName
{
border-color: #A17171;
}
.TagClassName
{
border-color: #A17171;
}
</style>