Shades of Coral Tree #AC746F
Tints of Coral Tree #AC746F
RGB
CMYK
RGB Variations
Color information
#AC746F (or 0xAC746F) is known color: Coral Tree. HEX triplet: AC, 74 and 6F. RGB value is (172,116,111). Sum of RGB (Red+Green+Blue) = 172+116+111=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC746F is #538B90. Grayscale: #848484. Windows color (decimal): -5475217 or 7304364. OLE color: 7304364.
HSL color Cylindrical-coordinate representation of color #AC746F: hue angle of 4.92º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC746F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 111 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.33 |
| HSL | 4.92º | 0.27% | 0.55% | - |
| HSV(B) | 4.92º | 0.35% | 0.67% | - |
| XYZ | 26.13 | 22.41 | 17.99 | - |
| YUV | 132.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 111 | 0 | 0.33 | 0.35 | 0.33 | 4.92 | 0.27 | 0.55 |
| Hex | AC | 74 | 6F | 0 | 21 | 23 | 21 | 5 | 1B | 37 |
| Octal | 254 | 164 | 157 | 0 | 41 | 43 | 41 | 5 | 33 | 67 |
| Binary | 10101100 | 1110100 | 1101111 | 0 | 100001 | 100011 | 100001 | 101 | 11011 | 110111 |
Color Harmonies of #AC746F
Complementary color
Monochromatic Colors of #AC746F
Black with #AC746F
Text Example
Text Example
White with #AC746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC746F; }
p { color: rgb(172,116,111); }
H1.HeaderClassName
{
color: #AC746F;
}
.AnyTagClassName
{
color: #AC746F;
}
</style>
background-color css
<style>
a { background-color: #AC746F; }
a { background-color: rgb(172,116,111); }
div.DivClassName
{
background-color: #AC746F;
}
.BgClassName
{
background-color: #AC746F;
}
</style>
border-color css
<style>
span { border-color: #AC746F; }
span { border-color: rgb(172,116,111); }
td.TdClassName
{
border-color: #AC746F;
}
.TagClassName
{
border-color: #AC746F;
}
</style>