Shades of Apple Blossom #A0544E
Tints of Apple Blossom #A0544E
RGB
CMYK
RGB Variations
Color information
#A0544E (or 0xA0544E) is known color: Apple Blossom. HEX triplet: A0, 54 and 4E. RGB value is (160,84,78). Sum of RGB (Red+Green+Blue) = 160+84+78=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0544E is #5FABB1. Grayscale: #6A6A6A. Windows color (decimal): -6269874 or 5133472. OLE color: 5133472.
HSL color Cylindrical-coordinate representation of color #A0544E: hue angle of 4.39º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0544E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 78 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.37 |
| HSL | 4.39º | 0.34% | 0.47% | - |
| HSV(B) | 4.39º | 0.51% | 0.63% | - |
| XYZ | 19.04 | 14.36 | 8.98 | - |
| YUV | 106.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 78 | 0 | 0.48 | 0.51 | 0.37 | 4.39 | 0.34 | 0.47 |
| Hex | A0 | 54 | 4E | 0 | 30 | 33 | 25 | 4 | 22 | 2F |
| Octal | 240 | 124 | 116 | 0 | 60 | 63 | 45 | 4 | 42 | 57 |
| Binary | 10100000 | 1010100 | 1001110 | 0 | 110000 | 110011 | 100101 | 100 | 100010 | 101111 |
Color Harmonies of #A0544E
Complementary color
Monochromatic Colors of #A0544E
Black with #A0544E
Text Example
Text Example
White with #A0544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0544E; }
p { color: rgb(160,84,78); }
H1.HeaderClassName
{
color: #A0544E;
}
.AnyTagClassName
{
color: #A0544E;
}
</style>
background-color css
<style>
a { background-color: #A0544E; }
a { background-color: rgb(160,84,78); }
div.DivClassName
{
background-color: #A0544E;
}
.BgClassName
{
background-color: #A0544E;
}
</style>
border-color css
<style>
span { border-color: #A0544E; }
span { border-color: rgb(160,84,78); }
td.TdClassName
{
border-color: #A0544E;
}
.TagClassName
{
border-color: #A0544E;
}
</style>