Shades of Coral Tree #AC7163
Tints of Coral Tree #AC7163
RGB
CMYK
RGB Variations
Color information
#AC7163 (or 0xAC7163) is known color: Coral Tree. HEX triplet: AC, 71 and 63. RGB value is (172,113,99). Sum of RGB (Red+Green+Blue) = 172+113+99=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7163 is #538E9C. Grayscale: #818181. Windows color (decimal): -5475997 or 6517164. OLE color: 6517164.
HSL color Cylindrical-coordinate representation of color #AC7163: hue angle of 11.51º degrees, saturation: 0.31, 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 #AC7163 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 99 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.33 |
| HSL | 11.51º | 0.31% | 0.53% | - |
| HSV(B) | 11.51º | 0.42% | 0.67% | - |
| XYZ | 25.17 | 21.48 | 14.62 | - |
| YUV | 129.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 99 | 0 | 0.34 | 0.42 | 0.33 | 11.51 | 0.31 | 0.53 |
| Hex | AC | 71 | 63 | 0 | 22 | 2A | 21 | C | 1F | 35 |
| Octal | 254 | 161 | 143 | 0 | 42 | 52 | 41 | 14 | 37 | 65 |
| Binary | 10101100 | 1110001 | 1100011 | 0 | 100010 | 101010 | 100001 | 1100 | 11111 | 110101 |
Color Harmonies of #AC7163
Complementary color
Monochromatic Colors of #AC7163
Black with #AC7163
Text Example
Text Example
White with #AC7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7163; }
p { color: rgb(172,113,99); }
H1.HeaderClassName
{
color: #AC7163;
}
.AnyTagClassName
{
color: #AC7163;
}
</style>
background-color css
<style>
a { background-color: #AC7163; }
a { background-color: rgb(172,113,99); }
div.DivClassName
{
background-color: #AC7163;
}
.BgClassName
{
background-color: #AC7163;
}
</style>
border-color css
<style>
span { border-color: #AC7163; }
span { border-color: rgb(172,113,99); }
td.TdClassName
{
border-color: #AC7163;
}
.TagClassName
{
border-color: #AC7163;
}
</style>