Shades of Apple Blossom #A2544E
Tints of Apple Blossom #A2544E
RGB
CMYK
RGB Variations
Color information
#A2544E (or 0xA2544E) is known color: Apple Blossom. HEX triplet: A2, 54 and 4E. RGB value is (162,84,78). Sum of RGB (Red+Green+Blue) = 162+84+78=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2544E is #5DABB1. Grayscale: #6A6A6A. Windows color (decimal): -6138802 or 5133474. OLE color: 5133474.
HSL color Cylindrical-coordinate representation of color #A2544E: hue angle of 4.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2544E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 78 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.36 |
| HSL | 4.29º | 0.35% | 0.47% | - |
| HSV(B) | 4.29º | 0.52% | 0.64% | - |
| XYZ | 19.45 | 14.57 | 9 | - |
| YUV | 106.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 78 | 0 | 0.48 | 0.52 | 0.36 | 4.29 | 0.35 | 0.47 |
| Hex | A2 | 54 | 4E | 0 | 30 | 34 | 24 | 4 | 23 | 2F |
| Octal | 242 | 124 | 116 | 0 | 60 | 64 | 44 | 4 | 43 | 57 |
| Binary | 10100010 | 1010100 | 1001110 | 0 | 110000 | 110100 | 100100 | 100 | 100011 | 101111 |
Color Harmonies of #A2544E
Complementary color
Monochromatic Colors of #A2544E
Black with #A2544E
Text Example
Text Example
White with #A2544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2544E; }
p { color: rgb(162,84,78); }
H1.HeaderClassName
{
color: #A2544E;
}
.AnyTagClassName
{
color: #A2544E;
}
</style>
background-color css
<style>
a { background-color: #A2544E; }
a { background-color: rgb(162,84,78); }
div.DivClassName
{
background-color: #A2544E;
}
.BgClassName
{
background-color: #A2544E;
}
</style>
border-color css
<style>
span { border-color: #A2544E; }
span { border-color: rgb(162,84,78); }
td.TdClassName
{
border-color: #A2544E;
}
.TagClassName
{
border-color: #A2544E;
}
</style>