Shades of Apple Blossom #AA5C56
Tints of Apple Blossom #AA5C56
RGB
CMYK
RGB Variations
Color information
#AA5C56 (or 0xAA5C56) is known color: Apple Blossom. HEX triplet: AA, 5C and 56. RGB value is (170,92,86). Sum of RGB (Red+Green+Blue) = 170+92+86=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C56 is #55A3A9. Grayscale: #727272. Windows color (decimal): -5612458 or 5659818. OLE color: 5659818.
HSL color Cylindrical-coordinate representation of color #AA5C56: hue angle of 4.29º 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 #AA5C56 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 86 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.33 |
| HSL | 4.29º | 0.33% | 0.5% | - |
| HSV(B) | 4.29º | 0.49% | 0.67% | - |
| XYZ | 22.08 | 16.87 | 10.9 | - |
| YUV | 114.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 86 | 0 | 0.46 | 0.49 | 0.33 | 4.29 | 0.33 | 0.5 |
| Hex | AA | 5C | 56 | 0 | 2E | 31 | 21 | 4 | 21 | 32 |
| Octal | 252 | 134 | 126 | 0 | 56 | 61 | 41 | 4 | 41 | 62 |
| Binary | 10101010 | 1011100 | 1010110 | 0 | 101110 | 110001 | 100001 | 100 | 100001 | 110010 |
Color Harmonies of #AA5C56
Complementary color
Monochromatic Colors of #AA5C56
Black with #AA5C56
Text Example
Text Example
White with #AA5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C56; }
p { color: rgb(170,92,86); }
H1.HeaderClassName
{
color: #AA5C56;
}
.AnyTagClassName
{
color: #AA5C56;
}
</style>
background-color css
<style>
a { background-color: #AA5C56; }
a { background-color: rgb(170,92,86); }
div.DivClassName
{
background-color: #AA5C56;
}
.BgClassName
{
background-color: #AA5C56;
}
</style>
border-color css
<style>
span { border-color: #AA5C56; }
span { border-color: rgb(170,92,86); }
td.TdClassName
{
border-color: #AA5C56;
}
.TagClassName
{
border-color: #AA5C56;
}
</style>