Shades of Apple Blossom #AA574E
Tints of Apple Blossom #AA574E
RGB
CMYK
RGB Variations
Color information
#AA574E (or 0xAA574E) is known color: Apple Blossom. HEX triplet: AA, 57 and 4E. RGB value is (170,87,78). Sum of RGB (Red+Green+Blue) = 170+87+78=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA574E is #55A8B1. Grayscale: #6E6E6E. Windows color (decimal): -5613746 or 5134250. OLE color: 5134250.
HSL color Cylindrical-coordinate representation of color #AA574E: hue angle of 5.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA574E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 78 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.33 |
| HSL | 5.87º | 0.37% | 0.49% | - |
| HSV(B) | 5.87º | 0.54% | 0.67% | - |
| XYZ | 21.36 | 15.91 | 9.15 | - |
| YUV | 110.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 78 | 0 | 0.49 | 0.54 | 0.33 | 5.87 | 0.37 | 0.49 |
| Hex | AA | 57 | 4E | 0 | 31 | 36 | 21 | 6 | 25 | 31 |
| Octal | 252 | 127 | 116 | 0 | 61 | 66 | 41 | 6 | 45 | 61 |
| Binary | 10101010 | 1010111 | 1001110 | 0 | 110001 | 110110 | 100001 | 110 | 100101 | 110001 |
Color Harmonies of #AA574E
Complementary color
Monochromatic Colors of #AA574E
Black with #AA574E
Text Example
Text Example
White with #AA574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA574E; }
p { color: rgb(170,87,78); }
H1.HeaderClassName
{
color: #AA574E;
}
.AnyTagClassName
{
color: #AA574E;
}
</style>
background-color css
<style>
a { background-color: #AA574E; }
a { background-color: rgb(170,87,78); }
div.DivClassName
{
background-color: #AA574E;
}
.BgClassName
{
background-color: #AA574E;
}
</style>
border-color css
<style>
span { border-color: #AA574E; }
span { border-color: rgb(170,87,78); }
td.TdClassName
{
border-color: #AA574E;
}
.TagClassName
{
border-color: #AA574E;
}
</style>