Shades of Apple Blossom #AA5149
Tints of Apple Blossom #AA5149
RGB
CMYK
RGB Variations
Color information
#AA5149 (or 0xAA5149) is known color: Apple Blossom. HEX triplet: AA, 51 and 49. RGB value is (170,81,73). Sum of RGB (Red+Green+Blue) = 170+81+73=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5149 is #55AEB6. Grayscale: #6A6A6A. Windows color (decimal): -5615287 or 4805034. OLE color: 4805034.
HSL color Cylindrical-coordinate representation of color #AA5149: hue angle of 4.95º 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 #AA5149 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 73 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.33 |
| HSL | 4.95º | 0.4% | 0.48% | - |
| HSV(B) | 4.95º | 0.57% | 0.67% | - |
| XYZ | 20.72 | 14.91 | 8.09 | - |
| YUV | 106.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 73 | 0 | 0.52 | 0.57 | 0.33 | 4.95 | 0.4 | 0.48 |
| Hex | AA | 51 | 49 | 0 | 34 | 39 | 21 | 5 | 28 | 30 |
| Octal | 252 | 121 | 111 | 0 | 64 | 71 | 41 | 5 | 50 | 60 |
| Binary | 10101010 | 1010001 | 1001001 | 0 | 110100 | 111001 | 100001 | 101 | 101000 | 110000 |
Color Harmonies of #AA5149
Complementary color
Monochromatic Colors of #AA5149
Black with #AA5149
Text Example
Text Example
White with #AA5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5149; }
p { color: rgb(170,81,73); }
H1.HeaderClassName
{
color: #AA5149;
}
.AnyTagClassName
{
color: #AA5149;
}
</style>
background-color css
<style>
a { background-color: #AA5149; }
a { background-color: rgb(170,81,73); }
div.DivClassName
{
background-color: #AA5149;
}
.BgClassName
{
background-color: #AA5149;
}
</style>
border-color css
<style>
span { border-color: #AA5149; }
span { border-color: rgb(170,81,73); }
td.TdClassName
{
border-color: #AA5149;
}
.TagClassName
{
border-color: #AA5149;
}
</style>