Shades of Apple Blossom #AC534A
Tints of Apple Blossom #AC534A
RGB
CMYK
RGB Variations
Color information
#AC534A (or 0xAC534A) is known color: Apple Blossom. HEX triplet: AC, 53 and 4A. RGB value is (172,83,74). Sum of RGB (Red+Green+Blue) = 172+83+74=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC534A is #53ACB5. Grayscale: #6C6C6C. Windows color (decimal): -5483702 or 4871084. OLE color: 4871084.
HSL color Cylindrical-coordinate representation of color #AC534A: hue angle of 5.51º 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 #AC534A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 74 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.33 |
| HSL | 5.51º | 0.4% | 0.48% | - |
| HSV(B) | 5.51º | 0.57% | 0.67% | - |
| XYZ | 21.34 | 15.45 | 8.34 | - |
| YUV | 108.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 74 | 0 | 0.52 | 0.57 | 0.33 | 5.51 | 0.4 | 0.48 |
| Hex | AC | 53 | 4A | 0 | 34 | 39 | 21 | 6 | 28 | 30 |
| Octal | 254 | 123 | 112 | 0 | 64 | 71 | 41 | 6 | 50 | 60 |
| Binary | 10101100 | 1010011 | 1001010 | 0 | 110100 | 111001 | 100001 | 110 | 101000 | 110000 |
Color Harmonies of #AC534A
Complementary color
Monochromatic Colors of #AC534A
Black with #AC534A
Text Example
Text Example
White with #AC534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC534A; }
p { color: rgb(172,83,74); }
H1.HeaderClassName
{
color: #AC534A;
}
.AnyTagClassName
{
color: #AC534A;
}
</style>
background-color css
<style>
a { background-color: #AC534A; }
a { background-color: rgb(172,83,74); }
div.DivClassName
{
background-color: #AC534A;
}
.BgClassName
{
background-color: #AC534A;
}
</style>
border-color css
<style>
span { border-color: #AC534A; }
span { border-color: rgb(172,83,74); }
td.TdClassName
{
border-color: #AC534A;
}
.TagClassName
{
border-color: #AC534A;
}
</style>