Shades of Coral Tree #AC7266
Tints of Coral Tree #AC7266
RGB
CMYK
RGB Variations
Color information
#AC7266 (or 0xAC7266) is known color: Coral Tree. HEX triplet: AC, 72 and 66. RGB value is (172,114,102). Sum of RGB (Red+Green+Blue) = 172+114+102=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7266 is #538D99. Grayscale: #828282. Windows color (decimal): -5475738 or 6714028. OLE color: 6714028.
HSL color Cylindrical-coordinate representation of color #AC7266: hue angle of 10.29º 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 #AC7266 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 102 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.33 |
| HSL | 10.29º | 0.3% | 0.54% | - |
| HSV(B) | 10.29º | 0.41% | 0.67% | - |
| XYZ | 25.43 | 21.76 | 15.43 | - |
| YUV | 129.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 102 | 0 | 0.34 | 0.41 | 0.33 | 10.29 | 0.3 | 0.54 |
| Hex | AC | 72 | 66 | 0 | 22 | 29 | 21 | A | 1E | 36 |
| Octal | 254 | 162 | 146 | 0 | 42 | 51 | 41 | 12 | 36 | 66 |
| Binary | 10101100 | 1110010 | 1100110 | 0 | 100010 | 101001 | 100001 | 1010 | 11110 | 110110 |
Color Harmonies of #AC7266
Complementary color
Monochromatic Colors of #AC7266
Black with #AC7266
Text Example
Text Example
White with #AC7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7266; }
p { color: rgb(172,114,102); }
H1.HeaderClassName
{
color: #AC7266;
}
.AnyTagClassName
{
color: #AC7266;
}
</style>
background-color css
<style>
a { background-color: #AC7266; }
a { background-color: rgb(172,114,102); }
div.DivClassName
{
background-color: #AC7266;
}
.BgClassName
{
background-color: #AC7266;
}
</style>
border-color css
<style>
span { border-color: #AC7266; }
span { border-color: rgb(172,114,102); }
td.TdClassName
{
border-color: #AC7266;
}
.TagClassName
{
border-color: #AC7266;
}
</style>