Shades of Coral Tree #AC7272
Tints of Coral Tree #AC7272
RGB
CMYK
RGB Variations
Color information
#AC7272 (or 0xAC7272) is known color: Coral Tree. HEX triplet: AC, 72 and 72. RGB value is (172,114,114). Sum of RGB (Red+Green+Blue) = 172+114+114=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7272 is #538D8D. Grayscale: #838383. Windows color (decimal): -5475726 or 7500460. OLE color: 7500460.
HSL color Cylindrical-coordinate representation of color #AC7272: hue angle of 0º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7272 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 114 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.33 |
| HSL | 0º | 0.26% | 0.56% | - |
| HSV(B) | 0º | 0.34% | 0.67% | - |
| XYZ | 26.07 | 22.02 | 18.8 | - |
| YUV | 131.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 114 | 0 | 0.34 | 0.34 | 0.33 | 0 | 0.26 | 0.56 |
| Hex | AC | 72 | 72 | 0 | 22 | 22 | 21 | 0 | 1A | 38 |
| Octal | 254 | 162 | 162 | 0 | 42 | 42 | 41 | 0 | 32 | 70 |
| Binary | 10101100 | 1110010 | 1110010 | 0 | 100010 | 100010 | 100001 | 0 | 11010 | 111000 |
Color Harmonies of #AC7272
Complementary color
Monochromatic Colors of #AC7272
Black with #AC7272
Text Example
Text Example
White with #AC7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7272; }
p { color: rgb(172,114,114); }
H1.HeaderClassName
{
color: #AC7272;
}
.AnyTagClassName
{
color: #AC7272;
}
</style>
background-color css
<style>
a { background-color: #AC7272; }
a { background-color: rgb(172,114,114); }
div.DivClassName
{
background-color: #AC7272;
}
.BgClassName
{
background-color: #AC7272;
}
</style>
border-color css
<style>
span { border-color: #AC7272; }
span { border-color: rgb(172,114,114); }
td.TdClassName
{
border-color: #AC7272;
}
.TagClassName
{
border-color: #AC7272;
}
</style>