Shades of Apple Blossom #AC4D40
Tints of Apple Blossom #AC4D40
RGB
CMYK
RGB Variations
Color information
#AC4D40 (or 0xAC4D40) is known color: Apple Blossom. HEX triplet: AC, 4D and 40. RGB value is (172,77,64). Sum of RGB (Red+Green+Blue) = 172+77+64=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D40 is #53B2BF. Grayscale: #686868. Windows color (decimal): -5485248 or 4214188. OLE color: 4214188.
HSL color Cylindrical-coordinate representation of color #AC4D40: hue angle of 7.22º 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 #AC4D40 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 64 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.33 |
| HSL | 7.22º | 0.46% | 0.46% | - |
| HSV(B) | 7.22º | 0.63% | 0.67% | - |
| XYZ | 20.59 | 14.45 | 6.55 | - |
| YUV | 103.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 64 | 0 | 0.55 | 0.63 | 0.33 | 7.22 | 0.46 | 0.46 |
| Hex | AC | 4D | 40 | 0 | 37 | 3F | 21 | 7 | 2E | 2E |
| Octal | 254 | 115 | 100 | 0 | 67 | 77 | 41 | 7 | 56 | 56 |
| Binary | 10101100 | 1001101 | 1000000 | 0 | 110111 | 111111 | 100001 | 111 | 101110 | 101110 |
Color Harmonies of #AC4D40
Complementary color
Monochromatic Colors of #AC4D40
Black with #AC4D40
Text Example
Text Example
White with #AC4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D40; }
p { color: rgb(172,77,64); }
H1.HeaderClassName
{
color: #AC4D40;
}
.AnyTagClassName
{
color: #AC4D40;
}
</style>
background-color css
<style>
a { background-color: #AC4D40; }
a { background-color: rgb(172,77,64); }
div.DivClassName
{
background-color: #AC4D40;
}
.BgClassName
{
background-color: #AC4D40;
}
</style>
border-color css
<style>
span { border-color: #AC4D40; }
span { border-color: rgb(172,77,64); }
td.TdClassName
{
border-color: #AC4D40;
}
.TagClassName
{
border-color: #AC4D40;
}
</style>