Shades of Apple Blossom #AA5146
Tints of Apple Blossom #AA5146
RGB
CMYK
RGB Variations
Color information
#AA5146 (or 0xAA5146) is known color: Apple Blossom. HEX triplet: AA, 51 and 46. RGB value is (170,81,70). Sum of RGB (Red+Green+Blue) = 170+81+70=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5146 is #55AEB9. Grayscale: #6A6A6A. Windows color (decimal): -5615290 or 4608426. OLE color: 4608426.
HSL color Cylindrical-coordinate representation of color #AA5146: hue angle of 6.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5146 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 70 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.33 |
| HSL | 6.6º | 0.42% | 0.47% | - |
| HSV(B) | 6.6º | 0.59% | 0.67% | - |
| XYZ | 20.63 | 14.87 | 7.58 | - |
| YUV | 106.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 70 | 0 | 0.52 | 0.59 | 0.33 | 6.6 | 0.42 | 0.47 |
| Hex | AA | 51 | 46 | 0 | 34 | 3B | 21 | 7 | 2A | 2F |
| Octal | 252 | 121 | 106 | 0 | 64 | 73 | 41 | 7 | 52 | 57 |
| Binary | 10101010 | 1010001 | 1000110 | 0 | 110100 | 111011 | 100001 | 111 | 101010 | 101111 |
Color Harmonies of #AA5146
Complementary color
Monochromatic Colors of #AA5146
Black with #AA5146
Text Example
Text Example
White with #AA5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5146; }
p { color: rgb(170,81,70); }
H1.HeaderClassName
{
color: #AA5146;
}
.AnyTagClassName
{
color: #AA5146;
}
</style>
background-color css
<style>
a { background-color: #AA5146; }
a { background-color: rgb(170,81,70); }
div.DivClassName
{
background-color: #AA5146;
}
.BgClassName
{
background-color: #AA5146;
}
</style>
border-color css
<style>
span { border-color: #AA5146; }
span { border-color: rgb(170,81,70); }
td.TdClassName
{
border-color: #AA5146;
}
.TagClassName
{
border-color: #AA5146;
}
</style>