Shades of Coral Tree #AC665D
Tints of Coral Tree #AC665D
RGB
CMYK
RGB Variations
Color information
#AC665D (or 0xAC665D) is known color: Coral Tree. HEX triplet: AC, 66 and 5D. RGB value is (172,102,93). Sum of RGB (Red+Green+Blue) = 172+102+93=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC665D is #5399A2. Grayscale: #7A7A7A. Windows color (decimal): -5478819 or 6121132. OLE color: 6121132.
HSL color Cylindrical-coordinate representation of color #AC665D: hue angle of 6.84º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC665D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 93 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.33 |
| HSL | 6.84º | 0.32% | 0.52% | - |
| HSV(B) | 6.84º | 0.46% | 0.67% | - |
| XYZ | 23.74 | 19.06 | 12.78 | - |
| YUV | 121.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 93 | 0 | 0.41 | 0.46 | 0.33 | 6.84 | 0.32 | 0.52 |
| Hex | AC | 66 | 5D | 0 | 29 | 2E | 21 | 7 | 20 | 34 |
| Octal | 254 | 146 | 135 | 0 | 51 | 56 | 41 | 7 | 40 | 64 |
| Binary | 10101100 | 1100110 | 1011101 | 0 | 101001 | 101110 | 100001 | 111 | 100000 | 110100 |
Color Harmonies of #AC665D
Complementary color
Monochromatic Colors of #AC665D
Black with #AC665D
Text Example
Text Example
White with #AC665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC665D; }
p { color: rgb(172,102,93); }
H1.HeaderClassName
{
color: #AC665D;
}
.AnyTagClassName
{
color: #AC665D;
}
</style>
background-color css
<style>
a { background-color: #AC665D; }
a { background-color: rgb(172,102,93); }
div.DivClassName
{
background-color: #AC665D;
}
.BgClassName
{
background-color: #AC665D;
}
</style>
border-color css
<style>
span { border-color: #AC665D; }
span { border-color: rgb(172,102,93); }
td.TdClassName
{
border-color: #AC665D;
}
.TagClassName
{
border-color: #AC665D;
}
</style>