Shades of Coral Tree #A47272
Tints of Coral Tree #A47272
RGB
CMYK
RGB Variations
Color information
#A47272 (or 0xA47272) is known color: Coral Tree. HEX triplet: A4, 72 and 72. RGB value is (164,114,114). Sum of RGB (Red+Green+Blue) = 164+114+114=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47272 is #5B8D8D. Grayscale: #808080. Windows color (decimal): -6000014 or 7500452. OLE color: 7500452.
HSL color Cylindrical-coordinate representation of color #A47272: hue angle of 0º 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 #A47272 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 114 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.36 |
| HSL | 0º | 0.22% | 0.55% | - |
| HSV(B) | 0º | 0.3% | 0.64% | - |
| XYZ | 24.36 | 21.14 | 18.72 | - |
| YUV | 128.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 114 | 0 | 0.30 | 0.30 | 0.36 | 0 | 0.22 | 0.55 |
| Hex | A4 | 72 | 72 | 0 | 1E | 1E | 24 | 0 | 16 | 37 |
| Octal | 244 | 162 | 162 | 0 | 36 | 36 | 44 | 0 | 26 | 67 |
| Binary | 10100100 | 1110010 | 1110010 | 0 | 11110 | 11110 | 100100 | 0 | 10110 | 110111 |
Color Harmonies of #A47272
Complementary color
Monochromatic Colors of #A47272
Black with #A47272
Text Example
Text Example
White with #A47272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47272; }
p { color: rgb(164,114,114); }
H1.HeaderClassName
{
color: #A47272;
}
.AnyTagClassName
{
color: #A47272;
}
</style>
background-color css
<style>
a { background-color: #A47272; }
a { background-color: rgb(164,114,114); }
div.DivClassName
{
background-color: #A47272;
}
.BgClassName
{
background-color: #A47272;
}
</style>
border-color css
<style>
span { border-color: #A47272; }
span { border-color: rgb(164,114,114); }
td.TdClassName
{
border-color: #A47272;
}
.TagClassName
{
border-color: #A47272;
}
</style>