Shades of Apple Blossom #AA5044
Tints of Apple Blossom #AA5044
RGB
CMYK
RGB Variations
Color information
#AA5044 (or 0xAA5044) is known color: Apple Blossom. HEX triplet: AA, 50 and 44. RGB value is (170,80,68). Sum of RGB (Red+Green+Blue) = 170+80+68=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5044 is #55AFBB. Grayscale: #696969. Windows color (decimal): -5615548 or 4477098. OLE color: 4477098.
HSL color Cylindrical-coordinate representation of color #AA5044: hue angle of 7.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5044 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 68 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.33 |
| HSL | 7.06º | 0.43% | 0.47% | - |
| HSV(B) | 7.06º | 0.6% | 0.67% | - |
| XYZ | 20.49 | 14.7 | 7.23 | - |
| YUV | 105.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 68 | 0 | 0.53 | 0.6 | 0.33 | 7.06 | 0.43 | 0.47 |
| Hex | AA | 50 | 44 | 0 | 35 | 3C | 21 | 7 | 2B | 2F |
| Octal | 252 | 120 | 104 | 0 | 65 | 74 | 41 | 7 | 53 | 57 |
| Binary | 10101010 | 1010000 | 1000100 | 0 | 110101 | 111100 | 100001 | 111 | 101011 | 101111 |
Color Harmonies of #AA5044
Complementary color
Monochromatic Colors of #AA5044
Black with #AA5044
Text Example
Text Example
White with #AA5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5044; }
p { color: rgb(170,80,68); }
H1.HeaderClassName
{
color: #AA5044;
}
.AnyTagClassName
{
color: #AA5044;
}
</style>
background-color css
<style>
a { background-color: #AA5044; }
a { background-color: rgb(170,80,68); }
div.DivClassName
{
background-color: #AA5044;
}
.BgClassName
{
background-color: #AA5044;
}
</style>
border-color css
<style>
span { border-color: #AA5044; }
span { border-color: rgb(170,80,68); }
td.TdClassName
{
border-color: #AA5044;
}
.TagClassName
{
border-color: #AA5044;
}
</style>