Shades of Apple Blossom #AA5954
Tints of Apple Blossom #AA5954
RGB
CMYK
RGB Variations
Color information
#AA5954 (or 0xAA5954) is known color: Apple Blossom. HEX triplet: AA, 59 and 54. RGB value is (170,89,84). Sum of RGB (Red+Green+Blue) = 170+89+84=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5954 is #55A6AB. Grayscale: #707070. Windows color (decimal): -5613228 or 5527978. OLE color: 5527978.
HSL color Cylindrical-coordinate representation of color #AA5954: hue angle of 3.49º 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 #AA5954 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 84 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.33 |
| HSL | 3.49º | 0.34% | 0.5% | - |
| HSV(B) | 3.49º | 0.51% | 0.67% | - |
| XYZ | 21.75 | 16.33 | 10.39 | - |
| YUV | 112.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 84 | 0 | 0.48 | 0.51 | 0.33 | 3.49 | 0.34 | 0.5 |
| Hex | AA | 59 | 54 | 0 | 30 | 33 | 21 | 3 | 22 | 32 |
| Octal | 252 | 131 | 124 | 0 | 60 | 63 | 41 | 3 | 42 | 62 |
| Binary | 10101010 | 1011001 | 1010100 | 0 | 110000 | 110011 | 100001 | 11 | 100010 | 110010 |
Color Harmonies of #AA5954
Complementary color
Monochromatic Colors of #AA5954
Black with #AA5954
Text Example
Text Example
White with #AA5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5954; }
p { color: rgb(170,89,84); }
H1.HeaderClassName
{
color: #AA5954;
}
.AnyTagClassName
{
color: #AA5954;
}
</style>
background-color css
<style>
a { background-color: #AA5954; }
a { background-color: rgb(170,89,84); }
div.DivClassName
{
background-color: #AA5954;
}
.BgClassName
{
background-color: #AA5954;
}
</style>
border-color css
<style>
span { border-color: #AA5954; }
span { border-color: rgb(170,89,84); }
td.TdClassName
{
border-color: #AA5954;
}
.TagClassName
{
border-color: #AA5954;
}
</style>