Shades of Coral Tree #AC7565
Tints of Coral Tree #AC7565
RGB
CMYK
RGB Variations
Color information
#AC7565 (or 0xAC7565) is known color: Coral Tree. HEX triplet: AC, 75 and 65. RGB value is (172,117,101). Sum of RGB (Red+Green+Blue) = 172+117+101=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7565 is #538A9A. Grayscale: #838383. Windows color (decimal): -5474971 or 6649260. OLE color: 6649260.
HSL color Cylindrical-coordinate representation of color #AC7565: hue angle of 13.52º 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 #AC7565 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 101 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.33 |
| HSL | 13.52º | 0.3% | 0.54% | - |
| HSV(B) | 13.52º | 0.41% | 0.67% | - |
| XYZ | 25.72 | 22.43 | 15.29 | - |
| YUV | 131.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 101 | 0 | 0.32 | 0.41 | 0.33 | 13.52 | 0.3 | 0.54 |
| Hex | AC | 75 | 65 | 0 | 20 | 29 | 21 | E | 1E | 36 |
| Octal | 254 | 165 | 145 | 0 | 40 | 51 | 41 | 16 | 36 | 66 |
| Binary | 10101100 | 1110101 | 1100101 | 0 | 100000 | 101001 | 100001 | 1110 | 11110 | 110110 |
Color Harmonies of #AC7565
Complementary color
Monochromatic Colors of #AC7565
Black with #AC7565
Text Example
Text Example
White with #AC7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7565; }
p { color: rgb(172,117,101); }
H1.HeaderClassName
{
color: #AC7565;
}
.AnyTagClassName
{
color: #AC7565;
}
</style>
background-color css
<style>
a { background-color: #AC7565; }
a { background-color: rgb(172,117,101); }
div.DivClassName
{
background-color: #AC7565;
}
.BgClassName
{
background-color: #AC7565;
}
</style>
border-color css
<style>
span { border-color: #AC7565; }
span { border-color: rgb(172,117,101); }
td.TdClassName
{
border-color: #AC7565;
}
.TagClassName
{
border-color: #AC7565;
}
</style>