Shades of Apple Blossom #AC4C4A
Tints of Apple Blossom #AC4C4A
RGB
CMYK
RGB Variations
Color information
#AC4C4A (or 0xAC4C4A) is known color: Apple Blossom. HEX triplet: AC, 4C and 4A. RGB value is (172,76,74). Sum of RGB (Red+Green+Blue) = 172+76+74=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C4A is #53B3B5. Grayscale: #686868. Windows color (decimal): -5485494 or 4869292. OLE color: 4869292.
HSL color Cylindrical-coordinate representation of color #AC4C4A: hue angle of 1.22º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4C4A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 74 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.33 |
| HSL | 1.22º | 0.4% | 0.48% | - |
| HSV(B) | 1.22º | 0.57% | 0.67% | - |
| XYZ | 20.83 | 14.43 | 8.17 | - |
| YUV | 104.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 74 | 0 | 0.56 | 0.57 | 0.33 | 1.22 | 0.4 | 0.48 |
| Hex | AC | 4C | 4A | 0 | 38 | 39 | 21 | 1 | 28 | 30 |
| Octal | 254 | 114 | 112 | 0 | 70 | 71 | 41 | 1 | 50 | 60 |
| Binary | 10101100 | 1001100 | 1001010 | 0 | 111000 | 111001 | 100001 | 1 | 101000 | 110000 |
Color Harmonies of #AC4C4A
Complementary color
Monochromatic Colors of #AC4C4A
Black with #AC4C4A
Text Example
Text Example
White with #AC4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C4A; }
p { color: rgb(172,76,74); }
H1.HeaderClassName
{
color: #AC4C4A;
}
.AnyTagClassName
{
color: #AC4C4A;
}
</style>
background-color css
<style>
a { background-color: #AC4C4A; }
a { background-color: rgb(172,76,74); }
div.DivClassName
{
background-color: #AC4C4A;
}
.BgClassName
{
background-color: #AC4C4A;
}
</style>
border-color css
<style>
span { border-color: #AC4C4A; }
span { border-color: rgb(172,76,74); }
td.TdClassName
{
border-color: #AC4C4A;
}
.TagClassName
{
border-color: #AC4C4A;
}
</style>