Shades of Apple Blossom #A85650
Tints of Apple Blossom #A85650
RGB
CMYK
RGB Variations
Color information
#A85650 (or 0xA85650) is known color: Apple Blossom. HEX triplet: A8, 56 and 50. RGB value is (168,86,80). Sum of RGB (Red+Green+Blue) = 168+86+80=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85650 is #57A9AF. Grayscale: #6D6D6D. Windows color (decimal): -5745072 or 5265064. OLE color: 5265064.
HSL color Cylindrical-coordinate representation of color #A85650: hue angle of 4.09º 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 #A85650 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 80 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.34 |
| HSL | 4.09º | 0.35% | 0.49% | - |
| HSV(B) | 4.09º | 0.52% | 0.66% | - |
| XYZ | 20.92 | 15.56 | 9.49 | - |
| YUV | 109.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 80 | 0 | 0.49 | 0.52 | 0.34 | 4.09 | 0.35 | 0.49 |
| Hex | A8 | 56 | 50 | 0 | 31 | 34 | 22 | 4 | 23 | 31 |
| Octal | 250 | 126 | 120 | 0 | 61 | 64 | 42 | 4 | 43 | 61 |
| Binary | 10101000 | 1010110 | 1010000 | 0 | 110001 | 110100 | 100010 | 100 | 100011 | 110001 |
Color Harmonies of #A85650
Complementary color
Monochromatic Colors of #A85650
Black with #A85650
Text Example
Text Example
White with #A85650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85650; }
p { color: rgb(168,86,80); }
H1.HeaderClassName
{
color: #A85650;
}
.AnyTagClassName
{
color: #A85650;
}
</style>
background-color css
<style>
a { background-color: #A85650; }
a { background-color: rgb(168,86,80); }
div.DivClassName
{
background-color: #A85650;
}
.BgClassName
{
background-color: #A85650;
}
</style>
border-color css
<style>
span { border-color: #A85650; }
span { border-color: rgb(168,86,80); }
td.TdClassName
{
border-color: #A85650;
}
.TagClassName
{
border-color: #A85650;
}
</style>