Shades of Apple Blossom #AA5A51
Tints of Apple Blossom #AA5A51
RGB
CMYK
RGB Variations
Color information
#AA5A51 (or 0xAA5A51) is known color: Apple Blossom. HEX triplet: AA, 5A and 51. RGB value is (170,90,81). Sum of RGB (Red+Green+Blue) = 170+90+81=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A51 is #55A5AE. Grayscale: #717171. Windows color (decimal): -5612975 or 5331626. OLE color: 5331626.
HSL color Cylindrical-coordinate representation of color #AA5A51: hue angle of 6.07º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5A51 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 81 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.33 |
| HSL | 6.07º | 0.35% | 0.49% | - |
| HSV(B) | 6.07º | 0.52% | 0.67% | - |
| XYZ | 21.72 | 16.45 | 9.82 | - |
| YUV | 112.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 81 | 0 | 0.47 | 0.52 | 0.33 | 6.07 | 0.35 | 0.49 |
| Hex | AA | 5A | 51 | 0 | 2F | 34 | 21 | 6 | 23 | 31 |
| Octal | 252 | 132 | 121 | 0 | 57 | 64 | 41 | 6 | 43 | 61 |
| Binary | 10101010 | 1011010 | 1010001 | 0 | 101111 | 110100 | 100001 | 110 | 100011 | 110001 |
Color Harmonies of #AA5A51
Complementary color
Monochromatic Colors of #AA5A51
Black with #AA5A51
Text Example
Text Example
White with #AA5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A51; }
p { color: rgb(170,90,81); }
H1.HeaderClassName
{
color: #AA5A51;
}
.AnyTagClassName
{
color: #AA5A51;
}
</style>
background-color css
<style>
a { background-color: #AA5A51; }
a { background-color: rgb(170,90,81); }
div.DivClassName
{
background-color: #AA5A51;
}
.BgClassName
{
background-color: #AA5A51;
}
</style>
border-color css
<style>
span { border-color: #AA5A51; }
span { border-color: rgb(170,90,81); }
td.TdClassName
{
border-color: #AA5A51;
}
.TagClassName
{
border-color: #AA5A51;
}
</style>