Shades of Apple Blossom #AA5A54
Tints of Apple Blossom #AA5A54
RGB
CMYK
RGB Variations
Color information
#AA5A54 (or 0xAA5A54) is known color: Apple Blossom. HEX triplet: AA, 5A and 54. RGB value is (170,90,84). Sum of RGB (Red+Green+Blue) = 170+90+84=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A54 is #55A5AB. Grayscale: #717171. Windows color (decimal): -5612972 or 5528234. OLE color: 5528234.
HSL color Cylindrical-coordinate representation of color #AA5A54: hue angle of 4.19º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5A54 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 84 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.33 |
| HSL | 4.19º | 0.34% | 0.5% | - |
| HSV(B) | 4.19º | 0.51% | 0.67% | - |
| XYZ | 21.83 | 16.5 | 10.42 | - |
| YUV | 113.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 84 | 0 | 0.47 | 0.51 | 0.33 | 4.19 | 0.34 | 0.5 |
| Hex | AA | 5A | 54 | 0 | 2F | 33 | 21 | 4 | 22 | 32 |
| Octal | 252 | 132 | 124 | 0 | 57 | 63 | 41 | 4 | 42 | 62 |
| Binary | 10101010 | 1011010 | 1010100 | 0 | 101111 | 110011 | 100001 | 100 | 100010 | 110010 |
Color Harmonies of #AA5A54
Complementary color
Monochromatic Colors of #AA5A54
Black with #AA5A54
Text Example
Text Example
White with #AA5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A54; }
p { color: rgb(170,90,84); }
H1.HeaderClassName
{
color: #AA5A54;
}
.AnyTagClassName
{
color: #AA5A54;
}
</style>
background-color css
<style>
a { background-color: #AA5A54; }
a { background-color: rgb(170,90,84); }
div.DivClassName
{
background-color: #AA5A54;
}
.BgClassName
{
background-color: #AA5A54;
}
</style>
border-color css
<style>
span { border-color: #AA5A54; }
span { border-color: rgb(170,90,84); }
td.TdClassName
{
border-color: #AA5A54;
}
.TagClassName
{
border-color: #AA5A54;
}
</style>