Shades of Coral Tree #AC6662
Tints of Coral Tree #AC6662
RGB
CMYK
RGB Variations
Color information
#AC6662 (or 0xAC6662) is known color: Coral Tree. HEX triplet: AC, 66 and 62. RGB value is (172,102,98). Sum of RGB (Red+Green+Blue) = 172+102+98=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6662 is #53999D. Grayscale: #7A7A7A. Windows color (decimal): -5478814 or 6448812. OLE color: 6448812.
HSL color Cylindrical-coordinate representation of color #AC6662: hue angle of 3.24º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6662 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 98 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.33 |
| HSL | 3.24º | 0.31% | 0.53% | - |
| HSV(B) | 3.24º | 0.43% | 0.67% | - |
| XYZ | 23.97 | 19.16 | 13.99 | - |
| YUV | 122.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 98 | 0 | 0.41 | 0.43 | 0.33 | 3.24 | 0.31 | 0.53 |
| Hex | AC | 66 | 62 | 0 | 29 | 2B | 21 | 3 | 1F | 35 |
| Octal | 254 | 146 | 142 | 0 | 51 | 53 | 41 | 3 | 37 | 65 |
| Binary | 10101100 | 1100110 | 1100010 | 0 | 101001 | 101011 | 100001 | 11 | 11111 | 110101 |
Color Harmonies of #AC6662
Complementary color
Monochromatic Colors of #AC6662
Black with #AC6662
Text Example
Text Example
White with #AC6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6662; }
p { color: rgb(172,102,98); }
H1.HeaderClassName
{
color: #AC6662;
}
.AnyTagClassName
{
color: #AC6662;
}
</style>
background-color css
<style>
a { background-color: #AC6662; }
a { background-color: rgb(172,102,98); }
div.DivClassName
{
background-color: #AC6662;
}
.BgClassName
{
background-color: #AC6662;
}
</style>
border-color css
<style>
span { border-color: #AC6662; }
span { border-color: rgb(172,102,98); }
td.TdClassName
{
border-color: #AC6662;
}
.TagClassName
{
border-color: #AC6662;
}
</style>