Shades of Apple Blossom #A45854
Tints of Apple Blossom #A45854
RGB
CMYK
RGB Variations
Color information
#A45854 (or 0xA45854) is known color: Apple Blossom. HEX triplet: A4, 58 and 54. RGB value is (164,88,84). Sum of RGB (Red+Green+Blue) = 164+88+84=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45854 is #5BA7AB. Grayscale: #6E6E6E. Windows color (decimal): -6006700 or 5527716. OLE color: 5527716.
HSL color Cylindrical-coordinate representation of color #A45854: hue angle of 3º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45854 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 84 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.36 |
| HSL | 3º | 0.32% | 0.49% | - |
| HSV(B) | 3º | 0.49% | 0.64% | - |
| XYZ | 20.4 | 15.51 | 10.31 | - |
| YUV | 110.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 84 | 0 | 0.46 | 0.49 | 0.36 | 3 | 0.32 | 0.49 |
| Hex | A4 | 58 | 54 | 0 | 2E | 31 | 24 | 3 | 20 | 31 |
| Octal | 244 | 130 | 124 | 0 | 56 | 61 | 44 | 3 | 40 | 61 |
| Binary | 10100100 | 1011000 | 1010100 | 0 | 101110 | 110001 | 100100 | 11 | 100000 | 110001 |
Color Harmonies of #A45854
Complementary color
Monochromatic Colors of #A45854
Black with #A45854
Text Example
Text Example
White with #A45854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45854; }
p { color: rgb(164,88,84); }
H1.HeaderClassName
{
color: #A45854;
}
.AnyTagClassName
{
color: #A45854;
}
</style>
background-color css
<style>
a { background-color: #A45854; }
a { background-color: rgb(164,88,84); }
div.DivClassName
{
background-color: #A45854;
}
.BgClassName
{
background-color: #A45854;
}
</style>
border-color css
<style>
span { border-color: #A45854; }
span { border-color: rgb(164,88,84); }
td.TdClassName
{
border-color: #A45854;
}
.TagClassName
{
border-color: #A45854;
}
</style>