Shades of Apple Blossom #AA5656
Tints of Apple Blossom #AA5656
RGB
CMYK
RGB Variations
Color information
#AA5656 (or 0xAA5656) is known color: Apple Blossom. HEX triplet: AA, 56 and 56. RGB value is (170,86,86). Sum of RGB (Red+Green+Blue) = 170+86+86=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5656 is #55A9A9. Grayscale: #6F6F6F. Windows color (decimal): -5613994 or 5658282. OLE color: 5658282.
HSL color Cylindrical-coordinate representation of color #AA5656: hue angle of 0º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5656 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 86 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.33 |
| HSL | 0º | 0.33% | 0.5% | - |
| HSV(B) | 0º | 0.49% | 0.67% | - |
| XYZ | 21.59 | 15.87 | 10.73 | - |
| YUV | 111.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 86 | 0 | 0.49 | 0.49 | 0.33 | 0 | 0.33 | 0.5 |
| Hex | AA | 56 | 56 | 0 | 31 | 31 | 21 | 0 | 21 | 32 |
| Octal | 252 | 126 | 126 | 0 | 61 | 61 | 41 | 0 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1010110 | 0 | 110001 | 110001 | 100001 | 0 | 100001 | 110010 |
Color Harmonies of #AA5656
Complementary color
Monochromatic Colors of #AA5656
Black with #AA5656
Text Example
Text Example
White with #AA5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5656; }
p { color: rgb(170,86,86); }
H1.HeaderClassName
{
color: #AA5656;
}
.AnyTagClassName
{
color: #AA5656;
}
</style>
background-color css
<style>
a { background-color: #AA5656; }
a { background-color: rgb(170,86,86); }
div.DivClassName
{
background-color: #AA5656;
}
.BgClassName
{
background-color: #AA5656;
}
</style>
border-color css
<style>
span { border-color: #AA5656; }
span { border-color: rgb(170,86,86); }
td.TdClassName
{
border-color: #AA5656;
}
.TagClassName
{
border-color: #AA5656;
}
</style>