Shades of Apple Blossom #AA524F
Tints of Apple Blossom #AA524F
RGB
CMYK
RGB Variations
Color information
#AA524F (or 0xAA524F) is known color: Apple Blossom. HEX triplet: AA, 52 and 4F. RGB value is (170,82,79). Sum of RGB (Red+Green+Blue) = 170+82+79=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA524F is #55ADB0. Grayscale: #6C6C6C. Windows color (decimal): -5615025 or 5198506. OLE color: 5198506.
HSL color Cylindrical-coordinate representation of color #AA524F: hue angle of 1.98º 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 #AA524F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 79 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.33 |
| HSL | 1.98º | 0.37% | 0.49% | - |
| HSV(B) | 1.98º | 0.54% | 0.67% | - |
| XYZ | 21.01 | 15.15 | 9.21 | - |
| YUV | 107.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 79 | 0 | 0.52 | 0.54 | 0.33 | 1.98 | 0.37 | 0.49 |
| Hex | AA | 52 | 4F | 0 | 34 | 36 | 21 | 2 | 25 | 31 |
| Octal | 252 | 122 | 117 | 0 | 64 | 66 | 41 | 2 | 45 | 61 |
| Binary | 10101010 | 1010010 | 1001111 | 0 | 110100 | 110110 | 100001 | 10 | 100101 | 110001 |
Color Harmonies of #AA524F
Complementary color
Monochromatic Colors of #AA524F
Black with #AA524F
Text Example
Text Example
White with #AA524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA524F; }
p { color: rgb(170,82,79); }
H1.HeaderClassName
{
color: #AA524F;
}
.AnyTagClassName
{
color: #AA524F;
}
</style>
background-color css
<style>
a { background-color: #AA524F; }
a { background-color: rgb(170,82,79); }
div.DivClassName
{
background-color: #AA524F;
}
.BgClassName
{
background-color: #AA524F;
}
</style>
border-color css
<style>
span { border-color: #AA524F; }
span { border-color: rgb(170,82,79); }
td.TdClassName
{
border-color: #AA524F;
}
.TagClassName
{
border-color: #AA524F;
}
</style>