Shades of Apple Blossom #A85850
Tints of Apple Blossom #A85850
RGB
CMYK
RGB Variations
Color information
#A85850 (or 0xA85850) is known color: Apple Blossom. HEX triplet: A8, 58 and 50. RGB value is (168,88,80). Sum of RGB (Red+Green+Blue) = 168+88+80=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85850 is #57A7AF. Grayscale: #6F6F6F. Windows color (decimal): -5744560 or 5265576. OLE color: 5265576.
HSL color Cylindrical-coordinate representation of color #A85850: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85850 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 80 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.34 |
| HSL | 5.45º | 0.35% | 0.49% | - |
| HSV(B) | 5.45º | 0.52% | 0.66% | - |
| XYZ | 21.09 | 15.88 | 9.54 | - |
| YUV | 111.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 80 | 0 | 0.48 | 0.52 | 0.34 | 5.45 | 0.35 | 0.49 |
| Hex | A8 | 58 | 50 | 0 | 30 | 34 | 22 | 5 | 23 | 31 |
| Octal | 250 | 130 | 120 | 0 | 60 | 64 | 42 | 5 | 43 | 61 |
| Binary | 10101000 | 1011000 | 1010000 | 0 | 110000 | 110100 | 100010 | 101 | 100011 | 110001 |
Color Harmonies of #A85850
Complementary color
Monochromatic Colors of #A85850
Black with #A85850
Text Example
Text Example
White with #A85850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85850; }
p { color: rgb(168,88,80); }
H1.HeaderClassName
{
color: #A85850;
}
.AnyTagClassName
{
color: #A85850;
}
</style>
background-color css
<style>
a { background-color: #A85850; }
a { background-color: rgb(168,88,80); }
div.DivClassName
{
background-color: #A85850;
}
.BgClassName
{
background-color: #A85850;
}
</style>
border-color css
<style>
span { border-color: #A85850; }
span { border-color: rgb(168,88,80); }
td.TdClassName
{
border-color: #A85850;
}
.TagClassName
{
border-color: #A85850;
}
</style>