Shades of Coral Tree #AC7672
Tints of Coral Tree #AC7672
RGB
CMYK
RGB Variations
Color information
#AC7672 (or 0xAC7672) is known color: Coral Tree. HEX triplet: AC, 76 and 72. RGB value is (172,118,114). Sum of RGB (Red+Green+Blue) = 172+118+114=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7672 is #53898D. Grayscale: #858585. Windows color (decimal): -5474702 or 7501484. OLE color: 7501484.
HSL color Cylindrical-coordinate representation of color #AC7672: hue angle of 4.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7672 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 114 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.33 |
| HSL | 4.14º | 0.26% | 0.56% | - |
| HSV(B) | 4.14º | 0.34% | 0.67% | - |
| XYZ | 26.53 | 22.94 | 18.95 | - |
| YUV | 133.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 114 | 0 | 0.31 | 0.34 | 0.33 | 4.14 | 0.26 | 0.56 |
| Hex | AC | 76 | 72 | 0 | 1F | 22 | 21 | 4 | 1A | 38 |
| Octal | 254 | 166 | 162 | 0 | 37 | 42 | 41 | 4 | 32 | 70 |
| Binary | 10101100 | 1110110 | 1110010 | 0 | 11111 | 100010 | 100001 | 100 | 11010 | 111000 |
Color Harmonies of #AC7672
Complementary color
Monochromatic Colors of #AC7672
Black with #AC7672
Text Example
Text Example
White with #AC7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7672; }
p { color: rgb(172,118,114); }
H1.HeaderClassName
{
color: #AC7672;
}
.AnyTagClassName
{
color: #AC7672;
}
</style>
background-color css
<style>
a { background-color: #AC7672; }
a { background-color: rgb(172,118,114); }
div.DivClassName
{
background-color: #AC7672;
}
.BgClassName
{
background-color: #AC7672;
}
</style>
border-color css
<style>
span { border-color: #AC7672; }
span { border-color: rgb(172,118,114); }
td.TdClassName
{
border-color: #AC7672;
}
.TagClassName
{
border-color: #AC7672;
}
</style>