Shades of Coral Tree #AC756D
Tints of Coral Tree #AC756D
RGB
CMYK
RGB Variations
Color information
#AC756D (or 0xAC756D) is known color: Coral Tree. HEX triplet: AC, 75 and 6D. RGB value is (172,117,109). Sum of RGB (Red+Green+Blue) = 172+117+109=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC756D is #538A92. Grayscale: #848484. Windows color (decimal): -5474963 or 7173548. OLE color: 7173548.
HSL color Cylindrical-coordinate representation of color #AC756D: hue angle of 7.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC756D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 109 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.33 |
| HSL | 7.62º | 0.28% | 0.55% | - |
| HSV(B) | 7.62º | 0.37% | 0.67% | - |
| XYZ | 26.13 | 22.6 | 17.45 | - |
| YUV | 132.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 109 | 0 | 0.32 | 0.37 | 0.33 | 7.62 | 0.28 | 0.55 |
| Hex | AC | 75 | 6D | 0 | 20 | 25 | 21 | 8 | 1C | 37 |
| Octal | 254 | 165 | 155 | 0 | 40 | 45 | 41 | 10 | 34 | 67 |
| Binary | 10101100 | 1110101 | 1101101 | 0 | 100000 | 100101 | 100001 | 1000 | 11100 | 110111 |
Color Harmonies of #AC756D
Complementary color
Monochromatic Colors of #AC756D
Black with #AC756D
Text Example
Text Example
White with #AC756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC756D; }
p { color: rgb(172,117,109); }
H1.HeaderClassName
{
color: #AC756D;
}
.AnyTagClassName
{
color: #AC756D;
}
</style>
background-color css
<style>
a { background-color: #AC756D; }
a { background-color: rgb(172,117,109); }
div.DivClassName
{
background-color: #AC756D;
}
.BgClassName
{
background-color: #AC756D;
}
</style>
border-color css
<style>
span { border-color: #AC756D; }
span { border-color: rgb(172,117,109); }
td.TdClassName
{
border-color: #AC756D;
}
.TagClassName
{
border-color: #AC756D;
}
</style>