Shades of Apple Blossom #AA5448
Tints of Apple Blossom #AA5448
RGB
CMYK
RGB Variations
Color information
#AA5448 (or 0xAA5448) is known color: Apple Blossom. HEX triplet: AA, 54 and 48. RGB value is (170,84,72). Sum of RGB (Red+Green+Blue) = 170+84+72=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5448 is #55ABB7. Grayscale: #6C6C6C. Windows color (decimal): -5614520 or 4740266. OLE color: 4740266.
HSL color Cylindrical-coordinate representation of color #AA5448: hue angle of 7.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5448 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 72 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.33 |
| HSL | 7.35º | 0.4% | 0.47% | - |
| HSV(B) | 7.35º | 0.58% | 0.67% | - |
| XYZ | 20.92 | 15.35 | 7.99 | - |
| YUV | 108.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 72 | 0 | 0.51 | 0.58 | 0.33 | 7.35 | 0.4 | 0.47 |
| Hex | AA | 54 | 48 | 0 | 33 | 3A | 21 | 7 | 28 | 2F |
| Octal | 252 | 124 | 110 | 0 | 63 | 72 | 41 | 7 | 50 | 57 |
| Binary | 10101010 | 1010100 | 1001000 | 0 | 110011 | 111010 | 100001 | 111 | 101000 | 101111 |
Color Harmonies of #AA5448
Complementary color
Monochromatic Colors of #AA5448
Black with #AA5448
Text Example
Text Example
White with #AA5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5448; }
p { color: rgb(170,84,72); }
H1.HeaderClassName
{
color: #AA5448;
}
.AnyTagClassName
{
color: #AA5448;
}
</style>
background-color css
<style>
a { background-color: #AA5448; }
a { background-color: rgb(170,84,72); }
div.DivClassName
{
background-color: #AA5448;
}
.BgClassName
{
background-color: #AA5448;
}
</style>
border-color css
<style>
span { border-color: #AA5448; }
span { border-color: rgb(170,84,72); }
td.TdClassName
{
border-color: #AA5448;
}
.TagClassName
{
border-color: #AA5448;
}
</style>