Shades of Coral Tree #AC7364
Tints of Coral Tree #AC7364
RGB
CMYK
RGB Variations
Color information
#AC7364 (or 0xAC7364) is known color: Coral Tree. HEX triplet: AC, 73 and 64. RGB value is (172,115,100). Sum of RGB (Red+Green+Blue) = 172+115+100=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7364 is #538C9B. Grayscale: #828282. Windows color (decimal): -5475484 or 6583212. OLE color: 6583212.
HSL color Cylindrical-coordinate representation of color #AC7364: hue angle of 12.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7364 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 100 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.33 |
| HSL | 12.5º | 0.3% | 0.53% | - |
| HSV(B) | 12.5º | 0.42% | 0.67% | - |
| XYZ | 25.44 | 21.95 | 14.95 | - |
| YUV | 130.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 100 | 0 | 0.33 | 0.42 | 0.33 | 12.5 | 0.3 | 0.53 |
| Hex | AC | 73 | 64 | 0 | 21 | 2A | 21 | C | 1E | 35 |
| Octal | 254 | 163 | 144 | 0 | 41 | 52 | 41 | 14 | 36 | 65 |
| Binary | 10101100 | 1110011 | 1100100 | 0 | 100001 | 101010 | 100001 | 1100 | 11110 | 110101 |
Color Harmonies of #AC7364
Complementary color
Monochromatic Colors of #AC7364
Black with #AC7364
Text Example
Text Example
White with #AC7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7364; }
p { color: rgb(172,115,100); }
H1.HeaderClassName
{
color: #AC7364;
}
.AnyTagClassName
{
color: #AC7364;
}
</style>
background-color css
<style>
a { background-color: #AC7364; }
a { background-color: rgb(172,115,100); }
div.DivClassName
{
background-color: #AC7364;
}
.BgClassName
{
background-color: #AC7364;
}
</style>
border-color css
<style>
span { border-color: #AC7364; }
span { border-color: rgb(172,115,100); }
td.TdClassName
{
border-color: #AC7364;
}
.TagClassName
{
border-color: #AC7364;
}
</style>