Shades of Apple Blossom #AC5754
Tints of Apple Blossom #AC5754
RGB
CMYK
RGB Variations
Color information
#AC5754 (or 0xAC5754) is known color: Apple Blossom. HEX triplet: AC, 57 and 54. RGB value is (172,87,84). Sum of RGB (Red+Green+Blue) = 172+87+84=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5754 is #53A8AB. Grayscale: #707070. Windows color (decimal): -5482668 or 5527468. OLE color: 5527468.
HSL color Cylindrical-coordinate representation of color #AC5754: hue angle of 2.05º degrees, saturation: 0.35, 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 #AC5754 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 84 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 2.05º | 0.35% | 0.5% | - |
| HSV(B) | 2.05º | 0.51% | 0.67% | - |
| XYZ | 22.02 | 16.23 | 10.36 | - |
| YUV | 112.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 84 | 0 | 0.49 | 0.51 | 0.33 | 2.05 | 0.35 | 0.5 |
| Hex | AC | 57 | 54 | 0 | 31 | 33 | 21 | 2 | 23 | 32 |
| Octal | 254 | 127 | 124 | 0 | 61 | 63 | 41 | 2 | 43 | 62 |
| Binary | 10101100 | 1010111 | 1010100 | 0 | 110001 | 110011 | 100001 | 10 | 100011 | 110010 |
Color Harmonies of #AC5754
Complementary color
Monochromatic Colors of #AC5754
Black with #AC5754
Text Example
Text Example
White with #AC5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5754; }
p { color: rgb(172,87,84); }
H1.HeaderClassName
{
color: #AC5754;
}
.AnyTagClassName
{
color: #AC5754;
}
</style>
background-color css
<style>
a { background-color: #AC5754; }
a { background-color: rgb(172,87,84); }
div.DivClassName
{
background-color: #AC5754;
}
.BgClassName
{
background-color: #AC5754;
}
</style>
border-color css
<style>
span { border-color: #AC5754; }
span { border-color: rgb(172,87,84); }
td.TdClassName
{
border-color: #AC5754;
}
.TagClassName
{
border-color: #AC5754;
}
</style>