Shades of Apple Blossom #AC5955
Tints of Apple Blossom #AC5955
RGB
CMYK
RGB Variations
Color information
#AC5955 (or 0xAC5955) is known color: Apple Blossom. HEX triplet: AC, 59 and 55. RGB value is (172,89,85). Sum of RGB (Red+Green+Blue) = 172+89+85=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5955 is #53A6AA. Grayscale: #717171. Windows color (decimal): -5482155 or 5593516. OLE color: 5593516.
HSL color Cylindrical-coordinate representation of color #AC5955: hue angle of 2.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5955 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 85 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.33 |
| HSL | 2.76º | 0.34% | 0.5% | - |
| HSV(B) | 2.76º | 0.51% | 0.67% | - |
| XYZ | 22.23 | 16.57 | 10.62 | - |
| YUV | 113.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 85 | 0 | 0.48 | 0.51 | 0.33 | 2.76 | 0.34 | 0.5 |
| Hex | AC | 59 | 55 | 0 | 30 | 33 | 21 | 3 | 22 | 32 |
| Octal | 254 | 131 | 125 | 0 | 60 | 63 | 41 | 3 | 42 | 62 |
| Binary | 10101100 | 1011001 | 1010101 | 0 | 110000 | 110011 | 100001 | 11 | 100010 | 110010 |
Color Harmonies of #AC5955
Complementary color
Monochromatic Colors of #AC5955
Black with #AC5955
Text Example
Text Example
White with #AC5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5955; }
p { color: rgb(172,89,85); }
H1.HeaderClassName
{
color: #AC5955;
}
.AnyTagClassName
{
color: #AC5955;
}
</style>
background-color css
<style>
a { background-color: #AC5955; }
a { background-color: rgb(172,89,85); }
div.DivClassName
{
background-color: #AC5955;
}
.BgClassName
{
background-color: #AC5955;
}
</style>
border-color css
<style>
span { border-color: #AC5955; }
span { border-color: rgb(172,89,85); }
td.TdClassName
{
border-color: #AC5955;
}
.TagClassName
{
border-color: #AC5955;
}
</style>