Shades of Apple Blossom #A64F4D
Tints of Apple Blossom #A64F4D
RGB
CMYK
RGB Variations
Color information
#A64F4D (or 0xA64F4D) is known color: Apple Blossom. HEX triplet: A6, 4F and 4D. RGB value is (166,79,77). Sum of RGB (Red+Green+Blue) = 166+79+77=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F4D is #59B0B2. Grayscale: #686868. Windows color (decimal): -5877939 or 5066662. OLE color: 5066662.
HSL color Cylindrical-coordinate representation of color #A64F4D: hue angle of 1.35º 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 #A64F4D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 77 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.35 |
| HSL | 1.35º | 0.37% | 0.48% | - |
| HSV(B) | 1.35º | 0.54% | 0.65% | - |
| XYZ | 19.86 | 14.23 | 8.72 | - |
| YUV | 104.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 77 | 0 | 0.52 | 0.54 | 0.35 | 1.35 | 0.37 | 0.48 |
| Hex | A6 | 4F | 4D | 0 | 34 | 36 | 23 | 1 | 25 | 30 |
| Octal | 246 | 117 | 115 | 0 | 64 | 66 | 43 | 1 | 45 | 60 |
| Binary | 10100110 | 1001111 | 1001101 | 0 | 110100 | 110110 | 100011 | 1 | 100101 | 110000 |
Color Harmonies of #A64F4D
Complementary color
Monochromatic Colors of #A64F4D
Black with #A64F4D
Text Example
Text Example
White with #A64F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F4D; }
p { color: rgb(166,79,77); }
H1.HeaderClassName
{
color: #A64F4D;
}
.AnyTagClassName
{
color: #A64F4D;
}
</style>
background-color css
<style>
a { background-color: #A64F4D; }
a { background-color: rgb(166,79,77); }
div.DivClassName
{
background-color: #A64F4D;
}
.BgClassName
{
background-color: #A64F4D;
}
</style>
border-color css
<style>
span { border-color: #A64F4D; }
span { border-color: rgb(166,79,77); }
td.TdClassName
{
border-color: #A64F4D;
}
.TagClassName
{
border-color: #A64F4D;
}
</style>