Shades of Apple Blossom #A85855
Tints of Apple Blossom #A85855
RGB
CMYK
RGB Variations
Color information
#A85855 (or 0xA85855) is known color: Apple Blossom. HEX triplet: A8, 58 and 55. RGB value is (168,88,85). Sum of RGB (Red+Green+Blue) = 168+88+85=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85855 is #57A7AA. Grayscale: #6F6F6F. Windows color (decimal): -5744555 or 5593256. OLE color: 5593256.
HSL color Cylindrical-coordinate representation of color #A85855: hue angle of 2.17º 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 #A85855 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 85 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.34 |
| HSL | 2.17º | 0.33% | 0.5% | - |
| HSV(B) | 2.17º | 0.49% | 0.66% | - |
| XYZ | 21.28 | 15.96 | 10.55 | - |
| YUV | 111.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 85 | 0 | 0.48 | 0.49 | 0.34 | 2.17 | 0.33 | 0.5 |
| Hex | A8 | 58 | 55 | 0 | 30 | 31 | 22 | 2 | 21 | 32 |
| Octal | 250 | 130 | 125 | 0 | 60 | 61 | 42 | 2 | 41 | 62 |
| Binary | 10101000 | 1011000 | 1010101 | 0 | 110000 | 110001 | 100010 | 10 | 100001 | 110010 |
Color Harmonies of #A85855
Complementary color
Monochromatic Colors of #A85855
Black with #A85855
Text Example
Text Example
White with #A85855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85855; }
p { color: rgb(168,88,85); }
H1.HeaderClassName
{
color: #A85855;
}
.AnyTagClassName
{
color: #A85855;
}
</style>
background-color css
<style>
a { background-color: #A85855; }
a { background-color: rgb(168,88,85); }
div.DivClassName
{
background-color: #A85855;
}
.BgClassName
{
background-color: #A85855;
}
</style>
border-color css
<style>
span { border-color: #A85855; }
span { border-color: rgb(168,88,85); }
td.TdClassName
{
border-color: #A85855;
}
.TagClassName
{
border-color: #A85855;
}
</style>