Shades of Apple Blossom #AA4E44
Tints of Apple Blossom #AA4E44
RGB
CMYK
RGB Variations
Color information
#AA4E44 (or 0xAA4E44) is known color: Apple Blossom. HEX triplet: AA, 4E and 44. RGB value is (170,78,68). Sum of RGB (Red+Green+Blue) = 170+78+68=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E44 is #55B1BB. Grayscale: #686868. Windows color (decimal): -5616060 or 4476586. OLE color: 4476586.
HSL color Cylindrical-coordinate representation of color #AA4E44: hue angle of 5.88º 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 #AA4E44 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 68 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.33 |
| HSL | 5.88º | 0.43% | 0.47% | - |
| HSV(B) | 5.88º | 0.6% | 0.67% | - |
| XYZ | 20.35 | 14.41 | 7.18 | - |
| YUV | 104.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 68 | 0 | 0.54 | 0.6 | 0.33 | 5.88 | 0.43 | 0.47 |
| Hex | AA | 4E | 44 | 0 | 36 | 3C | 21 | 6 | 2B | 2F |
| Octal | 252 | 116 | 104 | 0 | 66 | 74 | 41 | 6 | 53 | 57 |
| Binary | 10101010 | 1001110 | 1000100 | 0 | 110110 | 111100 | 100001 | 110 | 101011 | 101111 |
Color Harmonies of #AA4E44
Complementary color
Monochromatic Colors of #AA4E44
Black with #AA4E44
Text Example
Text Example
White with #AA4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E44; }
p { color: rgb(170,78,68); }
H1.HeaderClassName
{
color: #AA4E44;
}
.AnyTagClassName
{
color: #AA4E44;
}
</style>
background-color css
<style>
a { background-color: #AA4E44; }
a { background-color: rgb(170,78,68); }
div.DivClassName
{
background-color: #AA4E44;
}
.BgClassName
{
background-color: #AA4E44;
}
</style>
border-color css
<style>
span { border-color: #AA4E44; }
span { border-color: rgb(170,78,68); }
td.TdClassName
{
border-color: #AA4E44;
}
.TagClassName
{
border-color: #AA4E44;
}
</style>