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