Shades of Apple Blossom #A15151
Tints of Apple Blossom #A15151
RGB
CMYK
RGB Variations
Color information
#A15151 (or 0xA15151) is known color: Apple Blossom. HEX triplet: A1, 51 and 51. RGB value is (161,81,81). Sum of RGB (Red+Green+Blue) = 161+81+81=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A15151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15151 is #5EAEAE. Grayscale: #696969. Windows color (decimal): -6205103 or 5329313. OLE color: 5329313.
HSL color Cylindrical-coordinate representation of color #A15151: hue angle of 0º degrees, saturation: 0.33, 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 #A15151 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 81 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.37 |
| HSL | 0º | 0.33% | 0.47% | - |
| HSV(B) | 0º | 0.5% | 0.63% | - |
| XYZ | 19.13 | 14.06 | 9.49 | - |
| YUV | 104.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 81 | 0 | 0.50 | 0.50 | 0.37 | 0 | 0.33 | 0.47 |
| Hex | A1 | 51 | 51 | 0 | 32 | 32 | 25 | 0 | 21 | 2F |
| Octal | 241 | 121 | 121 | 0 | 62 | 62 | 45 | 0 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1010001 | 0 | 110010 | 110010 | 100101 | 0 | 100001 | 101111 |
Color Harmonies of #A15151
Complementary color
Monochromatic Colors of #A15151
Black with #A15151
Text Example
Text Example
White with #A15151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15151; }
p { color: rgb(161,81,81); }
H1.HeaderClassName
{
color: #A15151;
}
.AnyTagClassName
{
color: #A15151;
}
</style>
background-color css
<style>
a { background-color: #A15151; }
a { background-color: rgb(161,81,81); }
div.DivClassName
{
background-color: #A15151;
}
.BgClassName
{
background-color: #A15151;
}
</style>
border-color css
<style>
span { border-color: #A15151; }
span { border-color: rgb(161,81,81); }
td.TdClassName
{
border-color: #A15151;
}
.TagClassName
{
border-color: #A15151;
}
</style>