Shades of Coral Tree #AC6C5D
Tints of Coral Tree #AC6C5D
RGB
CMYK
RGB Variations
Color information
#AC6C5D (or 0xAC6C5D) is known color: Coral Tree. HEX triplet: AC, 6C and 5D. RGB value is (172,108,93). Sum of RGB (Red+Green+Blue) = 172+108+93=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C5D is #5393A2. Grayscale: #7D7D7D. Windows color (decimal): -5477283 or 6122668. OLE color: 6122668.
HSL color Cylindrical-coordinate representation of color #AC6C5D: hue angle of 11.39º 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 #AC6C5D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 93 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.33 |
| HSL | 11.39º | 0.32% | 0.52% | - |
| HSV(B) | 11.39º | 0.46% | 0.67% | - |
| XYZ | 24.35 | 20.29 | 12.99 | - |
| YUV | 125.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 93 | 0 | 0.37 | 0.46 | 0.33 | 11.39 | 0.32 | 0.52 |
| Hex | AC | 6C | 5D | 0 | 25 | 2E | 21 | B | 20 | 34 |
| Octal | 254 | 154 | 135 | 0 | 45 | 56 | 41 | 13 | 40 | 64 |
| Binary | 10101100 | 1101100 | 1011101 | 0 | 100101 | 101110 | 100001 | 1011 | 100000 | 110100 |
Color Harmonies of #AC6C5D
Complementary color
Monochromatic Colors of #AC6C5D
Black with #AC6C5D
Text Example
Text Example
White with #AC6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C5D; }
p { color: rgb(172,108,93); }
H1.HeaderClassName
{
color: #AC6C5D;
}
.AnyTagClassName
{
color: #AC6C5D;
}
</style>
background-color css
<style>
a { background-color: #AC6C5D; }
a { background-color: rgb(172,108,93); }
div.DivClassName
{
background-color: #AC6C5D;
}
.BgClassName
{
background-color: #AC6C5D;
}
</style>
border-color css
<style>
span { border-color: #AC6C5D; }
span { border-color: rgb(172,108,93); }
td.TdClassName
{
border-color: #AC6C5D;
}
.TagClassName
{
border-color: #AC6C5D;
}
</style>