Shades of Coral Tree #AC665E
Tints of Coral Tree #AC665E
RGB
CMYK
RGB Variations
Color information
#AC665E (or 0xAC665E) is known color: Coral Tree. HEX triplet: AC, 66 and 5E. RGB value is (172,102,94). Sum of RGB (Red+Green+Blue) = 172+102+94=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC665E is #5399A1. Grayscale: #7A7A7A. Windows color (decimal): -5478818 or 6186668. OLE color: 6186668.
HSL color Cylindrical-coordinate representation of color #AC665E: hue angle of 6.15º 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 #AC665E is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 94 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.33 |
| HSL | 6.15º | 0.32% | 0.52% | - |
| HSV(B) | 6.15º | 0.45% | 0.67% | - |
| XYZ | 23.79 | 19.08 | 13.02 | - |
| YUV | 122.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 94 | 0 | 0.41 | 0.45 | 0.33 | 6.15 | 0.32 | 0.52 |
| Hex | AC | 66 | 5E | 0 | 29 | 2D | 21 | 6 | 20 | 34 |
| Octal | 254 | 146 | 136 | 0 | 51 | 55 | 41 | 6 | 40 | 64 |
| Binary | 10101100 | 1100110 | 1011110 | 0 | 101001 | 101101 | 100001 | 110 | 100000 | 110100 |
Color Harmonies of #AC665E
Complementary color
Monochromatic Colors of #AC665E
Black with #AC665E
Text Example
Text Example
White with #AC665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC665E; }
p { color: rgb(172,102,94); }
H1.HeaderClassName
{
color: #AC665E;
}
.AnyTagClassName
{
color: #AC665E;
}
</style>
background-color css
<style>
a { background-color: #AC665E; }
a { background-color: rgb(172,102,94); }
div.DivClassName
{
background-color: #AC665E;
}
.BgClassName
{
background-color: #AC665E;
}
</style>
border-color css
<style>
span { border-color: #AC665E; }
span { border-color: rgb(172,102,94); }
td.TdClassName
{
border-color: #AC665E;
}
.TagClassName
{
border-color: #AC665E;
}
</style>