Shades of Apple Blossom #AA554D
Tints of Apple Blossom #AA554D
RGB
CMYK
RGB Variations
Color information
#AA554D (or 0xAA554D) is known color: Apple Blossom. HEX triplet: AA, 55 and 4D. RGB value is (170,85,77). Sum of RGB (Red+Green+Blue) = 170+85+77=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA554D is #55AAB2. Grayscale: #6D6D6D. Windows color (decimal): -5614259 or 5068202. OLE color: 5068202.
HSL color Cylindrical-coordinate representation of color #AA554D: hue angle of 5.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA554D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 77 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.33 |
| HSL | 5.16º | 0.38% | 0.48% | - |
| HSV(B) | 5.16º | 0.55% | 0.67% | - |
| XYZ | 21.17 | 15.58 | 8.91 | - |
| YUV | 109.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 77 | 0 | 0.50 | 0.55 | 0.33 | 5.16 | 0.38 | 0.48 |
| Hex | AA | 55 | 4D | 0 | 32 | 37 | 21 | 5 | 26 | 30 |
| Octal | 252 | 125 | 115 | 0 | 62 | 67 | 41 | 5 | 46 | 60 |
| Binary | 10101010 | 1010101 | 1001101 | 0 | 110010 | 110111 | 100001 | 101 | 100110 | 110000 |
Color Harmonies of #AA554D
Complementary color
Monochromatic Colors of #AA554D
Black with #AA554D
Text Example
Text Example
White with #AA554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA554D; }
p { color: rgb(170,85,77); }
H1.HeaderClassName
{
color: #AA554D;
}
.AnyTagClassName
{
color: #AA554D;
}
</style>
background-color css
<style>
a { background-color: #AA554D; }
a { background-color: rgb(170,85,77); }
div.DivClassName
{
background-color: #AA554D;
}
.BgClassName
{
background-color: #AA554D;
}
</style>
border-color css
<style>
span { border-color: #AA554D; }
span { border-color: rgb(170,85,77); }
td.TdClassName
{
border-color: #AA554D;
}
.TagClassName
{
border-color: #AA554D;
}
</style>