Shades of Coral Tree #AC6B65
Tints of Coral Tree #AC6B65
RGB
CMYK
RGB Variations
Color information
#AC6B65 (or 0xAC6B65) is known color: Coral Tree. HEX triplet: AC, 6B and 65. RGB value is (172,107,101). Sum of RGB (Red+Green+Blue) = 172+107+101=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B65 is #53949A. Grayscale: #7D7D7D. Windows color (decimal): -5477531 or 6646700. OLE color: 6646700.
HSL color Cylindrical-coordinate representation of color #AC6B65: hue angle of 5.07º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6B65 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 101 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.33 |
| HSL | 5.07º | 0.3% | 0.54% | - |
| HSV(B) | 5.07º | 0.41% | 0.67% | - |
| XYZ | 24.62 | 20.23 | 14.92 | - |
| YUV | 125.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 101 | 0 | 0.38 | 0.41 | 0.33 | 5.07 | 0.3 | 0.54 |
| Hex | AC | 6B | 65 | 0 | 26 | 29 | 21 | 5 | 1E | 36 |
| Octal | 254 | 153 | 145 | 0 | 46 | 51 | 41 | 5 | 36 | 66 |
| Binary | 10101100 | 1101011 | 1100101 | 0 | 100110 | 101001 | 100001 | 101 | 11110 | 110110 |
Color Harmonies of #AC6B65
Complementary color
Monochromatic Colors of #AC6B65
Black with #AC6B65
Text Example
Text Example
White with #AC6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B65; }
p { color: rgb(172,107,101); }
H1.HeaderClassName
{
color: #AC6B65;
}
.AnyTagClassName
{
color: #AC6B65;
}
</style>
background-color css
<style>
a { background-color: #AC6B65; }
a { background-color: rgb(172,107,101); }
div.DivClassName
{
background-color: #AC6B65;
}
.BgClassName
{
background-color: #AC6B65;
}
</style>
border-color css
<style>
span { border-color: #AC6B65; }
span { border-color: rgb(172,107,101); }
td.TdClassName
{
border-color: #AC6B65;
}
.TagClassName
{
border-color: #AC6B65;
}
</style>