Shades of Apple Blossom #AC554D
Tints of Apple Blossom #AC554D
RGB
CMYK
RGB Variations
Color information
#AC554D (or 0xAC554D) is known color: Apple Blossom. HEX triplet: AC, 55 and 4D. RGB value is (172,85,77). Sum of RGB (Red+Green+Blue) = 172+85+77=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC554D is #53AAB2. Grayscale: #6E6E6E. Windows color (decimal): -5483187 or 5068204. OLE color: 5068204.
HSL color Cylindrical-coordinate representation of color #AC554D: hue angle of 5.05º 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 #AC554D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 77 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.33 |
| HSL | 5.05º | 0.38% | 0.49% | - |
| HSV(B) | 5.05º | 0.55% | 0.67% | - |
| XYZ | 21.6 | 15.8 | 8.93 | - |
| YUV | 110.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 77 | 0 | 0.51 | 0.55 | 0.33 | 5.05 | 0.38 | 0.49 |
| Hex | AC | 55 | 4D | 0 | 33 | 37 | 21 | 5 | 26 | 31 |
| Octal | 254 | 125 | 115 | 0 | 63 | 67 | 41 | 5 | 46 | 61 |
| Binary | 10101100 | 1010101 | 1001101 | 0 | 110011 | 110111 | 100001 | 101 | 100110 | 110001 |
Color Harmonies of #AC554D
Complementary color
Monochromatic Colors of #AC554D
Black with #AC554D
Text Example
Text Example
White with #AC554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC554D; }
p { color: rgb(172,85,77); }
H1.HeaderClassName
{
color: #AC554D;
}
.AnyTagClassName
{
color: #AC554D;
}
</style>
background-color css
<style>
a { background-color: #AC554D; }
a { background-color: rgb(172,85,77); }
div.DivClassName
{
background-color: #AC554D;
}
.BgClassName
{
background-color: #AC554D;
}
</style>
border-color css
<style>
span { border-color: #AC554D; }
span { border-color: rgb(172,85,77); }
td.TdClassName
{
border-color: #AC554D;
}
.TagClassName
{
border-color: #AC554D;
}
</style>