Shades of Apple Blossom #A24E4D
Tints of Apple Blossom #A24E4D
RGB
CMYK
RGB Variations
Color information
#A24E4D (or 0xA24E4D) is known color: Apple Blossom. HEX triplet: A2, 4E and 4D. RGB value is (162,78,77). Sum of RGB (Red+Green+Blue) = 162+78+77=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E4D is #5DB1B2. Grayscale: #676767. Windows color (decimal): -6140339 or 5066402. OLE color: 5066402.
HSL color Cylindrical-coordinate representation of color #A24E4D: hue angle of 0.71º degrees, saturation: 0.36, 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 #A24E4D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 77 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.36 |
| HSL | 0.71º | 0.36% | 0.47% | - |
| HSV(B) | 0.71º | 0.52% | 0.64% | - |
| XYZ | 18.96 | 13.67 | 8.66 | - |
| YUV | 103 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 77 | 0 | 0.52 | 0.52 | 0.36 | 0.71 | 0.36 | 0.47 |
| Hex | A2 | 4E | 4D | 0 | 34 | 34 | 24 | 1 | 24 | 2F |
| Octal | 242 | 116 | 115 | 0 | 64 | 64 | 44 | 1 | 44 | 57 |
| Binary | 10100010 | 1001110 | 1001101 | 0 | 110100 | 110100 | 100100 | 1 | 100100 | 101111 |
Color Harmonies of #A24E4D
Complementary color
Monochromatic Colors of #A24E4D
Black with #A24E4D
Text Example
Text Example
White with #A24E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E4D; }
p { color: rgb(162,78,77); }
H1.HeaderClassName
{
color: #A24E4D;
}
.AnyTagClassName
{
color: #A24E4D;
}
</style>
background-color css
<style>
a { background-color: #A24E4D; }
a { background-color: rgb(162,78,77); }
div.DivClassName
{
background-color: #A24E4D;
}
.BgClassName
{
background-color: #A24E4D;
}
</style>
border-color css
<style>
span { border-color: #A24E4D; }
span { border-color: rgb(162,78,77); }
td.TdClassName
{
border-color: #A24E4D;
}
.TagClassName
{
border-color: #A24E4D;
}
</style>