Shades of Apple Blossom #A25858
Tints of Apple Blossom #A25858
RGB
CMYK
RGB Variations
Color information
#A25858 (or 0xA25858) is known color: Apple Blossom. HEX triplet: A2, 58 and 58. RGB value is (162,88,88). Sum of RGB (Red+Green+Blue) = 162+88+88=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A25858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25858 is #5DA7A7. Grayscale: #6E6E6E. Windows color (decimal): -6137768 or 5789858. OLE color: 5789858.
HSL color Cylindrical-coordinate representation of color #A25858: hue angle of 0º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25858 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 88 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.36 |
| HSL | 0º | 0.3% | 0.49% | - |
| HSV(B) | 0º | 0.46% | 0.64% | - |
| XYZ | 20.15 | 15.37 | 11.14 | - |
| YUV | 110.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 88 | 0 | 0.46 | 0.46 | 0.36 | 0 | 0.3 | 0.49 |
| Hex | A2 | 58 | 58 | 0 | 2E | 2E | 24 | 0 | 1E | 31 |
| Octal | 242 | 130 | 130 | 0 | 56 | 56 | 44 | 0 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1011000 | 0 | 101110 | 101110 | 100100 | 0 | 11110 | 110001 |
Color Harmonies of #A25858
Complementary color
Monochromatic Colors of #A25858
Black with #A25858
Text Example
Text Example
White with #A25858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25858; }
p { color: rgb(162,88,88); }
H1.HeaderClassName
{
color: #A25858;
}
.AnyTagClassName
{
color: #A25858;
}
</style>
background-color css
<style>
a { background-color: #A25858; }
a { background-color: rgb(162,88,88); }
div.DivClassName
{
background-color: #A25858;
}
.BgClassName
{
background-color: #A25858;
}
</style>
border-color css
<style>
span { border-color: #A25858; }
span { border-color: rgb(162,88,88); }
td.TdClassName
{
border-color: #A25858;
}
.TagClassName
{
border-color: #A25858;
}
</style>