Shades of Apple Blossom #AC5040
Tints of Apple Blossom #AC5040
RGB
CMYK
RGB Variations
Color information
#AC5040 (or 0xAC5040) is known color: Apple Blossom. HEX triplet: AC, 50 and 40. RGB value is (172,80,64). Sum of RGB (Red+Green+Blue) = 172+80+64=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5040 is #53AFBF. Grayscale: #696969. Windows color (decimal): -5484480 or 4214956. OLE color: 4214956.
HSL color Cylindrical-coordinate representation of color #AC5040: hue angle of 8.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5040 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 64 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.33 |
| HSL | 8.89º | 0.46% | 0.46% | - |
| HSV(B) | 8.89º | 0.63% | 0.67% | - |
| XYZ | 20.81 | 14.88 | 6.63 | - |
| YUV | 105.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 64 | 0 | 0.53 | 0.63 | 0.33 | 8.89 | 0.46 | 0.46 |
| Hex | AC | 50 | 40 | 0 | 35 | 3F | 21 | 9 | 2E | 2E |
| Octal | 254 | 120 | 100 | 0 | 65 | 77 | 41 | 11 | 56 | 56 |
| Binary | 10101100 | 1010000 | 1000000 | 0 | 110101 | 111111 | 100001 | 1001 | 101110 | 101110 |
Color Harmonies of #AC5040
Complementary color
Monochromatic Colors of #AC5040
Black with #AC5040
Text Example
Text Example
White with #AC5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5040; }
p { color: rgb(172,80,64); }
H1.HeaderClassName
{
color: #AC5040;
}
.AnyTagClassName
{
color: #AC5040;
}
</style>
background-color css
<style>
a { background-color: #AC5040; }
a { background-color: rgb(172,80,64); }
div.DivClassName
{
background-color: #AC5040;
}
.BgClassName
{
background-color: #AC5040;
}
</style>
border-color css
<style>
span { border-color: #AC5040; }
span { border-color: rgb(172,80,64); }
td.TdClassName
{
border-color: #AC5040;
}
.TagClassName
{
border-color: #AC5040;
}
</style>