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