Shades of Apple Blossom #A94C49
Tints of Apple Blossom #A94C49
RGB
CMYK
RGB Variations
Color information
#A94C49 (or 0xA94C49) is known color: Apple Blossom. HEX triplet: A9, 4C and 49. RGB value is (169,76,73). Sum of RGB (Red+Green+Blue) = 169+76+73=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C49 is #56B3B6. Grayscale: #676767. Windows color (decimal): -5682103 or 4803753. OLE color: 4803753.
HSL color Cylindrical-coordinate representation of color #A94C49: hue angle of 1.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94C49 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 73 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.34 |
| HSL | 1.88º | 0.4% | 0.47% | - |
| HSV(B) | 1.88º | 0.57% | 0.66% | - |
| XYZ | 20.15 | 14.08 | 7.96 | - |
| YUV | 103.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 73 | 0 | 0.55 | 0.57 | 0.34 | 1.88 | 0.4 | 0.47 |
| Hex | A9 | 4C | 49 | 0 | 37 | 39 | 22 | 2 | 28 | 2F |
| Octal | 251 | 114 | 111 | 0 | 67 | 71 | 42 | 2 | 50 | 57 |
| Binary | 10101001 | 1001100 | 1001001 | 0 | 110111 | 111001 | 100010 | 10 | 101000 | 101111 |
Color Harmonies of #A94C49
Complementary color
Monochromatic Colors of #A94C49
Black with #A94C49
Text Example
Text Example
White with #A94C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C49; }
p { color: rgb(169,76,73); }
H1.HeaderClassName
{
color: #A94C49;
}
.AnyTagClassName
{
color: #A94C49;
}
</style>
background-color css
<style>
a { background-color: #A94C49; }
a { background-color: rgb(169,76,73); }
div.DivClassName
{
background-color: #A94C49;
}
.BgClassName
{
background-color: #A94C49;
}
</style>
border-color css
<style>
span { border-color: #A94C49; }
span { border-color: rgb(169,76,73); }
td.TdClassName
{
border-color: #A94C49;
}
.TagClassName
{
border-color: #A94C49;
}
</style>