Shades of Apple Blossom #AA534D
Tints of Apple Blossom #AA534D
RGB
CMYK
RGB Variations
Color information
#AA534D (or 0xAA534D) is known color: Apple Blossom. HEX triplet: AA, 53 and 4D. RGB value is (170,83,77). Sum of RGB (Red+Green+Blue) = 170+83+77=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA534D is #55ACB2. Grayscale: #6C6C6C. Windows color (decimal): -5614771 or 5067690. OLE color: 5067690.
HSL color Cylindrical-coordinate representation of color #AA534D: hue angle of 3.87º 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 #AA534D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 77 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.33 |
| HSL | 3.87º | 0.38% | 0.48% | - |
| HSV(B) | 3.87º | 0.55% | 0.67% | - |
| XYZ | 21.01 | 15.27 | 8.86 | - |
| YUV | 108.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 77 | 0 | 0.51 | 0.55 | 0.33 | 3.87 | 0.38 | 0.48 |
| Hex | AA | 53 | 4D | 0 | 33 | 37 | 21 | 4 | 26 | 30 |
| Octal | 252 | 123 | 115 | 0 | 63 | 67 | 41 | 4 | 46 | 60 |
| Binary | 10101010 | 1010011 | 1001101 | 0 | 110011 | 110111 | 100001 | 100 | 100110 | 110000 |
Color Harmonies of #AA534D
Complementary color
Monochromatic Colors of #AA534D
Black with #AA534D
Text Example
Text Example
White with #AA534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA534D; }
p { color: rgb(170,83,77); }
H1.HeaderClassName
{
color: #AA534D;
}
.AnyTagClassName
{
color: #AA534D;
}
</style>
background-color css
<style>
a { background-color: #AA534D; }
a { background-color: rgb(170,83,77); }
div.DivClassName
{
background-color: #AA534D;
}
.BgClassName
{
background-color: #AA534D;
}
</style>
border-color css
<style>
span { border-color: #AA534D; }
span { border-color: rgb(170,83,77); }
td.TdClassName
{
border-color: #AA534D;
}
.TagClassName
{
border-color: #AA534D;
}
</style>