Shades of Apple Blossom #AC594E
Tints of Apple Blossom #AC594E
RGB
CMYK
RGB Variations
Color information
#AC594E (or 0xAC594E) is known color: Apple Blossom. HEX triplet: AC, 59 and 4E. RGB value is (172,89,78). Sum of RGB (Red+Green+Blue) = 172+89+78=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC594E is #53A6B1. Grayscale: #707070. Windows color (decimal): -5482162 or 5134764. OLE color: 5134764.
HSL color Cylindrical-coordinate representation of color #AC594E: hue angle of 7.02º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC594E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 78 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.33 |
| HSL | 7.02º | 0.38% | 0.49% | - |
| HSV(B) | 7.02º | 0.55% | 0.67% | - |
| XYZ | 21.96 | 16.47 | 9.23 | - |
| YUV | 112.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 78 | 0 | 0.48 | 0.55 | 0.33 | 7.02 | 0.38 | 0.49 |
| Hex | AC | 59 | 4E | 0 | 30 | 37 | 21 | 7 | 26 | 31 |
| Octal | 254 | 131 | 116 | 0 | 60 | 67 | 41 | 7 | 46 | 61 |
| Binary | 10101100 | 1011001 | 1001110 | 0 | 110000 | 110111 | 100001 | 111 | 100110 | 110001 |
Color Harmonies of #AC594E
Complementary color
Monochromatic Colors of #AC594E
Black with #AC594E
Text Example
Text Example
White with #AC594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC594E; }
p { color: rgb(172,89,78); }
H1.HeaderClassName
{
color: #AC594E;
}
.AnyTagClassName
{
color: #AC594E;
}
</style>
background-color css
<style>
a { background-color: #AC594E; }
a { background-color: rgb(172,89,78); }
div.DivClassName
{
background-color: #AC594E;
}
.BgClassName
{
background-color: #AC594E;
}
</style>
border-color css
<style>
span { border-color: #AC594E; }
span { border-color: rgb(172,89,78); }
td.TdClassName
{
border-color: #AC594E;
}
.TagClassName
{
border-color: #AC594E;
}
</style>