Shades of Apple Blossom #AA5553
Tints of Apple Blossom #AA5553
RGB
CMYK
RGB Variations
Color information
#AA5553 (or 0xAA5553) is known color: Apple Blossom. HEX triplet: AA, 55 and 53. RGB value is (170,85,83). Sum of RGB (Red+Green+Blue) = 170+85+83=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5553 is #55AAAC. Grayscale: #6E6E6E. Windows color (decimal): -5614253 or 5461418. OLE color: 5461418.
HSL color Cylindrical-coordinate representation of color #AA5553: hue angle of 1.38º 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 #AA5553 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 83 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.33 |
| HSL | 1.38º | 0.34% | 0.5% | - |
| HSV(B) | 1.38º | 0.51% | 0.67% | - |
| XYZ | 21.39 | 15.67 | 10.08 | - |
| YUV | 110.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 83 | 0 | 0.50 | 0.51 | 0.33 | 1.38 | 0.34 | 0.5 |
| Hex | AA | 55 | 53 | 0 | 32 | 33 | 21 | 1 | 22 | 32 |
| Octal | 252 | 125 | 123 | 0 | 62 | 63 | 41 | 1 | 42 | 62 |
| Binary | 10101010 | 1010101 | 1010011 | 0 | 110010 | 110011 | 100001 | 1 | 100010 | 110010 |
Color Harmonies of #AA5553
Complementary color
Monochromatic Colors of #AA5553
Black with #AA5553
Text Example
Text Example
White with #AA5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5553; }
p { color: rgb(170,85,83); }
H1.HeaderClassName
{
color: #AA5553;
}
.AnyTagClassName
{
color: #AA5553;
}
</style>
background-color css
<style>
a { background-color: #AA5553; }
a { background-color: rgb(170,85,83); }
div.DivClassName
{
background-color: #AA5553;
}
.BgClassName
{
background-color: #AA5553;
}
</style>
border-color css
<style>
span { border-color: #AA5553; }
span { border-color: rgb(170,85,83); }
td.TdClassName
{
border-color: #AA5553;
}
.TagClassName
{
border-color: #AA5553;
}
</style>