Shades of Apple Blossom #A54E48
Tints of Apple Blossom #A54E48
RGB
CMYK
RGB Variations
Color information
#A54E48 (or 0xA54E48) is known color: Apple Blossom. HEX triplet: A5, 4E and 48. RGB value is (165,78,72). Sum of RGB (Red+Green+Blue) = 165+78+72=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E48 is #5AB1B7. Grayscale: #676767. Windows color (decimal): -5943736 or 4738725. OLE color: 4738725.
HSL color Cylindrical-coordinate representation of color #A54E48: hue angle of 3.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54E48 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 72 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.35 |
| HSL | 3.87º | 0.39% | 0.46% | - |
| HSV(B) | 3.87º | 0.56% | 0.65% | - |
| XYZ | 19.41 | 13.92 | 7.79 | - |
| YUV | 103.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 72 | 0 | 0.53 | 0.56 | 0.35 | 3.87 | 0.39 | 0.46 |
| Hex | A5 | 4E | 48 | 0 | 35 | 38 | 23 | 4 | 27 | 2E |
| Octal | 245 | 116 | 110 | 0 | 65 | 70 | 43 | 4 | 47 | 56 |
| Binary | 10100101 | 1001110 | 1001000 | 0 | 110101 | 111000 | 100011 | 100 | 100111 | 101110 |
Color Harmonies of #A54E48
Complementary color
Monochromatic Colors of #A54E48
Black with #A54E48
Text Example
Text Example
White with #A54E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E48; }
p { color: rgb(165,78,72); }
H1.HeaderClassName
{
color: #A54E48;
}
.AnyTagClassName
{
color: #A54E48;
}
</style>
background-color css
<style>
a { background-color: #A54E48; }
a { background-color: rgb(165,78,72); }
div.DivClassName
{
background-color: #A54E48;
}
.BgClassName
{
background-color: #A54E48;
}
</style>
border-color css
<style>
span { border-color: #A54E48; }
span { border-color: rgb(165,78,72); }
td.TdClassName
{
border-color: #A54E48;
}
.TagClassName
{
border-color: #A54E48;
}
</style>