Shades of Apple Blossom #AC4945
Tints of Apple Blossom #AC4945
RGB
CMYK
RGB Variations
Color information
#AC4945 (or 0xAC4945) is known color: Apple Blossom. HEX triplet: AC, 49 and 45. RGB value is (172,73,69). Sum of RGB (Red+Green+Blue) = 172+73+69=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4945 is #53B6BA. Grayscale: #666666. Windows color (decimal): -5486267 or 4540844. OLE color: 4540844.
HSL color Cylindrical-coordinate representation of color #AC4945: hue angle of 2.33º 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 #AC4945 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 69 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.33 |
| HSL | 2.33º | 0.43% | 0.47% | - |
| HSV(B) | 2.33º | 0.6% | 0.67% | - |
| XYZ | 20.47 | 13.97 | 7.25 | - |
| YUV | 102.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 69 | 0 | 0.58 | 0.60 | 0.33 | 2.33 | 0.43 | 0.47 |
| Hex | AC | 49 | 45 | 0 | 3A | 3C | 21 | 2 | 2B | 2F |
| Octal | 254 | 111 | 105 | 0 | 72 | 74 | 41 | 2 | 53 | 57 |
| Binary | 10101100 | 1001001 | 1000101 | 0 | 111010 | 111100 | 100001 | 10 | 101011 | 101111 |
Color Harmonies of #AC4945
Complementary color
Monochromatic Colors of #AC4945
Black with #AC4945
Text Example
Text Example
White with #AC4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4945; }
p { color: rgb(172,73,69); }
H1.HeaderClassName
{
color: #AC4945;
}
.AnyTagClassName
{
color: #AC4945;
}
</style>
background-color css
<style>
a { background-color: #AC4945; }
a { background-color: rgb(172,73,69); }
div.DivClassName
{
background-color: #AC4945;
}
.BgClassName
{
background-color: #AC4945;
}
</style>
border-color css
<style>
span { border-color: #AC4945; }
span { border-color: rgb(172,73,69); }
td.TdClassName
{
border-color: #AC4945;
}
.TagClassName
{
border-color: #AC4945;
}
</style>