Shades of Apple Blossom #AA534B
Tints of Apple Blossom #AA534B
RGB
CMYK
RGB Variations
Color information
#AA534B (or 0xAA534B) is known color: Apple Blossom. HEX triplet: AA, 53 and 4B. RGB value is (170,83,75). Sum of RGB (Red+Green+Blue) = 170+83+75=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA534B is #55ACB4. Grayscale: #6C6C6C. Windows color (decimal): -5614773 or 4936618. OLE color: 4936618.
HSL color Cylindrical-coordinate representation of color #AA534B: hue angle of 5.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA534B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 75 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.33 |
| HSL | 5.05º | 0.39% | 0.48% | - |
| HSV(B) | 5.05º | 0.56% | 0.67% | - |
| XYZ | 20.94 | 15.24 | 8.49 | - |
| YUV | 108.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 75 | 0 | 0.51 | 0.56 | 0.33 | 5.05 | 0.39 | 0.48 |
| Hex | AA | 53 | 4B | 0 | 33 | 38 | 21 | 5 | 27 | 30 |
| Octal | 252 | 123 | 113 | 0 | 63 | 70 | 41 | 5 | 47 | 60 |
| Binary | 10101010 | 1010011 | 1001011 | 0 | 110011 | 111000 | 100001 | 101 | 100111 | 110000 |
Color Harmonies of #AA534B
Complementary color
Monochromatic Colors of #AA534B
Black with #AA534B
Text Example
Text Example
White with #AA534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA534B; }
p { color: rgb(170,83,75); }
H1.HeaderClassName
{
color: #AA534B;
}
.AnyTagClassName
{
color: #AA534B;
}
</style>
background-color css
<style>
a { background-color: #AA534B; }
a { background-color: rgb(170,83,75); }
div.DivClassName
{
background-color: #AA534B;
}
.BgClassName
{
background-color: #AA534B;
}
</style>
border-color css
<style>
span { border-color: #AA534B; }
span { border-color: rgb(170,83,75); }
td.TdClassName
{
border-color: #AA534B;
}
.TagClassName
{
border-color: #AA534B;
}
</style>