Shades of Coral Tree #AC756F
Tints of Coral Tree #AC756F
RGB
CMYK
RGB Variations
Color information
#AC756F (or 0xAC756F) is known color: Coral Tree. HEX triplet: AC, 75 and 6F. RGB value is (172,117,111). Sum of RGB (Red+Green+Blue) = 172+117+111=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC756F is #538A90. Grayscale: #848484. Windows color (decimal): -5474961 or 7304620. OLE color: 7304620.
HSL color Cylindrical-coordinate representation of color #AC756F: hue angle of 5.9º 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 #AC756F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 111 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.33 |
| HSL | 5.9º | 0.27% | 0.55% | - |
| HSV(B) | 5.9º | 0.35% | 0.67% | - |
| XYZ | 26.24 | 22.64 | 18.03 | - |
| YUV | 132.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 111 | 0 | 0.32 | 0.35 | 0.33 | 5.9 | 0.27 | 0.55 |
| Hex | AC | 75 | 6F | 0 | 20 | 23 | 21 | 6 | 1B | 37 |
| Octal | 254 | 165 | 157 | 0 | 40 | 43 | 41 | 6 | 33 | 67 |
| Binary | 10101100 | 1110101 | 1101111 | 0 | 100000 | 100011 | 100001 | 110 | 11011 | 110111 |
Color Harmonies of #AC756F
Complementary color
Monochromatic Colors of #AC756F
Black with #AC756F
Text Example
Text Example
White with #AC756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC756F; }
p { color: rgb(172,117,111); }
H1.HeaderClassName
{
color: #AC756F;
}
.AnyTagClassName
{
color: #AC756F;
}
</style>
background-color css
<style>
a { background-color: #AC756F; }
a { background-color: rgb(172,117,111); }
div.DivClassName
{
background-color: #AC756F;
}
.BgClassName
{
background-color: #AC756F;
}
</style>
border-color css
<style>
span { border-color: #AC756F; }
span { border-color: rgb(172,117,111); }
td.TdClassName
{
border-color: #AC756F;
}
.TagClassName
{
border-color: #AC756F;
}
</style>