Shades of Coral Tree #AC6D5F
Tints of Coral Tree #AC6D5F
RGB
CMYK
RGB Variations
Color information
#AC6D5F (or 0xAC6D5F) is known color: Coral Tree. HEX triplet: AC, 6D and 5F. RGB value is (172,109,95). Sum of RGB (Red+Green+Blue) = 172+109+95=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D5F is #5392A0. Grayscale: #7E7E7E. Windows color (decimal): -5477025 or 6253996. OLE color: 6253996.
HSL color Cylindrical-coordinate representation of color #AC6D5F: hue angle of 10.91º 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 #AC6D5F is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 95 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.33 |
| HSL | 10.91º | 0.32% | 0.52% | - |
| HSV(B) | 10.91º | 0.45% | 0.67% | - |
| XYZ | 24.55 | 20.53 | 13.5 | - |
| YUV | 126.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 95 | 0 | 0.37 | 0.45 | 0.33 | 10.91 | 0.32 | 0.52 |
| Hex | AC | 6D | 5F | 0 | 25 | 2D | 21 | B | 20 | 34 |
| Octal | 254 | 155 | 137 | 0 | 45 | 55 | 41 | 13 | 40 | 64 |
| Binary | 10101100 | 1101101 | 1011111 | 0 | 100101 | 101101 | 100001 | 1011 | 100000 | 110100 |
Color Harmonies of #AC6D5F
Complementary color
Monochromatic Colors of #AC6D5F
Black with #AC6D5F
Text Example
Text Example
White with #AC6D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D5F; }
p { color: rgb(172,109,95); }
H1.HeaderClassName
{
color: #AC6D5F;
}
.AnyTagClassName
{
color: #AC6D5F;
}
</style>
background-color css
<style>
a { background-color: #AC6D5F; }
a { background-color: rgb(172,109,95); }
div.DivClassName
{
background-color: #AC6D5F;
}
.BgClassName
{
background-color: #AC6D5F;
}
</style>
border-color css
<style>
span { border-color: #AC6D5F; }
span { border-color: rgb(172,109,95); }
td.TdClassName
{
border-color: #AC6D5F;
}
.TagClassName
{
border-color: #AC6D5F;
}
</style>