Shades of Apple Blossom #AC564C
Tints of Apple Blossom #AC564C
RGB
CMYK
RGB Variations
Color information
#AC564C (or 0xAC564C) is known color: Apple Blossom. HEX triplet: AC, 56 and 4C. RGB value is (172,86,76). Sum of RGB (Red+Green+Blue) = 172+86+76=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC564C is #53A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5482932 or 5002924. OLE color: 5002924.
HSL color Cylindrical-coordinate representation of color #AC564C: hue angle of 6.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC564C is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 76 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.33 |
| HSL | 6.25º | 0.39% | 0.49% | - |
| HSV(B) | 6.25º | 0.56% | 0.67% | - |
| XYZ | 21.65 | 15.95 | 8.77 | - |
| YUV | 110.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 76 | 0 | 0.5 | 0.56 | 0.33 | 6.25 | 0.39 | 0.49 |
| Hex | AC | 56 | 4C | 0 | 32 | 38 | 21 | 6 | 27 | 31 |
| Octal | 254 | 126 | 114 | 0 | 62 | 70 | 41 | 6 | 47 | 61 |
| Binary | 10101100 | 1010110 | 1001100 | 0 | 110010 | 111000 | 100001 | 110 | 100111 | 110001 |
Color Harmonies of #AC564C
Complementary color
Monochromatic Colors of #AC564C
Black with #AC564C
Text Example
Text Example
White with #AC564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC564C; }
p { color: rgb(172,86,76); }
H1.HeaderClassName
{
color: #AC564C;
}
.AnyTagClassName
{
color: #AC564C;
}
</style>
background-color css
<style>
a { background-color: #AC564C; }
a { background-color: rgb(172,86,76); }
div.DivClassName
{
background-color: #AC564C;
}
.BgClassName
{
background-color: #AC564C;
}
</style>
border-color css
<style>
span { border-color: #AC564C; }
span { border-color: rgb(172,86,76); }
td.TdClassName
{
border-color: #AC564C;
}
.TagClassName
{
border-color: #AC564C;
}
</style>