Shades of Apple Blossom #A85956
Tints of Apple Blossom #A85956
RGB
CMYK
RGB Variations
Color information
#A85956 (or 0xA85956) is known color: Apple Blossom. HEX triplet: A8, 59 and 56. RGB value is (168,89,86). Sum of RGB (Red+Green+Blue) = 168+89+86=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A85956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85956 is #57A6A9. Grayscale: #707070. Windows color (decimal): -5744298 or 5659048. OLE color: 5659048.
HSL color Cylindrical-coordinate representation of color #A85956: hue angle of 2.2º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85956 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 86 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.34 |
| HSL | 2.2º | 0.32% | 0.5% | - |
| HSV(B) | 2.2º | 0.49% | 0.66% | - |
| XYZ | 21.4 | 16.14 | 10.79 | - |
| YUV | 112.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 86 | 0 | 0.47 | 0.49 | 0.34 | 2.2 | 0.32 | 0.5 |
| Hex | A8 | 59 | 56 | 0 | 2F | 31 | 22 | 2 | 20 | 32 |
| Octal | 250 | 131 | 126 | 0 | 57 | 61 | 42 | 2 | 40 | 62 |
| Binary | 10101000 | 1011001 | 1010110 | 0 | 101111 | 110001 | 100010 | 10 | 100000 | 110010 |
Color Harmonies of #A85956
Complementary color
Monochromatic Colors of #A85956
Black with #A85956
Text Example
Text Example
White with #A85956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85956; }
p { color: rgb(168,89,86); }
H1.HeaderClassName
{
color: #A85956;
}
.AnyTagClassName
{
color: #A85956;
}
</style>
background-color css
<style>
a { background-color: #A85956; }
a { background-color: rgb(168,89,86); }
div.DivClassName
{
background-color: #A85956;
}
.BgClassName
{
background-color: #A85956;
}
</style>
border-color css
<style>
span { border-color: #A85956; }
span { border-color: rgb(168,89,86); }
td.TdClassName
{
border-color: #A85956;
}
.TagClassName
{
border-color: #A85956;
}
</style>