Shades of Apple Blossom #AC554E
Tints of Apple Blossom #AC554E
RGB
CMYK
RGB Variations
Color information
#AC554E (or 0xAC554E) is known color: Apple Blossom. HEX triplet: AC, 55 and 4E. RGB value is (172,85,78). Sum of RGB (Red+Green+Blue) = 172+85+78=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC554E is #53AAB1. Grayscale: #6E6E6E. Windows color (decimal): -5483186 or 5133740. OLE color: 5133740.
HSL color Cylindrical-coordinate representation of color #AC554E: hue angle of 4.47º 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 #AC554E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 78 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.33 |
| HSL | 4.47º | 0.38% | 0.49% | - |
| HSV(B) | 4.47º | 0.55% | 0.67% | - |
| XYZ | 21.64 | 15.82 | 9.12 | - |
| YUV | 110.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 78 | 0 | 0.51 | 0.55 | 0.33 | 4.47 | 0.38 | 0.49 |
| Hex | AC | 55 | 4E | 0 | 33 | 37 | 21 | 4 | 26 | 31 |
| Octal | 254 | 125 | 116 | 0 | 63 | 67 | 41 | 4 | 46 | 61 |
| Binary | 10101100 | 1010101 | 1001110 | 0 | 110011 | 110111 | 100001 | 100 | 100110 | 110001 |
Color Harmonies of #AC554E
Complementary color
Monochromatic Colors of #AC554E
Black with #AC554E
Text Example
Text Example
White with #AC554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC554E; }
p { color: rgb(172,85,78); }
H1.HeaderClassName
{
color: #AC554E;
}
.AnyTagClassName
{
color: #AC554E;
}
</style>
background-color css
<style>
a { background-color: #AC554E; }
a { background-color: rgb(172,85,78); }
div.DivClassName
{
background-color: #AC554E;
}
.BgClassName
{
background-color: #AC554E;
}
</style>
border-color css
<style>
span { border-color: #AC554E; }
span { border-color: rgb(172,85,78); }
td.TdClassName
{
border-color: #AC554E;
}
.TagClassName
{
border-color: #AC554E;
}
</style>