Shades of Apple Blossom #AC4E40
Tints of Apple Blossom #AC4E40
RGB
CMYK
RGB Variations
Color information
#AC4E40 (or 0xAC4E40) is known color: Apple Blossom. HEX triplet: AC, 4E and 40. RGB value is (172,78,64). Sum of RGB (Red+Green+Blue) = 172+78+64=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E40 is #53B1BF. Grayscale: #686868. Windows color (decimal): -5484992 or 4214444. OLE color: 4214444.
HSL color Cylindrical-coordinate representation of color #AC4E40: hue angle of 7.78º 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 #AC4E40 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 64 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.33 |
| HSL | 7.78º | 0.46% | 0.46% | - |
| HSV(B) | 7.78º | 0.63% | 0.67% | - |
| XYZ | 20.66 | 14.59 | 6.58 | - |
| YUV | 104.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 64 | 0 | 0.55 | 0.63 | 0.33 | 7.78 | 0.46 | 0.46 |
| Hex | AC | 4E | 40 | 0 | 37 | 3F | 21 | 8 | 2E | 2E |
| Octal | 254 | 116 | 100 | 0 | 67 | 77 | 41 | 10 | 56 | 56 |
| Binary | 10101100 | 1001110 | 1000000 | 0 | 110111 | 111111 | 100001 | 1000 | 101110 | 101110 |
Color Harmonies of #AC4E40
Complementary color
Monochromatic Colors of #AC4E40
Black with #AC4E40
Text Example
Text Example
White with #AC4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E40; }
p { color: rgb(172,78,64); }
H1.HeaderClassName
{
color: #AC4E40;
}
.AnyTagClassName
{
color: #AC4E40;
}
</style>
background-color css
<style>
a { background-color: #AC4E40; }
a { background-color: rgb(172,78,64); }
div.DivClassName
{
background-color: #AC4E40;
}
.BgClassName
{
background-color: #AC4E40;
}
</style>
border-color css
<style>
span { border-color: #AC4E40; }
span { border-color: rgb(172,78,64); }
td.TdClassName
{
border-color: #AC4E40;
}
.TagClassName
{
border-color: #AC4E40;
}
</style>