Shades of Apple Blossom #AA514F
Tints of Apple Blossom #AA514F
RGB
CMYK
RGB Variations
Color information
#AA514F (or 0xAA514F) is known color: Apple Blossom. HEX triplet: AA, 51 and 4F. RGB value is (170,81,79). Sum of RGB (Red+Green+Blue) = 170+81+79=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA514F is #55AEB0. Grayscale: #6B6B6B. Windows color (decimal): -5615281 or 5198250. OLE color: 5198250.
HSL color Cylindrical-coordinate representation of color #AA514F: hue angle of 1.32º 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 #AA514F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 79 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.33 |
| HSL | 1.32º | 0.37% | 0.49% | - |
| HSV(B) | 1.32º | 0.54% | 0.67% | - |
| XYZ | 20.93 | 15 | 9.19 | - |
| YUV | 107.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 79 | 0 | 0.52 | 0.54 | 0.33 | 1.32 | 0.37 | 0.49 |
| Hex | AA | 51 | 4F | 0 | 34 | 36 | 21 | 1 | 25 | 31 |
| Octal | 252 | 121 | 117 | 0 | 64 | 66 | 41 | 1 | 45 | 61 |
| Binary | 10101010 | 1010001 | 1001111 | 0 | 110100 | 110110 | 100001 | 1 | 100101 | 110001 |
Color Harmonies of #AA514F
Complementary color
Monochromatic Colors of #AA514F
Black with #AA514F
Text Example
Text Example
White with #AA514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA514F; }
p { color: rgb(170,81,79); }
H1.HeaderClassName
{
color: #AA514F;
}
.AnyTagClassName
{
color: #AA514F;
}
</style>
background-color css
<style>
a { background-color: #AA514F; }
a { background-color: rgb(170,81,79); }
div.DivClassName
{
background-color: #AA514F;
}
.BgClassName
{
background-color: #AA514F;
}
</style>
border-color css
<style>
span { border-color: #AA514F; }
span { border-color: rgb(170,81,79); }
td.TdClassName
{
border-color: #AA514F;
}
.TagClassName
{
border-color: #AA514F;
}
</style>