Shades of Apple Blossom #A85C59
Tints of Apple Blossom #A85C59
RGB
CMYK
RGB Variations
Color information
#A85C59 (or 0xA85C59) is known color: Apple Blossom. HEX triplet: A8, 5C and 59. RGB value is (168,92,89). Sum of RGB (Red+Green+Blue) = 168+92+89=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C59 is #57A3A6. Grayscale: #727272. Windows color (decimal): -5743527 or 5856424. OLE color: 5856424.
HSL color Cylindrical-coordinate representation of color #A85C59: hue angle of 2.28º 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 #A85C59 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 89 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.34 |
| HSL | 2.28º | 0.31% | 0.5% | - |
| HSV(B) | 2.28º | 0.47% | 0.66% | - |
| XYZ | 21.78 | 16.7 | 11.53 | - |
| YUV | 114.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 89 | 0 | 0.45 | 0.47 | 0.34 | 2.28 | 0.31 | 0.5 |
| Hex | A8 | 5C | 59 | 0 | 2D | 2F | 22 | 2 | 1F | 32 |
| Octal | 250 | 134 | 131 | 0 | 55 | 57 | 42 | 2 | 37 | 62 |
| Binary | 10101000 | 1011100 | 1011001 | 0 | 101101 | 101111 | 100010 | 10 | 11111 | 110010 |
Color Harmonies of #A85C59
Complementary color
Monochromatic Colors of #A85C59
Black with #A85C59
Text Example
Text Example
White with #A85C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C59; }
p { color: rgb(168,92,89); }
H1.HeaderClassName
{
color: #A85C59;
}
.AnyTagClassName
{
color: #A85C59;
}
</style>
background-color css
<style>
a { background-color: #A85C59; }
a { background-color: rgb(168,92,89); }
div.DivClassName
{
background-color: #A85C59;
}
.BgClassName
{
background-color: #A85C59;
}
</style>
border-color css
<style>
span { border-color: #A85C59; }
span { border-color: rgb(168,92,89); }
td.TdClassName
{
border-color: #A85C59;
}
.TagClassName
{
border-color: #A85C59;
}
</style>