Shades of Apple Blossom #A54E49
Tints of Apple Blossom #A54E49
RGB
CMYK
RGB Variations
Color information
#A54E49 (or 0xA54E49) is known color: Apple Blossom. HEX triplet: A5, 4E and 49. RGB value is (165,78,73). Sum of RGB (Red+Green+Blue) = 165+78+73=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E49 is #5AB1B6. Grayscale: #676767. Windows color (decimal): -5943735 or 4804261. OLE color: 4804261.
HSL color Cylindrical-coordinate representation of color #A54E49: hue angle of 3.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54E49 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 73 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.35 |
| HSL | 3.26º | 0.39% | 0.47% | - |
| HSV(B) | 3.26º | 0.56% | 0.65% | - |
| XYZ | 19.44 | 13.93 | 7.97 | - |
| YUV | 103.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 73 | 0 | 0.53 | 0.56 | 0.35 | 3.26 | 0.39 | 0.47 |
| Hex | A5 | 4E | 49 | 0 | 35 | 38 | 23 | 3 | 27 | 2F |
| Octal | 245 | 116 | 111 | 0 | 65 | 70 | 43 | 3 | 47 | 57 |
| Binary | 10100101 | 1001110 | 1001001 | 0 | 110101 | 111000 | 100011 | 11 | 100111 | 101111 |
Color Harmonies of #A54E49
Complementary color
Monochromatic Colors of #A54E49
Black with #A54E49
Text Example
Text Example
White with #A54E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E49; }
p { color: rgb(165,78,73); }
H1.HeaderClassName
{
color: #A54E49;
}
.AnyTagClassName
{
color: #A54E49;
}
</style>
background-color css
<style>
a { background-color: #A54E49; }
a { background-color: rgb(165,78,73); }
div.DivClassName
{
background-color: #A54E49;
}
.BgClassName
{
background-color: #A54E49;
}
</style>
border-color css
<style>
span { border-color: #A54E49; }
span { border-color: rgb(165,78,73); }
td.TdClassName
{
border-color: #A54E49;
}
.TagClassName
{
border-color: #A54E49;
}
</style>