Shades of Apple Blossom #AC5555
Tints of Apple Blossom #AC5555
RGB
CMYK
RGB Variations
Color information
#AC5555 (or 0xAC5555) is known color: Apple Blossom. HEX triplet: AC, 55 and 55. RGB value is (172,85,85). Sum of RGB (Red+Green+Blue) = 172+85+85=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5555 is #53AAAA. Grayscale: #6F6F6F. Windows color (decimal): -5483179 or 5592492. OLE color: 5592492.
HSL color Cylindrical-coordinate representation of color #AC5555: hue angle of 0º 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 #AC5555 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 85 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.33 |
| HSL | 0º | 0.34% | 0.5% | - |
| HSV(B) | 0º | 0.51% | 0.67% | - |
| XYZ | 21.9 | 15.92 | 10.51 | - |
| YUV | 111.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 85 | 0 | 0.51 | 0.51 | 0.33 | 0 | 0.34 | 0.5 |
| Hex | AC | 55 | 55 | 0 | 33 | 33 | 21 | 0 | 22 | 32 |
| Octal | 254 | 125 | 125 | 0 | 63 | 63 | 41 | 0 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1010101 | 0 | 110011 | 110011 | 100001 | 0 | 100010 | 110010 |
Color Harmonies of #AC5555
Complementary color
Monochromatic Colors of #AC5555
Black with #AC5555
Text Example
Text Example
White with #AC5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5555; }
p { color: rgb(172,85,85); }
H1.HeaderClassName
{
color: #AC5555;
}
.AnyTagClassName
{
color: #AC5555;
}
</style>
background-color css
<style>
a { background-color: #AC5555; }
a { background-color: rgb(172,85,85); }
div.DivClassName
{
background-color: #AC5555;
}
.BgClassName
{
background-color: #AC5555;
}
</style>
border-color css
<style>
span { border-color: #AC5555; }
span { border-color: rgb(172,85,85); }
td.TdClassName
{
border-color: #AC5555;
}
.TagClassName
{
border-color: #AC5555;
}
</style>