Shades of Coral Tree #AC6C5E
Tints of Coral Tree #AC6C5E
RGB
CMYK
RGB Variations
Color information
#AC6C5E (or 0xAC6C5E) is known color: Coral Tree. HEX triplet: AC, 6C and 5E. RGB value is (172,108,94). Sum of RGB (Red+Green+Blue) = 172+108+94=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C5E is #5393A1. Grayscale: #7D7D7D. Windows color (decimal): -5477282 or 6188204. OLE color: 6188204.
HSL color Cylindrical-coordinate representation of color #AC6C5E: hue angle of 10.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC6C5E is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 94 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.33 |
| HSL | 10.77º | 0.32% | 0.52% | - |
| HSV(B) | 10.77º | 0.45% | 0.67% | - |
| XYZ | 24.4 | 20.3 | 13.22 | - |
| YUV | 125.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 94 | 0 | 0.37 | 0.45 | 0.33 | 10.77 | 0.32 | 0.52 |
| Hex | AC | 6C | 5E | 0 | 25 | 2D | 21 | B | 20 | 34 |
| Octal | 254 | 154 | 136 | 0 | 45 | 55 | 41 | 13 | 40 | 64 |
| Binary | 10101100 | 1101100 | 1011110 | 0 | 100101 | 101101 | 100001 | 1011 | 100000 | 110100 |
Color Harmonies of #AC6C5E
Complementary color
Monochromatic Colors of #AC6C5E
Black with #AC6C5E
Text Example
Text Example
White with #AC6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C5E; }
p { color: rgb(172,108,94); }
H1.HeaderClassName
{
color: #AC6C5E;
}
.AnyTagClassName
{
color: #AC6C5E;
}
</style>
background-color css
<style>
a { background-color: #AC6C5E; }
a { background-color: rgb(172,108,94); }
div.DivClassName
{
background-color: #AC6C5E;
}
.BgClassName
{
background-color: #AC6C5E;
}
</style>
border-color css
<style>
span { border-color: #AC6C5E; }
span { border-color: rgb(172,108,94); }
td.TdClassName
{
border-color: #AC6C5E;
}
.TagClassName
{
border-color: #AC6C5E;
}
</style>