Shades of Apple Blossom #A64E4D
Tints of Apple Blossom #A64E4D
RGB
CMYK
RGB Variations
Color information
#A64E4D (or 0xA64E4D) is known color: Apple Blossom. HEX triplet: A6, 4E and 4D. RGB value is (166,78,77). Sum of RGB (Red+Green+Blue) = 166+78+77=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E4D is #59B1B2. Grayscale: #686868. Windows color (decimal): -5878195 or 5066406. OLE color: 5066406.
HSL color Cylindrical-coordinate representation of color #A64E4D: hue angle of 0.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64E4D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 77 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.35 |
| HSL | 0.67º | 0.37% | 0.48% | - |
| HSV(B) | 0.67º | 0.54% | 0.65% | - |
| XYZ | 19.79 | 14.09 | 8.7 | - |
| YUV | 104.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 77 | 0 | 0.53 | 0.54 | 0.35 | 0.67 | 0.37 | 0.48 |
| Hex | A6 | 4E | 4D | 0 | 35 | 36 | 23 | 1 | 25 | 30 |
| Octal | 246 | 116 | 115 | 0 | 65 | 66 | 43 | 1 | 45 | 60 |
| Binary | 10100110 | 1001110 | 1001101 | 0 | 110101 | 110110 | 100011 | 1 | 100101 | 110000 |
Color Harmonies of #A64E4D
Complementary color
Monochromatic Colors of #A64E4D
Black with #A64E4D
Text Example
Text Example
White with #A64E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E4D; }
p { color: rgb(166,78,77); }
H1.HeaderClassName
{
color: #A64E4D;
}
.AnyTagClassName
{
color: #A64E4D;
}
</style>
background-color css
<style>
a { background-color: #A64E4D; }
a { background-color: rgb(166,78,77); }
div.DivClassName
{
background-color: #A64E4D;
}
.BgClassName
{
background-color: #A64E4D;
}
</style>
border-color css
<style>
span { border-color: #A64E4D; }
span { border-color: rgb(166,78,77); }
td.TdClassName
{
border-color: #A64E4D;
}
.TagClassName
{
border-color: #A64E4D;
}
</style>