Shades of Apple Blossom #A55046
Tints of Apple Blossom #A55046
RGB
CMYK
RGB Variations
Color information
#A55046 (or 0xA55046) is known color: Apple Blossom. HEX triplet: A5, 50 and 46. RGB value is (165,80,70). Sum of RGB (Red+Green+Blue) = 165+80+70=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55046 is #5AAFB9. Grayscale: #686868. Windows color (decimal): -5943226 or 4608165. OLE color: 4608165.
HSL color Cylindrical-coordinate representation of color #A55046: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55046 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 70 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.35 |
| HSL | 6.32º | 0.4% | 0.46% | - |
| HSV(B) | 6.32º | 0.58% | 0.65% | - |
| XYZ | 19.49 | 14.18 | 7.5 | - |
| YUV | 104.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 70 | 0 | 0.52 | 0.58 | 0.35 | 6.32 | 0.4 | 0.46 |
| Hex | A5 | 50 | 46 | 0 | 34 | 3A | 23 | 6 | 28 | 2E |
| Octal | 245 | 120 | 106 | 0 | 64 | 72 | 43 | 6 | 50 | 56 |
| Binary | 10100101 | 1010000 | 1000110 | 0 | 110100 | 111010 | 100011 | 110 | 101000 | 101110 |
Color Harmonies of #A55046
Complementary color
Monochromatic Colors of #A55046
Black with #A55046
Text Example
Text Example
White with #A55046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55046; }
p { color: rgb(165,80,70); }
H1.HeaderClassName
{
color: #A55046;
}
.AnyTagClassName
{
color: #A55046;
}
</style>
background-color css
<style>
a { background-color: #A55046; }
a { background-color: rgb(165,80,70); }
div.DivClassName
{
background-color: #A55046;
}
.BgClassName
{
background-color: #A55046;
}
</style>
border-color css
<style>
span { border-color: #A55046; }
span { border-color: rgb(165,80,70); }
td.TdClassName
{
border-color: #A55046;
}
.TagClassName
{
border-color: #A55046;
}
</style>