Shades of Coral Tree #AC6965
Tints of Coral Tree #AC6965
RGB
CMYK
RGB Variations
Color information
#AC6965 (or 0xAC6965) is known color: Coral Tree. HEX triplet: AC, 69 and 65. RGB value is (172,105,101). Sum of RGB (Red+Green+Blue) = 172+105+101=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6965 is #53969A. Grayscale: #7C7C7C. Windows color (decimal): -5478043 or 6646188. OLE color: 6646188.
HSL color Cylindrical-coordinate representation of color #AC6965: hue angle of 3.38º 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 #AC6965 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 101 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.33 |
| HSL | 3.38º | 0.3% | 0.54% | - |
| HSV(B) | 3.38º | 0.41% | 0.67% | - |
| XYZ | 24.41 | 19.81 | 14.85 | - |
| YUV | 124.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 101 | 0 | 0.39 | 0.41 | 0.33 | 3.38 | 0.3 | 0.54 |
| Hex | AC | 69 | 65 | 0 | 27 | 29 | 21 | 3 | 1E | 36 |
| Octal | 254 | 151 | 145 | 0 | 47 | 51 | 41 | 3 | 36 | 66 |
| Binary | 10101100 | 1101001 | 1100101 | 0 | 100111 | 101001 | 100001 | 11 | 11110 | 110110 |
Color Harmonies of #AC6965
Complementary color
Monochromatic Colors of #AC6965
Black with #AC6965
Text Example
Text Example
White with #AC6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6965; }
p { color: rgb(172,105,101); }
H1.HeaderClassName
{
color: #AC6965;
}
.AnyTagClassName
{
color: #AC6965;
}
</style>
background-color css
<style>
a { background-color: #AC6965; }
a { background-color: rgb(172,105,101); }
div.DivClassName
{
background-color: #AC6965;
}
.BgClassName
{
background-color: #AC6965;
}
</style>
border-color css
<style>
span { border-color: #AC6965; }
span { border-color: rgb(172,105,101); }
td.TdClassName
{
border-color: #AC6965;
}
.TagClassName
{
border-color: #AC6965;
}
</style>