Shades of Apple Blossom #AA4E42
Tints of Apple Blossom #AA4E42
RGB
CMYK
RGB Variations
Color information
#AA4E42 (or 0xAA4E42) is known color: Apple Blossom. HEX triplet: AA, 4E and 42. RGB value is (170,78,66). Sum of RGB (Red+Green+Blue) = 170+78+66=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E42 is #55B1BD. Grayscale: #686868. Windows color (decimal): -5616062 or 4345514. OLE color: 4345514.
HSL color Cylindrical-coordinate representation of color #AA4E42: hue angle of 6.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4E42 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 66 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.33 |
| HSL | 6.92º | 0.44% | 0.46% | - |
| HSV(B) | 6.92º | 0.61% | 0.67% | - |
| XYZ | 20.29 | 14.39 | 6.86 | - |
| YUV | 104.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 66 | 0 | 0.54 | 0.61 | 0.33 | 6.92 | 0.44 | 0.46 |
| Hex | AA | 4E | 42 | 0 | 36 | 3D | 21 | 7 | 2C | 2E |
| Octal | 252 | 116 | 102 | 0 | 66 | 75 | 41 | 7 | 54 | 56 |
| Binary | 10101010 | 1001110 | 1000010 | 0 | 110110 | 111101 | 100001 | 111 | 101100 | 101110 |
Color Harmonies of #AA4E42
Complementary color
Monochromatic Colors of #AA4E42
Black with #AA4E42
Text Example
Text Example
White with #AA4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E42; }
p { color: rgb(170,78,66); }
H1.HeaderClassName
{
color: #AA4E42;
}
.AnyTagClassName
{
color: #AA4E42;
}
</style>
background-color css
<style>
a { background-color: #AA4E42; }
a { background-color: rgb(170,78,66); }
div.DivClassName
{
background-color: #AA4E42;
}
.BgClassName
{
background-color: #AA4E42;
}
</style>
border-color css
<style>
span { border-color: #AA4E42; }
span { border-color: rgb(170,78,66); }
td.TdClassName
{
border-color: #AA4E42;
}
.TagClassName
{
border-color: #AA4E42;
}
</style>