Shades of Apple Blossom #A3514C
Tints of Apple Blossom #A3514C
RGB
CMYK
RGB Variations
Color information
#A3514C (or 0xA3514C) is known color: Apple Blossom. HEX triplet: A3, 51 and 4C. RGB value is (163,81,76). Sum of RGB (Red+Green+Blue) = 163+81+76=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3514C is #5CAEB3. Grayscale: #696969. Windows color (decimal): -6074036 or 5001635. OLE color: 5001635.
HSL color Cylindrical-coordinate representation of color #A3514C: hue angle of 3.45º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3514C is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 76 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.36 |
| HSL | 3.45º | 0.36% | 0.47% | - |
| HSV(B) | 3.45º | 0.53% | 0.64% | - |
| XYZ | 19.35 | 14.19 | 8.56 | - |
| YUV | 104.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 76 | 0 | 0.50 | 0.53 | 0.36 | 3.45 | 0.36 | 0.47 |
| Hex | A3 | 51 | 4C | 0 | 32 | 35 | 24 | 3 | 24 | 2F |
| Octal | 243 | 121 | 114 | 0 | 62 | 65 | 44 | 3 | 44 | 57 |
| Binary | 10100011 | 1010001 | 1001100 | 0 | 110010 | 110101 | 100100 | 11 | 100100 | 101111 |
Color Harmonies of #A3514C
Complementary color
Monochromatic Colors of #A3514C
Black with #A3514C
Text Example
Text Example
White with #A3514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3514C; }
p { color: rgb(163,81,76); }
H1.HeaderClassName
{
color: #A3514C;
}
.AnyTagClassName
{
color: #A3514C;
}
</style>
background-color css
<style>
a { background-color: #A3514C; }
a { background-color: rgb(163,81,76); }
div.DivClassName
{
background-color: #A3514C;
}
.BgClassName
{
background-color: #A3514C;
}
</style>
border-color css
<style>
span { border-color: #A3514C; }
span { border-color: rgb(163,81,76); }
td.TdClassName
{
border-color: #A3514C;
}
.TagClassName
{
border-color: #A3514C;
}
</style>