Shades of Coral Tree #AC6963
Tints of Coral Tree #AC6963
RGB
CMYK
RGB Variations
Color information
#AC6963 (or 0xAC6963) is known color: Coral Tree. HEX triplet: AC, 69 and 63. RGB value is (172,105,99). Sum of RGB (Red+Green+Blue) = 172+105+99=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6963 is #53969C. Grayscale: #7C7C7C. Windows color (decimal): -5478045 or 6515116. OLE color: 6515116.
HSL color Cylindrical-coordinate representation of color #AC6963: hue angle of 4.93º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6963 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 99 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.33 |
| HSL | 4.93º | 0.31% | 0.53% | - |
| HSV(B) | 4.93º | 0.42% | 0.67% | - |
| XYZ | 24.32 | 19.77 | 14.34 | - |
| YUV | 124.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 99 | 0 | 0.39 | 0.42 | 0.33 | 4.93 | 0.31 | 0.53 |
| Hex | AC | 69 | 63 | 0 | 27 | 2A | 21 | 5 | 1F | 35 |
| Octal | 254 | 151 | 143 | 0 | 47 | 52 | 41 | 5 | 37 | 65 |
| Binary | 10101100 | 1101001 | 1100011 | 0 | 100111 | 101010 | 100001 | 101 | 11111 | 110101 |
Color Harmonies of #AC6963
Complementary color
Monochromatic Colors of #AC6963
Black with #AC6963
Text Example
Text Example
White with #AC6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6963; }
p { color: rgb(172,105,99); }
H1.HeaderClassName
{
color: #AC6963;
}
.AnyTagClassName
{
color: #AC6963;
}
</style>
background-color css
<style>
a { background-color: #AC6963; }
a { background-color: rgb(172,105,99); }
div.DivClassName
{
background-color: #AC6963;
}
.BgClassName
{
background-color: #AC6963;
}
</style>
border-color css
<style>
span { border-color: #AC6963; }
span { border-color: rgb(172,105,99); }
td.TdClassName
{
border-color: #AC6963;
}
.TagClassName
{
border-color: #AC6963;
}
</style>