Shades of Coral Tree #AC756B
Tints of Coral Tree #AC756B
RGB
CMYK
RGB Variations
Color information
#AC756B (or 0xAC756B) is known color: Coral Tree. HEX triplet: AC, 75 and 6B. RGB value is (172,117,107). Sum of RGB (Red+Green+Blue) = 172+117+107=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC756B is #538A94. Grayscale: #848484. Windows color (decimal): -5474965 or 7042476. OLE color: 7042476.
HSL color Cylindrical-coordinate representation of color #AC756B: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC756B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 107 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.33 |
| HSL | 9.23º | 0.28% | 0.55% | - |
| HSV(B) | 9.23º | 0.38% | 0.67% | - |
| XYZ | 26.03 | 22.55 | 16.89 | - |
| YUV | 132.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 107 | 0 | 0.32 | 0.38 | 0.33 | 9.23 | 0.28 | 0.55 |
| Hex | AC | 75 | 6B | 0 | 20 | 26 | 21 | 9 | 1C | 37 |
| Octal | 254 | 165 | 153 | 0 | 40 | 46 | 41 | 11 | 34 | 67 |
| Binary | 10101100 | 1110101 | 1101011 | 0 | 100000 | 100110 | 100001 | 1001 | 11100 | 110111 |
Color Harmonies of #AC756B
Complementary color
Monochromatic Colors of #AC756B
Black with #AC756B
Text Example
Text Example
White with #AC756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC756B; }
p { color: rgb(172,117,107); }
H1.HeaderClassName
{
color: #AC756B;
}
.AnyTagClassName
{
color: #AC756B;
}
</style>
background-color css
<style>
a { background-color: #AC756B; }
a { background-color: rgb(172,117,107); }
div.DivClassName
{
background-color: #AC756B;
}
.BgClassName
{
background-color: #AC756B;
}
</style>
border-color css
<style>
span { border-color: #AC756B; }
span { border-color: rgb(172,117,107); }
td.TdClassName
{
border-color: #AC756B;
}
.TagClassName
{
border-color: #AC756B;
}
</style>