Shades of Apple Blossom #A25855
Tints of Apple Blossom #A25855
RGB
CMYK
RGB Variations
Color information
#A25855 (or 0xA25855) is known color: Apple Blossom. HEX triplet: A2, 58 and 55. RGB value is (162,88,85). Sum of RGB (Red+Green+Blue) = 162+88+85=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25855 is #5DA7AA. Grayscale: #6D6D6D. Windows color (decimal): -6137771 or 5593250. OLE color: 5593250.
HSL color Cylindrical-coordinate representation of color #A25855: hue angle of 2.34º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25855 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 85 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.36 |
| HSL | 2.34º | 0.31% | 0.48% | - |
| HSV(B) | 2.34º | 0.48% | 0.64% | - |
| XYZ | 20.03 | 15.32 | 10.5 | - |
| YUV | 109.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 85 | 0 | 0.46 | 0.48 | 0.36 | 2.34 | 0.31 | 0.48 |
| Hex | A2 | 58 | 55 | 0 | 2E | 30 | 24 | 2 | 1F | 30 |
| Octal | 242 | 130 | 125 | 0 | 56 | 60 | 44 | 2 | 37 | 60 |
| Binary | 10100010 | 1011000 | 1010101 | 0 | 101110 | 110000 | 100100 | 10 | 11111 | 110000 |
Color Harmonies of #A25855
Complementary color
Monochromatic Colors of #A25855
Black with #A25855
Text Example
Text Example
White with #A25855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25855; }
p { color: rgb(162,88,85); }
H1.HeaderClassName
{
color: #A25855;
}
.AnyTagClassName
{
color: #A25855;
}
</style>
background-color css
<style>
a { background-color: #A25855; }
a { background-color: rgb(162,88,85); }
div.DivClassName
{
background-color: #A25855;
}
.BgClassName
{
background-color: #A25855;
}
</style>
border-color css
<style>
span { border-color: #A25855; }
span { border-color: rgb(162,88,85); }
td.TdClassName
{
border-color: #A25855;
}
.TagClassName
{
border-color: #A25855;
}
</style>