Shades of Coral Tree #A37171
Tints of Coral Tree #A37171
RGB
CMYK
RGB Variations
Color information
#A37171 (or 0xA37171) is known color: Coral Tree. HEX triplet: A3, 71 and 71. RGB value is (163,113,113). Sum of RGB (Red+Green+Blue) = 163+113+113=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A37171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37171 is #5C8E8E. Grayscale: #808080. Windows color (decimal): -6065807 or 7434659. OLE color: 7434659.
HSL color Cylindrical-coordinate representation of color #A37171: hue angle of 0º degrees, saturation: 0.21, 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 #A37171 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 113 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.36 |
| HSL | 0º | 0.21% | 0.54% | - |
| HSV(B) | 0º | 0.31% | 0.64% | - |
| XYZ | 23.99 | 20.79 | 18.37 | - |
| YUV | 127.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 113 | 0 | 0.31 | 0.31 | 0.36 | 0 | 0.21 | 0.54 |
| Hex | A3 | 71 | 71 | 0 | 1F | 1F | 24 | 0 | 15 | 36 |
| Octal | 243 | 161 | 161 | 0 | 37 | 37 | 44 | 0 | 25 | 66 |
| Binary | 10100011 | 1110001 | 1110001 | 0 | 11111 | 11111 | 100100 | 0 | 10101 | 110110 |
Color Harmonies of #A37171
Complementary color
Monochromatic Colors of #A37171
Black with #A37171
Text Example
Text Example
White with #A37171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37171; }
p { color: rgb(163,113,113); }
H1.HeaderClassName
{
color: #A37171;
}
.AnyTagClassName
{
color: #A37171;
}
</style>
background-color css
<style>
a { background-color: #A37171; }
a { background-color: rgb(163,113,113); }
div.DivClassName
{
background-color: #A37171;
}
.BgClassName
{
background-color: #A37171;
}
</style>
border-color css
<style>
span { border-color: #A37171; }
span { border-color: rgb(163,113,113); }
td.TdClassName
{
border-color: #A37171;
}
.TagClassName
{
border-color: #A37171;
}
</style>