Shades of Apple Blossom #AA4C49
Tints of Apple Blossom #AA4C49
RGB
CMYK
RGB Variations
Color information
#AA4C49 (or 0xAA4C49) is known color: Apple Blossom. HEX triplet: AA, 4C and 49. RGB value is (170,76,73). Sum of RGB (Red+Green+Blue) = 170+76+73=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C49 is #55B3B6. Grayscale: #676767. Windows color (decimal): -5616567 or 4803754. OLE color: 4803754.
HSL color Cylindrical-coordinate representation of color #AA4C49: hue angle of 1.86º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4C49 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 73 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.33 |
| HSL | 1.86º | 0.4% | 0.48% | - |
| HSV(B) | 1.86º | 0.57% | 0.67% | - |
| XYZ | 20.36 | 14.2 | 7.97 | - |
| YUV | 103.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 73 | 0 | 0.55 | 0.57 | 0.33 | 1.86 | 0.4 | 0.48 |
| Hex | AA | 4C | 49 | 0 | 37 | 39 | 21 | 2 | 28 | 30 |
| Octal | 252 | 114 | 111 | 0 | 67 | 71 | 41 | 2 | 50 | 60 |
| Binary | 10101010 | 1001100 | 1001001 | 0 | 110111 | 111001 | 100001 | 10 | 101000 | 110000 |
Color Harmonies of #AA4C49
Complementary color
Monochromatic Colors of #AA4C49
Black with #AA4C49
Text Example
Text Example
White with #AA4C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C49; }
p { color: rgb(170,76,73); }
H1.HeaderClassName
{
color: #AA4C49;
}
.AnyTagClassName
{
color: #AA4C49;
}
</style>
background-color css
<style>
a { background-color: #AA4C49; }
a { background-color: rgb(170,76,73); }
div.DivClassName
{
background-color: #AA4C49;
}
.BgClassName
{
background-color: #AA4C49;
}
</style>
border-color css
<style>
span { border-color: #AA4C49; }
span { border-color: rgb(170,76,73); }
td.TdClassName
{
border-color: #AA4C49;
}
.TagClassName
{
border-color: #AA4C49;
}
</style>