Shades of Coral Tree #AC706C
Tints of Coral Tree #AC706C
RGB
CMYK
RGB Variations
Color information
#AC706C (or 0xAC706C) is known color: Coral Tree. HEX triplet: AC, 70 and 6C. RGB value is (172,112,108). Sum of RGB (Red+Green+Blue) = 172+112+108=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706C is #538F93. Grayscale: #818181. Windows color (decimal): -5476244 or 7106732. OLE color: 7106732.
HSL color Cylindrical-coordinate representation of color #AC706C: hue angle of 3.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC706C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 108 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.33 |
| HSL | 3.75º | 0.28% | 0.55% | - |
| HSV(B) | 3.75º | 0.37% | 0.67% | - |
| XYZ | 25.51 | 21.44 | 16.98 | - |
| YUV | 129.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 108 | 0 | 0.35 | 0.37 | 0.33 | 3.75 | 0.28 | 0.55 |
| Hex | AC | 70 | 6C | 0 | 23 | 25 | 21 | 4 | 1C | 37 |
| Octal | 254 | 160 | 154 | 0 | 43 | 45 | 41 | 4 | 34 | 67 |
| Binary | 10101100 | 1110000 | 1101100 | 0 | 100011 | 100101 | 100001 | 100 | 11100 | 110111 |
Color Harmonies of #AC706C
Complementary color
Monochromatic Colors of #AC706C
Black with #AC706C
Text Example
Text Example
White with #AC706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC706C; }
p { color: rgb(172,112,108); }
H1.HeaderClassName
{
color: #AC706C;
}
.AnyTagClassName
{
color: #AC706C;
}
</style>
background-color css
<style>
a { background-color: #AC706C; }
a { background-color: rgb(172,112,108); }
div.DivClassName
{
background-color: #AC706C;
}
.BgClassName
{
background-color: #AC706C;
}
</style>
border-color css
<style>
span { border-color: #AC706C; }
span { border-color: rgb(172,112,108); }
td.TdClassName
{
border-color: #AC706C;
}
.TagClassName
{
border-color: #AC706C;
}
</style>