Shades of Coral Tree #AC716B
Tints of Coral Tree #AC716B
RGB
CMYK
RGB Variations
Color information
#AC716B (or 0xAC716B) is known color: Coral Tree. HEX triplet: AC, 71 and 6B. RGB value is (172,113,107). Sum of RGB (Red+Green+Blue) = 172+113+107=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC716B is #538E94. Grayscale: #828282. Windows color (decimal): -5475989 or 7041452. OLE color: 7041452.
HSL color Cylindrical-coordinate representation of color #AC716B: hue angle of 5.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC716B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 107 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.33 |
| HSL | 5.54º | 0.28% | 0.55% | - |
| HSV(B) | 5.54º | 0.38% | 0.67% | - |
| XYZ | 25.57 | 21.64 | 16.74 | - |
| YUV | 129.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 107 | 0 | 0.34 | 0.38 | 0.33 | 5.54 | 0.28 | 0.55 |
| Hex | AC | 71 | 6B | 0 | 22 | 26 | 21 | 6 | 1C | 37 |
| Octal | 254 | 161 | 153 | 0 | 42 | 46 | 41 | 6 | 34 | 67 |
| Binary | 10101100 | 1110001 | 1101011 | 0 | 100010 | 100110 | 100001 | 110 | 11100 | 110111 |
Color Harmonies of #AC716B
Complementary color
Monochromatic Colors of #AC716B
Black with #AC716B
Text Example
Text Example
White with #AC716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC716B; }
p { color: rgb(172,113,107); }
H1.HeaderClassName
{
color: #AC716B;
}
.AnyTagClassName
{
color: #AC716B;
}
</style>
background-color css
<style>
a { background-color: #AC716B; }
a { background-color: rgb(172,113,107); }
div.DivClassName
{
background-color: #AC716B;
}
.BgClassName
{
background-color: #AC716B;
}
</style>
border-color css
<style>
span { border-color: #AC716B; }
span { border-color: rgb(172,113,107); }
td.TdClassName
{
border-color: #AC716B;
}
.TagClassName
{
border-color: #AC716B;
}
</style>