Shades of Apple Blossom #A64D4B
Tints of Apple Blossom #A64D4B
RGB
CMYK
RGB Variations
Color information
#A64D4B (or 0xA64D4B) is known color: Apple Blossom. HEX triplet: A6, 4D and 4B. RGB value is (166,77,75). Sum of RGB (Red+Green+Blue) = 166+77+75=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D4B is #59B2B4. Grayscale: #676767. Windows color (decimal): -5878453 or 4935078. OLE color: 4935078.
HSL color Cylindrical-coordinate representation of color #A64D4B: hue angle of 1.32º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64D4B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 75 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.35 |
| HSL | 1.32º | 0.38% | 0.47% | - |
| HSV(B) | 1.32º | 0.55% | 0.65% | - |
| XYZ | 19.65 | 13.92 | 8.31 | - |
| YUV | 103.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 75 | 0 | 0.54 | 0.55 | 0.35 | 1.32 | 0.38 | 0.47 |
| Hex | A6 | 4D | 4B | 0 | 36 | 37 | 23 | 1 | 26 | 2F |
| Octal | 246 | 115 | 113 | 0 | 66 | 67 | 43 | 1 | 46 | 57 |
| Binary | 10100110 | 1001101 | 1001011 | 0 | 110110 | 110111 | 100011 | 1 | 100110 | 101111 |
Color Harmonies of #A64D4B
Complementary color
Monochromatic Colors of #A64D4B
Black with #A64D4B
Text Example
Text Example
White with #A64D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D4B; }
p { color: rgb(166,77,75); }
H1.HeaderClassName
{
color: #A64D4B;
}
.AnyTagClassName
{
color: #A64D4B;
}
</style>
background-color css
<style>
a { background-color: #A64D4B; }
a { background-color: rgb(166,77,75); }
div.DivClassName
{
background-color: #A64D4B;
}
.BgClassName
{
background-color: #A64D4B;
}
</style>
border-color css
<style>
span { border-color: #A64D4B; }
span { border-color: rgb(166,77,75); }
td.TdClassName
{
border-color: #A64D4B;
}
.TagClassName
{
border-color: #A64D4B;
}
</style>