Shades of Apple Blossom #AC514A
Tints of Apple Blossom #AC514A
RGB
CMYK
RGB Variations
Color information
#AC514A (or 0xAC514A) is known color: Apple Blossom. HEX triplet: AC, 51 and 4A. RGB value is (172,81,74). Sum of RGB (Red+Green+Blue) = 172+81+74=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC514A is #53AEB5. Grayscale: #6B6B6B. Windows color (decimal): -5484214 or 4870572. OLE color: 4870572.
HSL color Cylindrical-coordinate representation of color #AC514A: hue angle of 4.29º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC514A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 74 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.33 |
| HSL | 4.29º | 0.4% | 0.48% | - |
| HSV(B) | 4.29º | 0.57% | 0.67% | - |
| XYZ | 21.19 | 15.15 | 8.29 | - |
| YUV | 107.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 74 | 0 | 0.53 | 0.57 | 0.33 | 4.29 | 0.4 | 0.48 |
| Hex | AC | 51 | 4A | 0 | 35 | 39 | 21 | 4 | 28 | 30 |
| Octal | 254 | 121 | 112 | 0 | 65 | 71 | 41 | 4 | 50 | 60 |
| Binary | 10101100 | 1010001 | 1001010 | 0 | 110101 | 111001 | 100001 | 100 | 101000 | 110000 |
Color Harmonies of #AC514A
Complementary color
Monochromatic Colors of #AC514A
Black with #AC514A
Text Example
Text Example
White with #AC514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC514A; }
p { color: rgb(172,81,74); }
H1.HeaderClassName
{
color: #AC514A;
}
.AnyTagClassName
{
color: #AC514A;
}
</style>
background-color css
<style>
a { background-color: #AC514A; }
a { background-color: rgb(172,81,74); }
div.DivClassName
{
background-color: #AC514A;
}
.BgClassName
{
background-color: #AC514A;
}
</style>
border-color css
<style>
span { border-color: #AC514A; }
span { border-color: rgb(172,81,74); }
td.TdClassName
{
border-color: #AC514A;
}
.TagClassName
{
border-color: #AC514A;
}
</style>