Shades of Apple Blossom #A85958
Tints of Apple Blossom #A85958
RGB
CMYK
RGB Variations
Color information
#A85958 (or 0xA85958) is known color: Apple Blossom. HEX triplet: A8, 59 and 58. RGB value is (168,89,88). Sum of RGB (Red+Green+Blue) = 168+89+88=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A85958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85958 is #57A6A7. Grayscale: #707070. Windows color (decimal): -5744296 or 5790120. OLE color: 5790120.
HSL color Cylindrical-coordinate representation of color #A85958: hue angle of 0.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85958 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 88 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.34 |
| HSL | 0.75º | 0.31% | 0.5% | - |
| HSV(B) | 0.75º | 0.48% | 0.66% | - |
| XYZ | 21.48 | 16.17 | 11.22 | - |
| YUV | 112.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 88 | 0 | 0.47 | 0.48 | 0.34 | 0.75 | 0.31 | 0.5 |
| Hex | A8 | 59 | 58 | 0 | 2F | 30 | 22 | 1 | 1F | 32 |
| Octal | 250 | 131 | 130 | 0 | 57 | 60 | 42 | 1 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1011000 | 0 | 101111 | 110000 | 100010 | 1 | 11111 | 110010 |
Color Harmonies of #A85958
Complementary color
Monochromatic Colors of #A85958
Black with #A85958
Text Example
Text Example
White with #A85958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85958; }
p { color: rgb(168,89,88); }
H1.HeaderClassName
{
color: #A85958;
}
.AnyTagClassName
{
color: #A85958;
}
</style>
background-color css
<style>
a { background-color: #A85958; }
a { background-color: rgb(168,89,88); }
div.DivClassName
{
background-color: #A85958;
}
.BgClassName
{
background-color: #A85958;
}
</style>
border-color css
<style>
span { border-color: #A85958; }
span { border-color: rgb(168,89,88); }
td.TdClassName
{
border-color: #A85958;
}
.TagClassName
{
border-color: #A85958;
}
</style>