Shades of Apple Blossom #A2514A
Tints of Apple Blossom #A2514A
RGB
CMYK
RGB Variations
Color information
#A2514A (or 0xA2514A) is known color: Apple Blossom. HEX triplet: A2, 51 and 4A. RGB value is (162,81,74). Sum of RGB (Red+Green+Blue) = 162+81+74=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2514A is #5DAEB5. Grayscale: #686868. Windows color (decimal): -6139574 or 4870562. OLE color: 4870562.
HSL color Cylindrical-coordinate representation of color #A2514A: hue angle of 4.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2514A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 74 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.36 |
| HSL | 4.77º | 0.37% | 0.46% | - |
| HSV(B) | 4.77º | 0.54% | 0.64% | - |
| XYZ | 19.08 | 14.06 | 8.19 | - |
| YUV | 104.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 74 | 0 | 0.50 | 0.54 | 0.36 | 4.77 | 0.37 | 0.46 |
| Hex | A2 | 51 | 4A | 0 | 32 | 36 | 24 | 5 | 25 | 2E |
| Octal | 242 | 121 | 112 | 0 | 62 | 66 | 44 | 5 | 45 | 56 |
| Binary | 10100010 | 1010001 | 1001010 | 0 | 110010 | 110110 | 100100 | 101 | 100101 | 101110 |
Color Harmonies of #A2514A
Complementary color
Monochromatic Colors of #A2514A
Black with #A2514A
Text Example
Text Example
White with #A2514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2514A; }
p { color: rgb(162,81,74); }
H1.HeaderClassName
{
color: #A2514A;
}
.AnyTagClassName
{
color: #A2514A;
}
</style>
background-color css
<style>
a { background-color: #A2514A; }
a { background-color: rgb(162,81,74); }
div.DivClassName
{
background-color: #A2514A;
}
.BgClassName
{
background-color: #A2514A;
}
</style>
border-color css
<style>
span { border-color: #A2514A; }
span { border-color: rgb(162,81,74); }
td.TdClassName
{
border-color: #A2514A;
}
.TagClassName
{
border-color: #A2514A;
}
</style>