Shades of Coral Tree #AC5E5C
Tints of Coral Tree #AC5E5C
RGB
CMYK
RGB Variations
Color information
#AC5E5C (or 0xAC5E5C) is known color: Coral Tree. HEX triplet: AC, 5E and 5C. RGB value is (172,94,92). Sum of RGB (Red+Green+Blue) = 172+94+92=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E5C is #53A1A3. Grayscale: #757575. Windows color (decimal): -5480868 or 6053548. OLE color: 6053548.
HSL color Cylindrical-coordinate representation of color #AC5E5C: hue angle of 1.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5E5C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 92 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.33 |
| HSL | 1.5º | 0.33% | 0.52% | - |
| HSV(B) | 1.5º | 0.47% | 0.67% | - |
| XYZ | 22.95 | 17.55 | 12.3 | - |
| YUV | 117.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 92 | 0 | 0.45 | 0.47 | 0.33 | 1.5 | 0.33 | 0.52 |
| Hex | AC | 5E | 5C | 0 | 2D | 2F | 21 | 2 | 21 | 34 |
| Octal | 254 | 136 | 134 | 0 | 55 | 57 | 41 | 2 | 41 | 64 |
| Binary | 10101100 | 1011110 | 1011100 | 0 | 101101 | 101111 | 100001 | 10 | 100001 | 110100 |
Color Harmonies of #AC5E5C
Complementary color
Monochromatic Colors of #AC5E5C
Black with #AC5E5C
Text Example
Text Example
White with #AC5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E5C; }
p { color: rgb(172,94,92); }
H1.HeaderClassName
{
color: #AC5E5C;
}
.AnyTagClassName
{
color: #AC5E5C;
}
</style>
background-color css
<style>
a { background-color: #AC5E5C; }
a { background-color: rgb(172,94,92); }
div.DivClassName
{
background-color: #AC5E5C;
}
.BgClassName
{
background-color: #AC5E5C;
}
</style>
border-color css
<style>
span { border-color: #AC5E5C; }
span { border-color: rgb(172,94,92); }
td.TdClassName
{
border-color: #AC5E5C;
}
.TagClassName
{
border-color: #AC5E5C;
}
</style>