Shades of Apple Blossom #A85655
Tints of Apple Blossom #A85655
RGB
CMYK
RGB Variations
Color information
#A85655 (or 0xA85655) is known color: Apple Blossom. HEX triplet: A8, 56 and 55. RGB value is (168,86,85). Sum of RGB (Red+Green+Blue) = 168+86+85=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85655 is #57A9AA. Grayscale: #6E6E6E. Windows color (decimal): -5745067 or 5592744. OLE color: 5592744.
HSL color Cylindrical-coordinate representation of color #A85655: hue angle of 0.72º degrees, saturation: 0.33, 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 #A85655 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 85 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.34 |
| HSL | 0.72º | 0.33% | 0.5% | - |
| HSV(B) | 0.72º | 0.49% | 0.66% | - |
| XYZ | 21.12 | 15.64 | 10.5 | - |
| YUV | 110.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 85 | 0 | 0.49 | 0.49 | 0.34 | 0.72 | 0.33 | 0.5 |
| Hex | A8 | 56 | 55 | 0 | 31 | 31 | 22 | 1 | 21 | 32 |
| Octal | 250 | 126 | 125 | 0 | 61 | 61 | 42 | 1 | 41 | 62 |
| Binary | 10101000 | 1010110 | 1010101 | 0 | 110001 | 110001 | 100010 | 1 | 100001 | 110010 |
Color Harmonies of #A85655
Complementary color
Monochromatic Colors of #A85655
Black with #A85655
Text Example
Text Example
White with #A85655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85655; }
p { color: rgb(168,86,85); }
H1.HeaderClassName
{
color: #A85655;
}
.AnyTagClassName
{
color: #A85655;
}
</style>
background-color css
<style>
a { background-color: #A85655; }
a { background-color: rgb(168,86,85); }
div.DivClassName
{
background-color: #A85655;
}
.BgClassName
{
background-color: #A85655;
}
</style>
border-color css
<style>
span { border-color: #A85655; }
span { border-color: rgb(168,86,85); }
td.TdClassName
{
border-color: #A85655;
}
.TagClassName
{
border-color: #A85655;
}
</style>