Shades of Apple Blossom #A15150
Tints of Apple Blossom #A15150
RGB
CMYK
RGB Variations
Color information
#A15150 (or 0xA15150) is known color: Apple Blossom. HEX triplet: A1, 51 and 50. RGB value is (161,81,80). Sum of RGB (Red+Green+Blue) = 161+81+80=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A15150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15150 is #5EAEAF. Grayscale: #686868. Windows color (decimal): -6205104 or 5263777. OLE color: 5263777.
HSL color Cylindrical-coordinate representation of color #A15150: hue angle of 0.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15150 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 80 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.37 |
| HSL | 0.74º | 0.34% | 0.47% | - |
| HSV(B) | 0.74º | 0.5% | 0.63% | - |
| XYZ | 19.09 | 14.04 | 9.29 | - |
| YUV | 104.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 80 | 0 | 0.50 | 0.50 | 0.37 | 0.74 | 0.34 | 0.47 |
| Hex | A1 | 51 | 50 | 0 | 32 | 32 | 25 | 1 | 22 | 2F |
| Octal | 241 | 121 | 120 | 0 | 62 | 62 | 45 | 1 | 42 | 57 |
| Binary | 10100001 | 1010001 | 1010000 | 0 | 110010 | 110010 | 100101 | 1 | 100010 | 101111 |
Color Harmonies of #A15150
Complementary color
Monochromatic Colors of #A15150
Black with #A15150
Text Example
Text Example
White with #A15150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15150; }
p { color: rgb(161,81,80); }
H1.HeaderClassName
{
color: #A15150;
}
.AnyTagClassName
{
color: #A15150;
}
</style>
background-color css
<style>
a { background-color: #A15150; }
a { background-color: rgb(161,81,80); }
div.DivClassName
{
background-color: #A15150;
}
.BgClassName
{
background-color: #A15150;
}
</style>
border-color css
<style>
span { border-color: #A15150; }
span { border-color: rgb(161,81,80); }
td.TdClassName
{
border-color: #A15150;
}
.TagClassName
{
border-color: #A15150;
}
</style>