Shades of Apple Blossom #A24E48
Tints of Apple Blossom #A24E48
RGB
CMYK
RGB Variations
Color information
#A24E48 (or 0xA24E48) is known color: Apple Blossom. HEX triplet: A2, 4E and 48. RGB value is (162,78,72). Sum of RGB (Red+Green+Blue) = 162+78+72=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E48 is #5DB1B7. Grayscale: #666666. Windows color (decimal): -6140344 or 4738722. OLE color: 4738722.
HSL color Cylindrical-coordinate representation of color #A24E48: hue angle of 4º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24E48 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 72 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.36 |
| HSL | 4º | 0.38% | 0.46% | - |
| HSV(B) | 4º | 0.56% | 0.64% | - |
| XYZ | 18.79 | 13.6 | 7.77 | - |
| YUV | 102.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 72 | 0 | 0.52 | 0.56 | 0.36 | 4 | 0.38 | 0.46 |
| Hex | A2 | 4E | 48 | 0 | 34 | 38 | 24 | 4 | 26 | 2E |
| Octal | 242 | 116 | 110 | 0 | 64 | 70 | 44 | 4 | 46 | 56 |
| Binary | 10100010 | 1001110 | 1001000 | 0 | 110100 | 111000 | 100100 | 100 | 100110 | 101110 |
Color Harmonies of #A24E48
Complementary color
Monochromatic Colors of #A24E48
Black with #A24E48
Text Example
Text Example
White with #A24E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E48; }
p { color: rgb(162,78,72); }
H1.HeaderClassName
{
color: #A24E48;
}
.AnyTagClassName
{
color: #A24E48;
}
</style>
background-color css
<style>
a { background-color: #A24E48; }
a { background-color: rgb(162,78,72); }
div.DivClassName
{
background-color: #A24E48;
}
.BgClassName
{
background-color: #A24E48;
}
</style>
border-color css
<style>
span { border-color: #A24E48; }
span { border-color: rgb(162,78,72); }
td.TdClassName
{
border-color: #A24E48;
}
.TagClassName
{
border-color: #A24E48;
}
</style>