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