Shades of Coral Tree #AC7465
Tints of Coral Tree #AC7465
RGB
CMYK
RGB Variations
Color information
#AC7465 (or 0xAC7465) is known color: Coral Tree. HEX triplet: AC, 74 and 65. RGB value is (172,116,101). Sum of RGB (Red+Green+Blue) = 172+116+101=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7465 is #538B9A. Grayscale: #838383. Windows color (decimal): -5475227 or 6649004. OLE color: 6649004.
HSL color Cylindrical-coordinate representation of color #AC7465: hue angle of 12.68º 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 #AC7465 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 101 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.33 |
| HSL | 12.68º | 0.3% | 0.54% | - |
| HSV(B) | 12.68º | 0.41% | 0.67% | - |
| XYZ | 25.61 | 22.2 | 15.25 | - |
| YUV | 131.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 101 | 0 | 0.33 | 0.41 | 0.33 | 12.68 | 0.3 | 0.54 |
| Hex | AC | 74 | 65 | 0 | 21 | 29 | 21 | D | 1E | 36 |
| Octal | 254 | 164 | 145 | 0 | 41 | 51 | 41 | 15 | 36 | 66 |
| Binary | 10101100 | 1110100 | 1100101 | 0 | 100001 | 101001 | 100001 | 1101 | 11110 | 110110 |
Color Harmonies of #AC7465
Complementary color
Monochromatic Colors of #AC7465
Black with #AC7465
Text Example
Text Example
White with #AC7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7465; }
p { color: rgb(172,116,101); }
H1.HeaderClassName
{
color: #AC7465;
}
.AnyTagClassName
{
color: #AC7465;
}
</style>
background-color css
<style>
a { background-color: #AC7465; }
a { background-color: rgb(172,116,101); }
div.DivClassName
{
background-color: #AC7465;
}
.BgClassName
{
background-color: #AC7465;
}
</style>
border-color css
<style>
span { border-color: #AC7465; }
span { border-color: rgb(172,116,101); }
td.TdClassName
{
border-color: #AC7465;
}
.TagClassName
{
border-color: #AC7465;
}
</style>