Shades of Apple Blossom #AA5040
Tints of Apple Blossom #AA5040
RGB
CMYK
RGB Variations
Color information
#AA5040 (or 0xAA5040) is known color: Apple Blossom. HEX triplet: AA, 50 and 40. RGB value is (170,80,64). Sum of RGB (Red+Green+Blue) = 170+80+64=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5040 is #55AFBF. Grayscale: #696969. Windows color (decimal): -5615552 or 4214954. OLE color: 4214954.
HSL color Cylindrical-coordinate representation of color #AA5040: hue angle of 9.06º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5040 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 64 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.33 |
| HSL | 9.06º | 0.45% | 0.46% | - |
| HSV(B) | 9.06º | 0.62% | 0.67% | - |
| XYZ | 20.37 | 14.65 | 6.61 | - |
| YUV | 105.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 64 | 0 | 0.53 | 0.62 | 0.33 | 9.06 | 0.45 | 0.46 |
| Hex | AA | 50 | 40 | 0 | 35 | 3E | 21 | 9 | 2D | 2E |
| Octal | 252 | 120 | 100 | 0 | 65 | 76 | 41 | 11 | 55 | 56 |
| Binary | 10101010 | 1010000 | 1000000 | 0 | 110101 | 111110 | 100001 | 1001 | 101101 | 101110 |
Color Harmonies of #AA5040
Complementary color
Monochromatic Colors of #AA5040
Black with #AA5040
Text Example
Text Example
White with #AA5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5040; }
p { color: rgb(170,80,64); }
H1.HeaderClassName
{
color: #AA5040;
}
.AnyTagClassName
{
color: #AA5040;
}
</style>
background-color css
<style>
a { background-color: #AA5040; }
a { background-color: rgb(170,80,64); }
div.DivClassName
{
background-color: #AA5040;
}
.BgClassName
{
background-color: #AA5040;
}
</style>
border-color css
<style>
span { border-color: #AA5040; }
span { border-color: rgb(170,80,64); }
td.TdClassName
{
border-color: #AA5040;
}
.TagClassName
{
border-color: #AA5040;
}
</style>