Shades of Coral Tree #AC726B
Tints of Coral Tree #AC726B
RGB
CMYK
RGB Variations
Color information
#AC726B (or 0xAC726B) is known color: Coral Tree. HEX triplet: AC, 72 and 6B. RGB value is (172,114,107). Sum of RGB (Red+Green+Blue) = 172+114+107=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC726B is #538D94. Grayscale: #828282. Windows color (decimal): -5475733 or 7041708. OLE color: 7041708.
HSL color Cylindrical-coordinate representation of color #AC726B: hue angle of 6.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC726B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 107 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.33 |
| HSL | 6.46º | 0.28% | 0.55% | - |
| HSV(B) | 6.46º | 0.38% | 0.67% | - |
| XYZ | 25.68 | 21.87 | 16.78 | - |
| YUV | 130.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 107 | 0 | 0.34 | 0.38 | 0.33 | 6.46 | 0.28 | 0.55 |
| Hex | AC | 72 | 6B | 0 | 22 | 26 | 21 | 6 | 1C | 37 |
| Octal | 254 | 162 | 153 | 0 | 42 | 46 | 41 | 6 | 34 | 67 |
| Binary | 10101100 | 1110010 | 1101011 | 0 | 100010 | 100110 | 100001 | 110 | 11100 | 110111 |
Color Harmonies of #AC726B
Complementary color
Monochromatic Colors of #AC726B
Black with #AC726B
Text Example
Text Example
White with #AC726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC726B; }
p { color: rgb(172,114,107); }
H1.HeaderClassName
{
color: #AC726B;
}
.AnyTagClassName
{
color: #AC726B;
}
</style>
background-color css
<style>
a { background-color: #AC726B; }
a { background-color: rgb(172,114,107); }
div.DivClassName
{
background-color: #AC726B;
}
.BgClassName
{
background-color: #AC726B;
}
</style>
border-color css
<style>
span { border-color: #AC726B; }
span { border-color: rgb(172,114,107); }
td.TdClassName
{
border-color: #AC726B;
}
.TagClassName
{
border-color: #AC726B;
}
</style>