Shades of Apple Blossom #AC4E3E
Tints of Apple Blossom #AC4E3E
RGB
CMYK
RGB Variations
Color information
#AC4E3E (or 0xAC4E3E) is known color: Apple Blossom. HEX triplet: AC, 4E and 3E. RGB value is (172,78,62). Sum of RGB (Red+Green+Blue) = 172+78+62=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E3E is #53B1C1. Grayscale: #686868. Windows color (decimal): -5484994 or 4083372. OLE color: 4083372.
HSL color Cylindrical-coordinate representation of color #AC4E3E: hue angle of 8.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4E3E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 62 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.33 |
| HSL | 8.73º | 0.47% | 0.46% | - |
| HSV(B) | 8.73º | 0.64% | 0.67% | - |
| XYZ | 20.61 | 14.57 | 6.28 | - |
| YUV | 104.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 62 | 0 | 0.55 | 0.64 | 0.33 | 8.73 | 0.47 | 0.46 |
| Hex | AC | 4E | 3E | 0 | 37 | 40 | 21 | 9 | 2F | 2E |
| Octal | 254 | 116 | 76 | 0 | 67 | 100 | 41 | 11 | 57 | 56 |
| Binary | 10101100 | 1001110 | 111110 | 0 | 110111 | 1000000 | 100001 | 1001 | 101111 | 101110 |
Color Harmonies of #AC4E3E
Complementary color
Monochromatic Colors of #AC4E3E
Black with #AC4E3E
Text Example
Text Example
White with #AC4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E3E; }
p { color: rgb(172,78,62); }
H1.HeaderClassName
{
color: #AC4E3E;
}
.AnyTagClassName
{
color: #AC4E3E;
}
</style>
background-color css
<style>
a { background-color: #AC4E3E; }
a { background-color: rgb(172,78,62); }
div.DivClassName
{
background-color: #AC4E3E;
}
.BgClassName
{
background-color: #AC4E3E;
}
</style>
border-color css
<style>
span { border-color: #AC4E3E; }
span { border-color: rgb(172,78,62); }
td.TdClassName
{
border-color: #AC4E3E;
}
.TagClassName
{
border-color: #AC4E3E;
}
</style>