Shades of Coral Tree #A47372
Tints of Coral Tree #A47372
RGB
CMYK
RGB Variations
Color information
#A47372 (or 0xA47372) is known color: Coral Tree. HEX triplet: A4, 73 and 72. RGB value is (164,115,114). Sum of RGB (Red+Green+Blue) = 164+115+114=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47372 is #5B8C8D. Grayscale: #818181. Windows color (decimal): -5999758 or 7500708. OLE color: 7500708.
HSL color Cylindrical-coordinate representation of color #A47372: hue angle of 1.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47372 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 114 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.36 |
| HSL | 1.2º | 0.22% | 0.55% | - |
| HSV(B) | 1.2º | 0.3% | 0.64% | - |
| XYZ | 24.48 | 21.37 | 18.75 | - |
| YUV | 129.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 114 | 0 | 0.30 | 0.30 | 0.36 | 1.2 | 0.22 | 0.55 |
| Hex | A4 | 73 | 72 | 0 | 1E | 1E | 24 | 1 | 16 | 37 |
| Octal | 244 | 163 | 162 | 0 | 36 | 36 | 44 | 1 | 26 | 67 |
| Binary | 10100100 | 1110011 | 1110010 | 0 | 11110 | 11110 | 100100 | 1 | 10110 | 110111 |
Color Harmonies of #A47372
Complementary color
Monochromatic Colors of #A47372
Black with #A47372
Text Example
Text Example
White with #A47372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47372; }
p { color: rgb(164,115,114); }
H1.HeaderClassName
{
color: #A47372;
}
.AnyTagClassName
{
color: #A47372;
}
</style>
background-color css
<style>
a { background-color: #A47372; }
a { background-color: rgb(164,115,114); }
div.DivClassName
{
background-color: #A47372;
}
.BgClassName
{
background-color: #A47372;
}
</style>
border-color css
<style>
span { border-color: #A47372; }
span { border-color: rgb(164,115,114); }
td.TdClassName
{
border-color: #A47372;
}
.TagClassName
{
border-color: #A47372;
}
</style>