Shades of Coral Tree #AC7564
Tints of Coral Tree #AC7564
RGB
CMYK
RGB Variations
Color information
#AC7564 (or 0xAC7564) is known color: Coral Tree. HEX triplet: AC, 75 and 64. RGB value is (172,117,100). Sum of RGB (Red+Green+Blue) = 172+117+100=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7564 is #538A9B. Grayscale: #838383. Windows color (decimal): -5474972 or 6583724. OLE color: 6583724.
HSL color Cylindrical-coordinate representation of color #AC7564: hue angle of 14.17º 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 #AC7564 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 100 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.33 |
| HSL | 14.17º | 0.3% | 0.53% | - |
| HSV(B) | 14.17º | 0.42% | 0.67% | - |
| XYZ | 25.67 | 22.41 | 15.03 | - |
| YUV | 131.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 100 | 0 | 0.32 | 0.42 | 0.33 | 14.17 | 0.3 | 0.53 |
| Hex | AC | 75 | 64 | 0 | 20 | 2A | 21 | E | 1E | 35 |
| Octal | 254 | 165 | 144 | 0 | 40 | 52 | 41 | 16 | 36 | 65 |
| Binary | 10101100 | 1110101 | 1100100 | 0 | 100000 | 101010 | 100001 | 1110 | 11110 | 110101 |
Color Harmonies of #AC7564
Complementary color
Monochromatic Colors of #AC7564
Black with #AC7564
Text Example
Text Example
White with #AC7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7564; }
p { color: rgb(172,117,100); }
H1.HeaderClassName
{
color: #AC7564;
}
.AnyTagClassName
{
color: #AC7564;
}
</style>
background-color css
<style>
a { background-color: #AC7564; }
a { background-color: rgb(172,117,100); }
div.DivClassName
{
background-color: #AC7564;
}
.BgClassName
{
background-color: #AC7564;
}
</style>
border-color css
<style>
span { border-color: #AC7564; }
span { border-color: rgb(172,117,100); }
td.TdClassName
{
border-color: #AC7564;
}
.TagClassName
{
border-color: #AC7564;
}
</style>