Shades of Apple Blossom #A25046
Tints of Apple Blossom #A25046
RGB
CMYK
RGB Variations
Color information
#A25046 (or 0xA25046) is known color: Apple Blossom. HEX triplet: A2, 50 and 46. RGB value is (162,80,70). Sum of RGB (Red+Green+Blue) = 162+80+70=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25046 is #5DAFB9. Grayscale: #676767. Windows color (decimal): -6139834 or 4608162. OLE color: 4608162.
HSL color Cylindrical-coordinate representation of color #A25046: hue angle of 6.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25046 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 70 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.36 |
| HSL | 6.52º | 0.4% | 0.45% | - |
| HSV(B) | 6.52º | 0.57% | 0.64% | - |
| XYZ | 18.87 | 13.86 | 7.47 | - |
| YUV | 103.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 70 | 0 | 0.51 | 0.57 | 0.36 | 6.52 | 0.4 | 0.45 |
| Hex | A2 | 50 | 46 | 0 | 33 | 39 | 24 | 7 | 28 | 2D |
| Octal | 242 | 120 | 106 | 0 | 63 | 71 | 44 | 7 | 50 | 55 |
| Binary | 10100010 | 1010000 | 1000110 | 0 | 110011 | 111001 | 100100 | 111 | 101000 | 101101 |
Color Harmonies of #A25046
Complementary color
Monochromatic Colors of #A25046
Black with #A25046
Text Example
Text Example
White with #A25046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25046; }
p { color: rgb(162,80,70); }
H1.HeaderClassName
{
color: #A25046;
}
.AnyTagClassName
{
color: #A25046;
}
</style>
background-color css
<style>
a { background-color: #A25046; }
a { background-color: rgb(162,80,70); }
div.DivClassName
{
background-color: #A25046;
}
.BgClassName
{
background-color: #A25046;
}
</style>
border-color css
<style>
span { border-color: #A25046; }
span { border-color: rgb(162,80,70); }
td.TdClassName
{
border-color: #A25046;
}
.TagClassName
{
border-color: #A25046;
}
</style>