Shades of Coral Tree #AC7065
Tints of Coral Tree #AC7065
RGB
CMYK
RGB Variations
Color information
#AC7065 (or 0xAC7065) is known color: Coral Tree. HEX triplet: AC, 70 and 65. RGB value is (172,112,101). Sum of RGB (Red+Green+Blue) = 172+112+101=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7065 is #538F9A. Grayscale: #808080. Windows color (decimal): -5476251 or 6647980. OLE color: 6647980.
HSL color Cylindrical-coordinate representation of color #AC7065: hue angle of 9.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7065 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 101 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.33 |
| HSL | 9.3º | 0.3% | 0.54% | - |
| HSV(B) | 9.3º | 0.41% | 0.67% | - |
| XYZ | 25.16 | 21.3 | 15.1 | - |
| YUV | 128.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 101 | 0 | 0.35 | 0.41 | 0.33 | 9.3 | 0.3 | 0.54 |
| Hex | AC | 70 | 65 | 0 | 23 | 29 | 21 | 9 | 1E | 36 |
| Octal | 254 | 160 | 145 | 0 | 43 | 51 | 41 | 11 | 36 | 66 |
| Binary | 10101100 | 1110000 | 1100101 | 0 | 100011 | 101001 | 100001 | 1001 | 11110 | 110110 |
Color Harmonies of #AC7065
Complementary color
Monochromatic Colors of #AC7065
Black with #AC7065
Text Example
Text Example
White with #AC7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7065; }
p { color: rgb(172,112,101); }
H1.HeaderClassName
{
color: #AC7065;
}
.AnyTagClassName
{
color: #AC7065;
}
</style>
background-color css
<style>
a { background-color: #AC7065; }
a { background-color: rgb(172,112,101); }
div.DivClassName
{
background-color: #AC7065;
}
.BgClassName
{
background-color: #AC7065;
}
</style>
border-color css
<style>
span { border-color: #AC7065; }
span { border-color: rgb(172,112,101); }
td.TdClassName
{
border-color: #AC7065;
}
.TagClassName
{
border-color: #AC7065;
}
</style>