Shades of Apple Blossom #AC5855
Tints of Apple Blossom #AC5855
RGB
CMYK
RGB Variations
Color information
#AC5855 (or 0xAC5855) is known color: Apple Blossom. HEX triplet: AC, 58 and 55. RGB value is (172,88,85). Sum of RGB (Red+Green+Blue) = 172+88+85=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5855 is #53A7AA. Grayscale: #707070. Windows color (decimal): -5482411 or 5593260. OLE color: 5593260.
HSL color Cylindrical-coordinate representation of color #AC5855: hue angle of 2.07º 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 #AC5855 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 85 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 2.07º | 0.34% | 0.5% | - |
| HSV(B) | 2.07º | 0.51% | 0.67% | - |
| XYZ | 22.14 | 16.41 | 10.59 | - |
| YUV | 112.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 85 | 0 | 0.49 | 0.51 | 0.33 | 2.07 | 0.34 | 0.5 |
| Hex | AC | 58 | 55 | 0 | 31 | 33 | 21 | 2 | 22 | 32 |
| Octal | 254 | 130 | 125 | 0 | 61 | 63 | 41 | 2 | 42 | 62 |
| Binary | 10101100 | 1011000 | 1010101 | 0 | 110001 | 110011 | 100001 | 10 | 100010 | 110010 |
Color Harmonies of #AC5855
Complementary color
Monochromatic Colors of #AC5855
Black with #AC5855
Text Example
Text Example
White with #AC5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5855; }
p { color: rgb(172,88,85); }
H1.HeaderClassName
{
color: #AC5855;
}
.AnyTagClassName
{
color: #AC5855;
}
</style>
background-color css
<style>
a { background-color: #AC5855; }
a { background-color: rgb(172,88,85); }
div.DivClassName
{
background-color: #AC5855;
}
.BgClassName
{
background-color: #AC5855;
}
</style>
border-color css
<style>
span { border-color: #AC5855; }
span { border-color: rgb(172,88,85); }
td.TdClassName
{
border-color: #AC5855;
}
.TagClassName
{
border-color: #AC5855;
}
</style>