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