Shades of Apple Blossom #AA554F
Tints of Apple Blossom #AA554F
RGB
CMYK
RGB Variations
Color information
#AA554F (or 0xAA554F) is known color: Apple Blossom. HEX triplet: AA, 55 and 4F. RGB value is (170,85,79). Sum of RGB (Red+Green+Blue) = 170+85+79=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA554F is #55AAB0. Grayscale: #6D6D6D. Windows color (decimal): -5614257 or 5199274. OLE color: 5199274.
HSL color Cylindrical-coordinate representation of color #AA554F: hue angle of 3.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA554F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 79 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.33 |
| HSL | 3.96º | 0.37% | 0.49% | - |
| HSV(B) | 3.96º | 0.54% | 0.67% | - |
| XYZ | 21.24 | 15.61 | 9.29 | - |
| YUV | 109.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 79 | 0 | 0.50 | 0.54 | 0.33 | 3.96 | 0.37 | 0.49 |
| Hex | AA | 55 | 4F | 0 | 32 | 36 | 21 | 4 | 25 | 31 |
| Octal | 252 | 125 | 117 | 0 | 62 | 66 | 41 | 4 | 45 | 61 |
| Binary | 10101010 | 1010101 | 1001111 | 0 | 110010 | 110110 | 100001 | 100 | 100101 | 110001 |
Color Harmonies of #AA554F
Complementary color
Monochromatic Colors of #AA554F
Black with #AA554F
Text Example
Text Example
White with #AA554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA554F; }
p { color: rgb(170,85,79); }
H1.HeaderClassName
{
color: #AA554F;
}
.AnyTagClassName
{
color: #AA554F;
}
</style>
background-color css
<style>
a { background-color: #AA554F; }
a { background-color: rgb(170,85,79); }
div.DivClassName
{
background-color: #AA554F;
}
.BgClassName
{
background-color: #AA554F;
}
</style>
border-color css
<style>
span { border-color: #AA554F; }
span { border-color: rgb(170,85,79); }
td.TdClassName
{
border-color: #AA554F;
}
.TagClassName
{
border-color: #AA554F;
}
</style>