Shades of Coral Tree #A07272
Tints of Coral Tree #A07272
RGB
CMYK
RGB Variations
Color information
#A07272 (or 0xA07272) is known color: Coral Tree. HEX triplet: A0, 72 and 72. RGB value is (160,114,114). Sum of RGB (Red+Green+Blue) = 160+114+114=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A07272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07272 is #5F8D8D. Grayscale: #7F7F7F. Windows color (decimal): -6262158 or 7500448. OLE color: 7500448.
HSL color Cylindrical-coordinate representation of color #A07272: hue angle of 0º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07272 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 114 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.37 |
| HSL | 0º | 0.19% | 0.54% | - |
| HSV(B) | 0º | 0.29% | 0.63% | - |
| XYZ | 23.55 | 20.72 | 18.68 | - |
| YUV | 127.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 114 | 0 | 0.29 | 0.29 | 0.37 | 0 | 0.19 | 0.54 |
| Hex | A0 | 72 | 72 | 0 | 1D | 1D | 25 | 0 | 13 | 36 |
| Octal | 240 | 162 | 162 | 0 | 35 | 35 | 45 | 0 | 23 | 66 |
| Binary | 10100000 | 1110010 | 1110010 | 0 | 11101 | 11101 | 100101 | 0 | 10011 | 110110 |
Color Harmonies of #A07272
Complementary color
Monochromatic Colors of #A07272
Black with #A07272
Text Example
Text Example
White with #A07272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07272; }
p { color: rgb(160,114,114); }
H1.HeaderClassName
{
color: #A07272;
}
.AnyTagClassName
{
color: #A07272;
}
</style>
background-color css
<style>
a { background-color: #A07272; }
a { background-color: rgb(160,114,114); }
div.DivClassName
{
background-color: #A07272;
}
.BgClassName
{
background-color: #A07272;
}
</style>
border-color css
<style>
span { border-color: #A07272; }
span { border-color: rgb(160,114,114); }
td.TdClassName
{
border-color: #A07272;
}
.TagClassName
{
border-color: #A07272;
}
</style>