Shades of Coral Tree #A47771
Tints of Coral Tree #A47771
RGB
CMYK
RGB Variations
Color information
#A47771 (or 0xA47771) is known color: Coral Tree. HEX triplet: A4, 77 and 71. RGB value is (164,119,113). Sum of RGB (Red+Green+Blue) = 164+119+113=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47771 is #5B888E. Grayscale: #838383. Windows color (decimal): -5998735 or 7436196. OLE color: 7436196.
HSL color Cylindrical-coordinate representation of color #A47771: hue angle of 7.06º 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 #A47771 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 113 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.36 |
| HSL | 7.06º | 0.22% | 0.54% | - |
| HSV(B) | 7.06º | 0.31% | 0.64% | - |
| XYZ | 24.89 | 22.28 | 18.61 | - |
| YUV | 131.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 113 | 0 | 0.27 | 0.31 | 0.36 | 7.06 | 0.22 | 0.54 |
| Hex | A4 | 77 | 71 | 0 | 1B | 1F | 24 | 7 | 16 | 36 |
| Octal | 244 | 167 | 161 | 0 | 33 | 37 | 44 | 7 | 26 | 66 |
| Binary | 10100100 | 1110111 | 1110001 | 0 | 11011 | 11111 | 100100 | 111 | 10110 | 110110 |
Color Harmonies of #A47771
Complementary color
Monochromatic Colors of #A47771
Black with #A47771
Text Example
Text Example
White with #A47771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47771; }
p { color: rgb(164,119,113); }
H1.HeaderClassName
{
color: #A47771;
}
.AnyTagClassName
{
color: #A47771;
}
</style>
background-color css
<style>
a { background-color: #A47771; }
a { background-color: rgb(164,119,113); }
div.DivClassName
{
background-color: #A47771;
}
.BgClassName
{
background-color: #A47771;
}
</style>
border-color css
<style>
span { border-color: #A47771; }
span { border-color: rgb(164,119,113); }
td.TdClassName
{
border-color: #A47771;
}
.TagClassName
{
border-color: #A47771;
}
</style>