Shades of Apple Blossom #A3514E
Tints of Apple Blossom #A3514E
RGB
CMYK
RGB Variations
Color information
#A3514E (or 0xA3514E) is known color: Apple Blossom. HEX triplet: A3, 51 and 4E. RGB value is (163,81,78). Sum of RGB (Red+Green+Blue) = 163+81+78=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3514E is #5CAEB1. Grayscale: #696969. Windows color (decimal): -6074034 or 5132707. OLE color: 5132707.
HSL color Cylindrical-coordinate representation of color #A3514E: hue angle of 2.12º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3514E is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 78 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.36 |
| HSL | 2.12º | 0.35% | 0.47% | - |
| HSV(B) | 2.12º | 0.52% | 0.64% | - |
| XYZ | 19.42 | 14.22 | 8.93 | - |
| YUV | 105.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 78 | 0 | 0.50 | 0.52 | 0.36 | 2.12 | 0.35 | 0.47 |
| Hex | A3 | 51 | 4E | 0 | 32 | 34 | 24 | 2 | 23 | 2F |
| Octal | 243 | 121 | 116 | 0 | 62 | 64 | 44 | 2 | 43 | 57 |
| Binary | 10100011 | 1010001 | 1001110 | 0 | 110010 | 110100 | 100100 | 10 | 100011 | 101111 |
Color Harmonies of #A3514E
Complementary color
Monochromatic Colors of #A3514E
Black with #A3514E
Text Example
Text Example
White with #A3514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3514E; }
p { color: rgb(163,81,78); }
H1.HeaderClassName
{
color: #A3514E;
}
.AnyTagClassName
{
color: #A3514E;
}
</style>
background-color css
<style>
a { background-color: #A3514E; }
a { background-color: rgb(163,81,78); }
div.DivClassName
{
background-color: #A3514E;
}
.BgClassName
{
background-color: #A3514E;
}
</style>
border-color css
<style>
span { border-color: #A3514E; }
span { border-color: rgb(163,81,78); }
td.TdClassName
{
border-color: #A3514E;
}
.TagClassName
{
border-color: #A3514E;
}
</style>