Shades of Apple Blossom #AC564E
Tints of Apple Blossom #AC564E
RGB
CMYK
RGB Variations
Color information
#AC564E (or 0xAC564E) is known color: Apple Blossom. HEX triplet: AC, 56 and 4E. RGB value is (172,86,78). Sum of RGB (Red+Green+Blue) = 172+86+78=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC564E is #53A9B1. Grayscale: #6E6E6E. Windows color (decimal): -5482930 or 5133996. OLE color: 5133996.
HSL color Cylindrical-coordinate representation of color #AC564E: hue angle of 5.11º 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 #AC564E is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 78 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.33 |
| HSL | 5.11º | 0.38% | 0.49% | - |
| HSV(B) | 5.11º | 0.55% | 0.67% | - |
| XYZ | 21.72 | 15.98 | 9.15 | - |
| YUV | 110.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 78 | 0 | 0.5 | 0.55 | 0.33 | 5.11 | 0.38 | 0.49 |
| Hex | AC | 56 | 4E | 0 | 32 | 37 | 21 | 5 | 26 | 31 |
| Octal | 254 | 126 | 116 | 0 | 62 | 67 | 41 | 5 | 46 | 61 |
| Binary | 10101100 | 1010110 | 1001110 | 0 | 110010 | 110111 | 100001 | 101 | 100110 | 110001 |
Color Harmonies of #AC564E
Complementary color
Monochromatic Colors of #AC564E
Black with #AC564E
Text Example
Text Example
White with #AC564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC564E; }
p { color: rgb(172,86,78); }
H1.HeaderClassName
{
color: #AC564E;
}
.AnyTagClassName
{
color: #AC564E;
}
</style>
background-color css
<style>
a { background-color: #AC564E; }
a { background-color: rgb(172,86,78); }
div.DivClassName
{
background-color: #AC564E;
}
.BgClassName
{
background-color: #AC564E;
}
</style>
border-color css
<style>
span { border-color: #AC564E; }
span { border-color: rgb(172,86,78); }
td.TdClassName
{
border-color: #AC564E;
}
.TagClassName
{
border-color: #AC564E;
}
</style>