Shades of Apple Blossom #AC4C41
Tints of Apple Blossom #AC4C41
RGB
CMYK
RGB Variations
Color information
#AC4C41 (or 0xAC4C41) is known color: Apple Blossom. HEX triplet: AC, 4C and 41. RGB value is (172,76,65). Sum of RGB (Red+Green+Blue) = 172+76+65=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C41 is #53B3BE. Grayscale: #676767. Windows color (decimal): -5485503 or 4279468. OLE color: 4279468.
HSL color Cylindrical-coordinate representation of color #AC4C41: hue angle of 6.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4C41 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 65 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.33 |
| HSL | 6.17º | 0.45% | 0.46% | - |
| HSV(B) | 6.17º | 0.62% | 0.67% | - |
| XYZ | 20.55 | 14.32 | 6.68 | - |
| YUV | 103.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 65 | 0 | 0.56 | 0.62 | 0.33 | 6.17 | 0.45 | 0.46 |
| Hex | AC | 4C | 41 | 0 | 38 | 3E | 21 | 6 | 2D | 2E |
| Octal | 254 | 114 | 101 | 0 | 70 | 76 | 41 | 6 | 55 | 56 |
| Binary | 10101100 | 1001100 | 1000001 | 0 | 111000 | 111110 | 100001 | 110 | 101101 | 101110 |
Color Harmonies of #AC4C41
Complementary color
Monochromatic Colors of #AC4C41
Black with #AC4C41
Text Example
Text Example
White with #AC4C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C41; }
p { color: rgb(172,76,65); }
H1.HeaderClassName
{
color: #AC4C41;
}
.AnyTagClassName
{
color: #AC4C41;
}
</style>
background-color css
<style>
a { background-color: #AC4C41; }
a { background-color: rgb(172,76,65); }
div.DivClassName
{
background-color: #AC4C41;
}
.BgClassName
{
background-color: #AC4C41;
}
</style>
border-color css
<style>
span { border-color: #AC4C41; }
span { border-color: rgb(172,76,65); }
td.TdClassName
{
border-color: #AC4C41;
}
.TagClassName
{
border-color: #AC4C41;
}
</style>