Shades of Apple Blossom #A25857
Tints of Apple Blossom #A25857
RGB
CMYK
RGB Variations
Color information
#A25857 (or 0xA25857) is known color: Apple Blossom. HEX triplet: A2, 58 and 57. RGB value is (162,88,87). Sum of RGB (Red+Green+Blue) = 162+88+87=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25857 is #5DA7A8. Grayscale: #6E6E6E. Windows color (decimal): -6137769 or 5724322. OLE color: 5724322.
HSL color Cylindrical-coordinate representation of color #A25857: hue angle of 0.8º 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 #A25857 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 87 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.36 |
| HSL | 0.8º | 0.3% | 0.49% | - |
| HSV(B) | 0.8º | 0.46% | 0.64% | - |
| XYZ | 20.11 | 15.35 | 10.92 | - |
| YUV | 110.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 87 | 0 | 0.46 | 0.46 | 0.36 | 0.8 | 0.3 | 0.49 |
| Hex | A2 | 58 | 57 | 0 | 2E | 2E | 24 | 1 | 1E | 31 |
| Octal | 242 | 130 | 127 | 0 | 56 | 56 | 44 | 1 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1010111 | 0 | 101110 | 101110 | 100100 | 1 | 11110 | 110001 |
Color Harmonies of #A25857
Complementary color
Monochromatic Colors of #A25857
Black with #A25857
Text Example
Text Example
White with #A25857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25857; }
p { color: rgb(162,88,87); }
H1.HeaderClassName
{
color: #A25857;
}
.AnyTagClassName
{
color: #A25857;
}
</style>
background-color css
<style>
a { background-color: #A25857; }
a { background-color: rgb(162,88,87); }
div.DivClassName
{
background-color: #A25857;
}
.BgClassName
{
background-color: #A25857;
}
</style>
border-color css
<style>
span { border-color: #A25857; }
span { border-color: rgb(162,88,87); }
td.TdClassName
{
border-color: #A25857;
}
.TagClassName
{
border-color: #A25857;
}
</style>