Shades of Apple Blossom #A85853
Tints of Apple Blossom #A85853
RGB
CMYK
RGB Variations
Color information
#A85853 (or 0xA85853) is known color: Apple Blossom. HEX triplet: A8, 58 and 53. RGB value is (168,88,83). Sum of RGB (Red+Green+Blue) = 168+88+83=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85853 is #57A7AC. Grayscale: #6F6F6F. Windows color (decimal): -5744557 or 5462184. OLE color: 5462184.
HSL color Cylindrical-coordinate representation of color #A85853: hue angle of 3.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85853 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 83 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.34 |
| HSL | 3.53º | 0.34% | 0.49% | - |
| HSV(B) | 3.53º | 0.51% | 0.66% | - |
| XYZ | 21.2 | 15.93 | 10.14 | - |
| YUV | 111.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 83 | 0 | 0.48 | 0.51 | 0.34 | 3.53 | 0.34 | 0.49 |
| Hex | A8 | 58 | 53 | 0 | 30 | 33 | 22 | 4 | 22 | 31 |
| Octal | 250 | 130 | 123 | 0 | 60 | 63 | 42 | 4 | 42 | 61 |
| Binary | 10101000 | 1011000 | 1010011 | 0 | 110000 | 110011 | 100010 | 100 | 100010 | 110001 |
Color Harmonies of #A85853
Complementary color
Monochromatic Colors of #A85853
Black with #A85853
Text Example
Text Example
White with #A85853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85853; }
p { color: rgb(168,88,83); }
H1.HeaderClassName
{
color: #A85853;
}
.AnyTagClassName
{
color: #A85853;
}
</style>
background-color css
<style>
a { background-color: #A85853; }
a { background-color: rgb(168,88,83); }
div.DivClassName
{
background-color: #A85853;
}
.BgClassName
{
background-color: #A85853;
}
</style>
border-color css
<style>
span { border-color: #A85853; }
span { border-color: rgb(168,88,83); }
td.TdClassName
{
border-color: #A85853;
}
.TagClassName
{
border-color: #A85853;
}
</style>