Shades of Apple Blossom #AC4C44
Tints of Apple Blossom #AC4C44
RGB
CMYK
RGB Variations
Color information
#AC4C44 (or 0xAC4C44) is known color: Apple Blossom. HEX triplet: AC, 4C and 44. RGB value is (172,76,68). Sum of RGB (Red+Green+Blue) = 172+76+68=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C44 is #53B3BB. Grayscale: #676767. Windows color (decimal): -5485500 or 4476076. OLE color: 4476076.
HSL color Cylindrical-coordinate representation of color #AC4C44: hue angle of 4.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4C44 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 68 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.33 |
| HSL | 4.62º | 0.43% | 0.47% | - |
| HSV(B) | 4.62º | 0.6% | 0.67% | - |
| XYZ | 20.64 | 14.36 | 7.15 | - |
| YUV | 103.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 68 | 0 | 0.56 | 0.60 | 0.33 | 4.62 | 0.43 | 0.47 |
| Hex | AC | 4C | 44 | 0 | 38 | 3C | 21 | 5 | 2B | 2F |
| Octal | 254 | 114 | 104 | 0 | 70 | 74 | 41 | 5 | 53 | 57 |
| Binary | 10101100 | 1001100 | 1000100 | 0 | 111000 | 111100 | 100001 | 101 | 101011 | 101111 |
Color Harmonies of #AC4C44
Complementary color
Monochromatic Colors of #AC4C44
Black with #AC4C44
Text Example
Text Example
White with #AC4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C44; }
p { color: rgb(172,76,68); }
H1.HeaderClassName
{
color: #AC4C44;
}
.AnyTagClassName
{
color: #AC4C44;
}
</style>
background-color css
<style>
a { background-color: #AC4C44; }
a { background-color: rgb(172,76,68); }
div.DivClassName
{
background-color: #AC4C44;
}
.BgClassName
{
background-color: #AC4C44;
}
</style>
border-color css
<style>
span { border-color: #AC4C44; }
span { border-color: rgb(172,76,68); }
td.TdClassName
{
border-color: #AC4C44;
}
.TagClassName
{
border-color: #AC4C44;
}
</style>