Shades of Coral Tree #AC7168
Tints of Coral Tree #AC7168
RGB
CMYK
RGB Variations
Color information
#AC7168 (or 0xAC7168) is known color: Coral Tree. HEX triplet: AC, 71 and 68. RGB value is (172,113,104). Sum of RGB (Red+Green+Blue) = 172+113+104=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7168 is #538E97. Grayscale: #818181. Windows color (decimal): -5475992 or 6844844. OLE color: 6844844.
HSL color Cylindrical-coordinate representation of color #AC7168: hue angle of 7.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7168 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 104 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.33 |
| HSL | 7.94º | 0.29% | 0.54% | - |
| HSV(B) | 7.94º | 0.4% | 0.67% | - |
| XYZ | 25.42 | 21.58 | 15.92 | - |
| YUV | 129.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 104 | 0 | 0.34 | 0.40 | 0.33 | 7.94 | 0.29 | 0.54 |
| Hex | AC | 71 | 68 | 0 | 22 | 28 | 21 | 8 | 1D | 36 |
| Octal | 254 | 161 | 150 | 0 | 42 | 50 | 41 | 10 | 35 | 66 |
| Binary | 10101100 | 1110001 | 1101000 | 0 | 100010 | 101000 | 100001 | 1000 | 11101 | 110110 |
Color Harmonies of #AC7168
Complementary color
Monochromatic Colors of #AC7168
Black with #AC7168
Text Example
Text Example
White with #AC7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7168; }
p { color: rgb(172,113,104); }
H1.HeaderClassName
{
color: #AC7168;
}
.AnyTagClassName
{
color: #AC7168;
}
</style>
background-color css
<style>
a { background-color: #AC7168; }
a { background-color: rgb(172,113,104); }
div.DivClassName
{
background-color: #AC7168;
}
.BgClassName
{
background-color: #AC7168;
}
</style>
border-color css
<style>
span { border-color: #AC7168; }
span { border-color: rgb(172,113,104); }
td.TdClassName
{
border-color: #AC7168;
}
.TagClassName
{
border-color: #AC7168;
}
</style>