Shades of Apple Blossom #A85957
Tints of Apple Blossom #A85957
RGB
CMYK
RGB Variations
Color information
#A85957 (or 0xA85957) is known color: Apple Blossom. HEX triplet: A8, 59 and 57. RGB value is (168,89,87). Sum of RGB (Red+Green+Blue) = 168+89+87=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A85957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85957 is #57A6A8. Grayscale: #707070. Windows color (decimal): -5744297 or 5724584. OLE color: 5724584.
HSL color Cylindrical-coordinate representation of color #A85957: hue angle of 1.48º degrees, saturation: 0.32, 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 #A85957 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 87 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.34 |
| HSL | 1.48º | 0.32% | 0.5% | - |
| HSV(B) | 1.48º | 0.48% | 0.66% | - |
| XYZ | 21.44 | 16.16 | 11.01 | - |
| YUV | 112.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 87 | 0 | 0.47 | 0.48 | 0.34 | 1.48 | 0.32 | 0.5 |
| Hex | A8 | 59 | 57 | 0 | 2F | 30 | 22 | 1 | 20 | 32 |
| Octal | 250 | 131 | 127 | 0 | 57 | 60 | 42 | 1 | 40 | 62 |
| Binary | 10101000 | 1011001 | 1010111 | 0 | 101111 | 110000 | 100010 | 1 | 100000 | 110010 |
Color Harmonies of #A85957
Complementary color
Monochromatic Colors of #A85957
Black with #A85957
Text Example
Text Example
White with #A85957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85957; }
p { color: rgb(168,89,87); }
H1.HeaderClassName
{
color: #A85957;
}
.AnyTagClassName
{
color: #A85957;
}
</style>
background-color css
<style>
a { background-color: #A85957; }
a { background-color: rgb(168,89,87); }
div.DivClassName
{
background-color: #A85957;
}
.BgClassName
{
background-color: #A85957;
}
</style>
border-color css
<style>
span { border-color: #A85957; }
span { border-color: rgb(168,89,87); }
td.TdClassName
{
border-color: #A85957;
}
.TagClassName
{
border-color: #A85957;
}
</style>