Shades of Coral Tree #AC7271
Tints of Coral Tree #AC7271
RGB
CMYK
RGB Variations
Color information
#AC7271 (or 0xAC7271) is known color: Coral Tree. HEX triplet: AC, 72 and 71. RGB value is (172,114,113). Sum of RGB (Red+Green+Blue) = 172+114+113=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7271 is #538D8E. Grayscale: #838383. Windows color (decimal): -5475727 or 7434924. OLE color: 7434924.
HSL color Cylindrical-coordinate representation of color #AC7271: hue angle of 1.02º 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 #AC7271 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 113 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.33 |
| HSL | 1.02º | 0.26% | 0.56% | - |
| HSV(B) | 1.02º | 0.34% | 0.67% | - |
| XYZ | 26.01 | 22 | 18.5 | - |
| YUV | 131.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 113 | 0 | 0.34 | 0.34 | 0.33 | 1.02 | 0.26 | 0.56 |
| Hex | AC | 72 | 71 | 0 | 22 | 22 | 21 | 1 | 1A | 38 |
| Octal | 254 | 162 | 161 | 0 | 42 | 42 | 41 | 1 | 32 | 70 |
| Binary | 10101100 | 1110010 | 1110001 | 0 | 100010 | 100010 | 100001 | 1 | 11010 | 111000 |
Color Harmonies of #AC7271
Complementary color
Monochromatic Colors of #AC7271
Black with #AC7271
Text Example
Text Example
White with #AC7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7271; }
p { color: rgb(172,114,113); }
H1.HeaderClassName
{
color: #AC7271;
}
.AnyTagClassName
{
color: #AC7271;
}
</style>
background-color css
<style>
a { background-color: #AC7271; }
a { background-color: rgb(172,114,113); }
div.DivClassName
{
background-color: #AC7271;
}
.BgClassName
{
background-color: #AC7271;
}
</style>
border-color css
<style>
span { border-color: #AC7271; }
span { border-color: rgb(172,114,113); }
td.TdClassName
{
border-color: #AC7271;
}
.TagClassName
{
border-color: #AC7271;
}
</style>