Shades of Coral Tree #AC7972
Tints of Coral Tree #AC7972
RGB
CMYK
RGB Variations
Color information
#AC7972 (or 0xAC7972) is known color: Coral Tree. HEX triplet: AC, 79 and 72. RGB value is (172,121,114). Sum of RGB (Red+Green+Blue) = 172+121+114=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7972 is #53868D. Grayscale: #878787. Windows color (decimal): -5473934 or 7502252. OLE color: 7502252.
HSL color Cylindrical-coordinate representation of color #AC7972: hue angle of 7.24º 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 #AC7972 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 114 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.33 |
| HSL | 7.24º | 0.26% | 0.56% | - |
| HSV(B) | 7.24º | 0.34% | 0.67% | - |
| XYZ | 26.89 | 23.66 | 19.07 | - |
| YUV | 135.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 114 | 0 | 0.30 | 0.34 | 0.33 | 7.24 | 0.26 | 0.56 |
| Hex | AC | 79 | 72 | 0 | 1E | 22 | 21 | 7 | 1A | 38 |
| Octal | 254 | 171 | 162 | 0 | 36 | 42 | 41 | 7 | 32 | 70 |
| Binary | 10101100 | 1111001 | 1110010 | 0 | 11110 | 100010 | 100001 | 111 | 11010 | 111000 |
Color Harmonies of #AC7972
Complementary color
Monochromatic Colors of #AC7972
Black with #AC7972
Text Example
Text Example
White with #AC7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7972; }
p { color: rgb(172,121,114); }
H1.HeaderClassName
{
color: #AC7972;
}
.AnyTagClassName
{
color: #AC7972;
}
</style>
background-color css
<style>
a { background-color: #AC7972; }
a { background-color: rgb(172,121,114); }
div.DivClassName
{
background-color: #AC7972;
}
.BgClassName
{
background-color: #AC7972;
}
</style>
border-color css
<style>
span { border-color: #AC7972; }
span { border-color: rgb(172,121,114); }
td.TdClassName
{
border-color: #AC7972;
}
.TagClassName
{
border-color: #AC7972;
}
</style>