Shades of Apple Blossom #AC5144
Tints of Apple Blossom #AC5144
RGB
CMYK
RGB Variations
Color information
#AC5144 (or 0xAC5144) is known color: Apple Blossom. HEX triplet: AC, 51 and 44. RGB value is (172,81,68). Sum of RGB (Red+Green+Blue) = 172+81+68=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5144 is #53AEBB. Grayscale: #6A6A6A. Windows color (decimal): -5484220 or 4477356. OLE color: 4477356.
HSL color Cylindrical-coordinate representation of color #AC5144: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5144 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 68 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.33 |
| HSL | 7.5º | 0.43% | 0.47% | - |
| HSV(B) | 7.5º | 0.6% | 0.67% | - |
| XYZ | 21 | 15.07 | 7.27 | - |
| YUV | 106.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 68 | 0 | 0.53 | 0.60 | 0.33 | 7.5 | 0.43 | 0.47 |
| Hex | AC | 51 | 44 | 0 | 35 | 3C | 21 | 8 | 2B | 2F |
| Octal | 254 | 121 | 104 | 0 | 65 | 74 | 41 | 10 | 53 | 57 |
| Binary | 10101100 | 1010001 | 1000100 | 0 | 110101 | 111100 | 100001 | 1000 | 101011 | 101111 |
Color Harmonies of #AC5144
Complementary color
Monochromatic Colors of #AC5144
Black with #AC5144
Text Example
Text Example
White with #AC5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5144; }
p { color: rgb(172,81,68); }
H1.HeaderClassName
{
color: #AC5144;
}
.AnyTagClassName
{
color: #AC5144;
}
</style>
background-color css
<style>
a { background-color: #AC5144; }
a { background-color: rgb(172,81,68); }
div.DivClassName
{
background-color: #AC5144;
}
.BgClassName
{
background-color: #AC5144;
}
</style>
border-color css
<style>
span { border-color: #AC5144; }
span { border-color: rgb(172,81,68); }
td.TdClassName
{
border-color: #AC5144;
}
.TagClassName
{
border-color: #AC5144;
}
</style>