Shades of Apple Blossom #AC544D
Tints of Apple Blossom #AC544D
RGB
CMYK
RGB Variations
Color information
#AC544D (or 0xAC544D) is known color: Apple Blossom. HEX triplet: AC, 54 and 4D. RGB value is (172,84,77). Sum of RGB (Red+Green+Blue) = 172+84+77=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC544D is #53ABB2. Grayscale: #6D6D6D. Windows color (decimal): -5483443 or 5067948. OLE color: 5067948.
HSL color Cylindrical-coordinate representation of color #AC544D: hue angle of 4.42º 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 #AC544D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 77 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.33 |
| HSL | 4.42º | 0.38% | 0.49% | - |
| HSV(B) | 4.42º | 0.55% | 0.67% | - |
| XYZ | 21.52 | 15.65 | 8.91 | - |
| YUV | 109.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 77 | 0 | 0.51 | 0.55 | 0.33 | 4.42 | 0.38 | 0.49 |
| Hex | AC | 54 | 4D | 0 | 33 | 37 | 21 | 4 | 26 | 31 |
| Octal | 254 | 124 | 115 | 0 | 63 | 67 | 41 | 4 | 46 | 61 |
| Binary | 10101100 | 1010100 | 1001101 | 0 | 110011 | 110111 | 100001 | 100 | 100110 | 110001 |
Color Harmonies of #AC544D
Complementary color
Monochromatic Colors of #AC544D
Black with #AC544D
Text Example
Text Example
White with #AC544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC544D; }
p { color: rgb(172,84,77); }
H1.HeaderClassName
{
color: #AC544D;
}
.AnyTagClassName
{
color: #AC544D;
}
</style>
background-color css
<style>
a { background-color: #AC544D; }
a { background-color: rgb(172,84,77); }
div.DivClassName
{
background-color: #AC544D;
}
.BgClassName
{
background-color: #AC544D;
}
</style>
border-color css
<style>
span { border-color: #AC544D; }
span { border-color: rgb(172,84,77); }
td.TdClassName
{
border-color: #AC544D;
}
.TagClassName
{
border-color: #AC544D;
}
</style>