Shades of Coral Tree #AC675E
Tints of Coral Tree #AC675E
RGB
CMYK
RGB Variations
Color information
#AC675E (or 0xAC675E) is known color: Coral Tree. HEX triplet: AC, 67 and 5E. RGB value is (172,103,94). Sum of RGB (Red+Green+Blue) = 172+103+94=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC675E is #5398A1. Grayscale: #7A7A7A. Windows color (decimal): -5478562 or 6186924. OLE color: 6186924.
HSL color Cylindrical-coordinate representation of color #AC675E: hue angle of 6.92º 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 #AC675E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 94 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.33 |
| HSL | 6.92º | 0.32% | 0.52% | - |
| HSV(B) | 6.92º | 0.45% | 0.67% | - |
| XYZ | 23.88 | 19.28 | 13.05 | - |
| YUV | 122.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 94 | 0 | 0.40 | 0.45 | 0.33 | 6.92 | 0.32 | 0.52 |
| Hex | AC | 67 | 5E | 0 | 28 | 2D | 21 | 7 | 20 | 34 |
| Octal | 254 | 147 | 136 | 0 | 50 | 55 | 41 | 7 | 40 | 64 |
| Binary | 10101100 | 1100111 | 1011110 | 0 | 101000 | 101101 | 100001 | 111 | 100000 | 110100 |
Color Harmonies of #AC675E
Complementary color
Monochromatic Colors of #AC675E
Black with #AC675E
Text Example
Text Example
White with #AC675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC675E; }
p { color: rgb(172,103,94); }
H1.HeaderClassName
{
color: #AC675E;
}
.AnyTagClassName
{
color: #AC675E;
}
</style>
background-color css
<style>
a { background-color: #AC675E; }
a { background-color: rgb(172,103,94); }
div.DivClassName
{
background-color: #AC675E;
}
.BgClassName
{
background-color: #AC675E;
}
</style>
border-color css
<style>
span { border-color: #AC675E; }
span { border-color: rgb(172,103,94); }
td.TdClassName
{
border-color: #AC675E;
}
.TagClassName
{
border-color: #AC675E;
}
</style>