Shades of Apple Blossom #A95149
Tints of Apple Blossom #A95149
RGB
CMYK
RGB Variations
Color information
#A95149 (or 0xA95149) is known color: Apple Blossom. HEX triplet: A9, 51 and 49. RGB value is (169,81,73). Sum of RGB (Red+Green+Blue) = 169+81+73=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A95149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95149 is #56AEB6. Grayscale: #6A6A6A. Windows color (decimal): -5680823 or 4805033. OLE color: 4805033.
HSL color Cylindrical-coordinate representation of color #A95149: hue angle of 5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95149 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 73 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.34 |
| HSL | 5º | 0.4% | 0.47% | - |
| HSV(B) | 5º | 0.57% | 0.66% | - |
| XYZ | 20.51 | 14.8 | 8.08 | - |
| YUV | 106.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 73 | 0 | 0.52 | 0.57 | 0.34 | 5 | 0.4 | 0.47 |
| Hex | A9 | 51 | 49 | 0 | 34 | 39 | 22 | 5 | 28 | 2F |
| Octal | 251 | 121 | 111 | 0 | 64 | 71 | 42 | 5 | 50 | 57 |
| Binary | 10101001 | 1010001 | 1001001 | 0 | 110100 | 111001 | 100010 | 101 | 101000 | 101111 |
Color Harmonies of #A95149
Complementary color
Monochromatic Colors of #A95149
Black with #A95149
Text Example
Text Example
White with #A95149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95149; }
p { color: rgb(169,81,73); }
H1.HeaderClassName
{
color: #A95149;
}
.AnyTagClassName
{
color: #A95149;
}
</style>
background-color css
<style>
a { background-color: #A95149; }
a { background-color: rgb(169,81,73); }
div.DivClassName
{
background-color: #A95149;
}
.BgClassName
{
background-color: #A95149;
}
</style>
border-color css
<style>
span { border-color: #A95149; }
span { border-color: rgb(169,81,73); }
td.TdClassName
{
border-color: #A95149;
}
.TagClassName
{
border-color: #A95149;
}
</style>