Shades of Coral Tree #AC685E
Tints of Coral Tree #AC685E
RGB
CMYK
RGB Variations
Color information
#AC685E (or 0xAC685E) is known color: Coral Tree. HEX triplet: AC, 68 and 5E. RGB value is (172,104,94). Sum of RGB (Red+Green+Blue) = 172+104+94=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685E is #5397A1. Grayscale: #7B7B7B. Windows color (decimal): -5478306 or 6187180. OLE color: 6187180.
HSL color Cylindrical-coordinate representation of color #AC685E: hue angle of 7.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC685E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 94 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.33 |
| HSL | 7.69º | 0.32% | 0.52% | - |
| HSV(B) | 7.69º | 0.45% | 0.67% | - |
| XYZ | 23.98 | 19.48 | 13.09 | - |
| YUV | 123.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 94 | 0 | 0.40 | 0.45 | 0.33 | 7.69 | 0.32 | 0.52 |
| Hex | AC | 68 | 5E | 0 | 28 | 2D | 21 | 8 | 20 | 34 |
| Octal | 254 | 150 | 136 | 0 | 50 | 55 | 41 | 10 | 40 | 64 |
| Binary | 10101100 | 1101000 | 1011110 | 0 | 101000 | 101101 | 100001 | 1000 | 100000 | 110100 |
Color Harmonies of #AC685E
Complementary color
Monochromatic Colors of #AC685E
Black with #AC685E
Text Example
Text Example
White with #AC685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC685E; }
p { color: rgb(172,104,94); }
H1.HeaderClassName
{
color: #AC685E;
}
.AnyTagClassName
{
color: #AC685E;
}
</style>
background-color css
<style>
a { background-color: #AC685E; }
a { background-color: rgb(172,104,94); }
div.DivClassName
{
background-color: #AC685E;
}
.BgClassName
{
background-color: #AC685E;
}
</style>
border-color css
<style>
span { border-color: #AC685E; }
span { border-color: rgb(172,104,94); }
td.TdClassName
{
border-color: #AC685E;
}
.TagClassName
{
border-color: #AC685E;
}
</style>