Shades of Apple Blossom #A1514C
Tints of Apple Blossom #A1514C
RGB
CMYK
RGB Variations
Color information
#A1514C (or 0xA1514C) is known color: Apple Blossom. HEX triplet: A1, 51 and 4C. RGB value is (161,81,76). Sum of RGB (Red+Green+Blue) = 161+81+76=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1514C is #5EAEB3. Grayscale: #686868. Windows color (decimal): -6205108 or 5001633. OLE color: 5001633.
HSL color Cylindrical-coordinate representation of color #A1514C: hue angle of 3.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1514C is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 76 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.37 |
| HSL | 3.53º | 0.36% | 0.46% | - |
| HSV(B) | 3.53º | 0.53% | 0.63% | - |
| XYZ | 18.94 | 13.98 | 8.54 | - |
| YUV | 104.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 76 | 0 | 0.50 | 0.53 | 0.37 | 3.53 | 0.36 | 0.46 |
| Hex | A1 | 51 | 4C | 0 | 32 | 35 | 25 | 4 | 24 | 2E |
| Octal | 241 | 121 | 114 | 0 | 62 | 65 | 45 | 4 | 44 | 56 |
| Binary | 10100001 | 1010001 | 1001100 | 0 | 110010 | 110101 | 100101 | 100 | 100100 | 101110 |
Color Harmonies of #A1514C
Complementary color
Monochromatic Colors of #A1514C
Black with #A1514C
Text Example
Text Example
White with #A1514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1514C; }
p { color: rgb(161,81,76); }
H1.HeaderClassName
{
color: #A1514C;
}
.AnyTagClassName
{
color: #A1514C;
}
</style>
background-color css
<style>
a { background-color: #A1514C; }
a { background-color: rgb(161,81,76); }
div.DivClassName
{
background-color: #A1514C;
}
.BgClassName
{
background-color: #A1514C;
}
</style>
border-color css
<style>
span { border-color: #A1514C; }
span { border-color: rgb(161,81,76); }
td.TdClassName
{
border-color: #A1514C;
}
.TagClassName
{
border-color: #A1514C;
}
</style>