Shades of Apple Blossom #AC514D
Tints of Apple Blossom #AC514D
RGB
CMYK
RGB Variations
Color information
#AC514D (or 0xAC514D) is known color: Apple Blossom. HEX triplet: AC, 51 and 4D. RGB value is (172,81,77). Sum of RGB (Red+Green+Blue) = 172+81+77=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC514D is #53AEB2. Grayscale: #6B6B6B. Windows color (decimal): -5484211 or 5067180. OLE color: 5067180.
HSL color Cylindrical-coordinate representation of color #AC514D: hue angle of 2.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC514D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 77 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.33 |
| HSL | 2.53º | 0.38% | 0.49% | - |
| HSV(B) | 2.53º | 0.55% | 0.67% | - |
| XYZ | 21.3 | 15.19 | 8.83 | - |
| YUV | 107.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 77 | 0 | 0.53 | 0.55 | 0.33 | 2.53 | 0.38 | 0.49 |
| Hex | AC | 51 | 4D | 0 | 35 | 37 | 21 | 3 | 26 | 31 |
| Octal | 254 | 121 | 115 | 0 | 65 | 67 | 41 | 3 | 46 | 61 |
| Binary | 10101100 | 1010001 | 1001101 | 0 | 110101 | 110111 | 100001 | 11 | 100110 | 110001 |
Color Harmonies of #AC514D
Complementary color
Monochromatic Colors of #AC514D
Black with #AC514D
Text Example
Text Example
White with #AC514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC514D; }
p { color: rgb(172,81,77); }
H1.HeaderClassName
{
color: #AC514D;
}
.AnyTagClassName
{
color: #AC514D;
}
</style>
background-color css
<style>
a { background-color: #AC514D; }
a { background-color: rgb(172,81,77); }
div.DivClassName
{
background-color: #AC514D;
}
.BgClassName
{
background-color: #AC514D;
}
</style>
border-color css
<style>
span { border-color: #AC514D; }
span { border-color: rgb(172,81,77); }
td.TdClassName
{
border-color: #AC514D;
}
.TagClassName
{
border-color: #AC514D;
}
</style>