Shades of Apple Blossom #AC5D55
Tints of Apple Blossom #AC5D55
RGB
CMYK
RGB Variations
Color information
#AC5D55 (or 0xAC5D55) is known color: Apple Blossom. HEX triplet: AC, 5D and 55. RGB value is (172,93,85). Sum of RGB (Red+Green+Blue) = 172+93+85=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D55 is #53A2AA. Grayscale: #737373. Windows color (decimal): -5481131 or 5594540. OLE color: 5594540.
HSL color Cylindrical-coordinate representation of color #AC5D55: hue angle of 5.52º 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 #AC5D55 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 85 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.33 |
| HSL | 5.52º | 0.34% | 0.5% | - |
| HSV(B) | 5.52º | 0.51% | 0.67% | - |
| XYZ | 22.57 | 17.26 | 10.74 | - |
| YUV | 115.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 85 | 0 | 0.46 | 0.51 | 0.33 | 5.52 | 0.34 | 0.5 |
| Hex | AC | 5D | 55 | 0 | 2E | 33 | 21 | 6 | 22 | 32 |
| Octal | 254 | 135 | 125 | 0 | 56 | 63 | 41 | 6 | 42 | 62 |
| Binary | 10101100 | 1011101 | 1010101 | 0 | 101110 | 110011 | 100001 | 110 | 100010 | 110010 |
Color Harmonies of #AC5D55
Complementary color
Monochromatic Colors of #AC5D55
Black with #AC5D55
Text Example
Text Example
White with #AC5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D55; }
p { color: rgb(172,93,85); }
H1.HeaderClassName
{
color: #AC5D55;
}
.AnyTagClassName
{
color: #AC5D55;
}
</style>
background-color css
<style>
a { background-color: #AC5D55; }
a { background-color: rgb(172,93,85); }
div.DivClassName
{
background-color: #AC5D55;
}
.BgClassName
{
background-color: #AC5D55;
}
</style>
border-color css
<style>
span { border-color: #AC5D55; }
span { border-color: rgb(172,93,85); }
td.TdClassName
{
border-color: #AC5D55;
}
.TagClassName
{
border-color: #AC5D55;
}
</style>