Shades of Apple Blossom #A54E4D
Tints of Apple Blossom #A54E4D
RGB
CMYK
RGB Variations
Color information
#A54E4D (or 0xA54E4D) is known color: Apple Blossom. HEX triplet: A5, 4E and 4D. RGB value is (165,78,77). Sum of RGB (Red+Green+Blue) = 165+78+77=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54E4D is #5AB1B2. Grayscale: #676767. Windows color (decimal): -5943731 or 5066405. OLE color: 5066405.
HSL color Cylindrical-coordinate representation of color #A54E4D: hue angle of 0.68º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54E4D is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 77 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.35 |
| HSL | 0.68º | 0.36% | 0.47% | - |
| HSV(B) | 0.68º | 0.53% | 0.65% | - |
| XYZ | 19.58 | 13.98 | 8.69 | - |
| YUV | 103.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 77 | 0 | 0.53 | 0.53 | 0.35 | 0.68 | 0.36 | 0.47 |
| Hex | A5 | 4E | 4D | 0 | 35 | 35 | 23 | 1 | 24 | 2F |
| Octal | 245 | 116 | 115 | 0 | 65 | 65 | 43 | 1 | 44 | 57 |
| Binary | 10100101 | 1001110 | 1001101 | 0 | 110101 | 110101 | 100011 | 1 | 100100 | 101111 |
Color Harmonies of #A54E4D
Complementary color
Monochromatic Colors of #A54E4D
Black with #A54E4D
Text Example
Text Example
White with #A54E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E4D; }
p { color: rgb(165,78,77); }
H1.HeaderClassName
{
color: #A54E4D;
}
.AnyTagClassName
{
color: #A54E4D;
}
</style>
background-color css
<style>
a { background-color: #A54E4D; }
a { background-color: rgb(165,78,77); }
div.DivClassName
{
background-color: #A54E4D;
}
.BgClassName
{
background-color: #A54E4D;
}
</style>
border-color css
<style>
span { border-color: #A54E4D; }
span { border-color: rgb(165,78,77); }
td.TdClassName
{
border-color: #A54E4D;
}
.TagClassName
{
border-color: #A54E4D;
}
</style>