Shades of Apple Blossom #AC534F
Tints of Apple Blossom #AC534F
RGB
CMYK
RGB Variations
Color information
#AC534F (or 0xAC534F) is known color: Apple Blossom. HEX triplet: AC, 53 and 4F. RGB value is (172,83,79). Sum of RGB (Red+Green+Blue) = 172+83+79=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC534F is #53ACB0. Grayscale: #6D6D6D. Windows color (decimal): -5483697 or 5198764. OLE color: 5198764.
HSL color Cylindrical-coordinate representation of color #AC534F: hue angle of 2.58º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC534F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 79 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.33 |
| HSL | 2.58º | 0.37% | 0.49% | - |
| HSV(B) | 2.58º | 0.54% | 0.67% | - |
| XYZ | 21.52 | 15.52 | 9.26 | - |
| YUV | 109.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 79 | 0 | 0.52 | 0.54 | 0.33 | 2.58 | 0.37 | 0.49 |
| Hex | AC | 53 | 4F | 0 | 34 | 36 | 21 | 3 | 25 | 31 |
| Octal | 254 | 123 | 117 | 0 | 64 | 66 | 41 | 3 | 45 | 61 |
| Binary | 10101100 | 1010011 | 1001111 | 0 | 110100 | 110110 | 100001 | 11 | 100101 | 110001 |
Color Harmonies of #AC534F
Complementary color
Monochromatic Colors of #AC534F
Black with #AC534F
Text Example
Text Example
White with #AC534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC534F; }
p { color: rgb(172,83,79); }
H1.HeaderClassName
{
color: #AC534F;
}
.AnyTagClassName
{
color: #AC534F;
}
</style>
background-color css
<style>
a { background-color: #AC534F; }
a { background-color: rgb(172,83,79); }
div.DivClassName
{
background-color: #AC534F;
}
.BgClassName
{
background-color: #AC534F;
}
</style>
border-color css
<style>
span { border-color: #AC534F; }
span { border-color: rgb(172,83,79); }
td.TdClassName
{
border-color: #AC534F;
}
.TagClassName
{
border-color: #AC534F;
}
</style>