Shades of Apple Blossom #AA5250
Tints of Apple Blossom #AA5250
RGB
CMYK
RGB Variations
Color information
#AA5250 (or 0xAA5250) is known color: Apple Blossom. HEX triplet: AA, 52 and 50. RGB value is (170,82,80). Sum of RGB (Red+Green+Blue) = 170+82+80=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5250 is #55ADAF. Grayscale: #6C6C6C. Windows color (decimal): -5615024 or 5264042. OLE color: 5264042.
HSL color Cylindrical-coordinate representation of color #AA5250: hue angle of 1.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5250 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 80 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.33 |
| HSL | 1.33º | 0.36% | 0.49% | - |
| HSV(B) | 1.33º | 0.53% | 0.67% | - |
| XYZ | 21.04 | 15.16 | 9.41 | - |
| YUV | 108.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 80 | 0 | 0.52 | 0.53 | 0.33 | 1.33 | 0.36 | 0.49 |
| Hex | AA | 52 | 50 | 0 | 34 | 35 | 21 | 1 | 24 | 31 |
| Octal | 252 | 122 | 120 | 0 | 64 | 65 | 41 | 1 | 44 | 61 |
| Binary | 10101010 | 1010010 | 1010000 | 0 | 110100 | 110101 | 100001 | 1 | 100100 | 110001 |
Color Harmonies of #AA5250
Complementary color
Monochromatic Colors of #AA5250
Black with #AA5250
Text Example
Text Example
White with #AA5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5250; }
p { color: rgb(170,82,80); }
H1.HeaderClassName
{
color: #AA5250;
}
.AnyTagClassName
{
color: #AA5250;
}
</style>
background-color css
<style>
a { background-color: #AA5250; }
a { background-color: rgb(170,82,80); }
div.DivClassName
{
background-color: #AA5250;
}
.BgClassName
{
background-color: #AA5250;
}
</style>
border-color css
<style>
span { border-color: #AA5250; }
span { border-color: rgb(170,82,80); }
td.TdClassName
{
border-color: #AA5250;
}
.TagClassName
{
border-color: #AA5250;
}
</style>