Shades of Apple Blossom #A15353
Tints of Apple Blossom #A15353
RGB
CMYK
RGB Variations
Color information
#A15353 (or 0xA15353) is known color: Apple Blossom. HEX triplet: A1, 53 and 53. RGB value is (161,83,83). Sum of RGB (Red+Green+Blue) = 161+83+83=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A15353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15353 is #5EACAC. Grayscale: #6A6A6A. Windows color (decimal): -6204589 or 5460897. OLE color: 5460897.
HSL color Cylindrical-coordinate representation of color #A15353: hue angle of 0º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15353 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 83 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.37 |
| HSL | 0º | 0.32% | 0.48% | - |
| HSV(B) | 0º | 0.48% | 0.63% | - |
| XYZ | 19.35 | 14.39 | 9.94 | - |
| YUV | 106.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 83 | 0 | 0.48 | 0.48 | 0.37 | 0 | 0.32 | 0.48 |
| Hex | A1 | 53 | 53 | 0 | 30 | 30 | 25 | 0 | 20 | 30 |
| Octal | 241 | 123 | 123 | 0 | 60 | 60 | 45 | 0 | 40 | 60 |
| Binary | 10100001 | 1010011 | 1010011 | 0 | 110000 | 110000 | 100101 | 0 | 100000 | 110000 |
Color Harmonies of #A15353
Complementary color
Monochromatic Colors of #A15353
Black with #A15353
Text Example
Text Example
White with #A15353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15353; }
p { color: rgb(161,83,83); }
H1.HeaderClassName
{
color: #A15353;
}
.AnyTagClassName
{
color: #A15353;
}
</style>
background-color css
<style>
a { background-color: #A15353; }
a { background-color: rgb(161,83,83); }
div.DivClassName
{
background-color: #A15353;
}
.BgClassName
{
background-color: #A15353;
}
</style>
border-color css
<style>
span { border-color: #A15353; }
span { border-color: rgb(161,83,83); }
td.TdClassName
{
border-color: #A15353;
}
.TagClassName
{
border-color: #A15353;
}
</style>