Shades of Apple Blossom #A85551
Tints of Apple Blossom #A85551
RGB
CMYK
RGB Variations
Color information
#A85551 (or 0xA85551) is known color: Apple Blossom. HEX triplet: A8, 55 and 51. RGB value is (168,85,81). Sum of RGB (Red+Green+Blue) = 168+85+81=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85551 is #57AAAE. Grayscale: #6D6D6D. Windows color (decimal): -5745327 or 5330344. OLE color: 5330344.
HSL color Cylindrical-coordinate representation of color #A85551: hue angle of 2.76º 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 #A85551 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 81 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.34 |
| HSL | 2.76º | 0.35% | 0.49% | - |
| HSV(B) | 2.76º | 0.52% | 0.66% | - |
| XYZ | 20.88 | 15.42 | 9.66 | - |
| YUV | 109.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 81 | 0 | 0.49 | 0.52 | 0.34 | 2.76 | 0.35 | 0.49 |
| Hex | A8 | 55 | 51 | 0 | 31 | 34 | 22 | 3 | 23 | 31 |
| Octal | 250 | 125 | 121 | 0 | 61 | 64 | 42 | 3 | 43 | 61 |
| Binary | 10101000 | 1010101 | 1010001 | 0 | 110001 | 110100 | 100010 | 11 | 100011 | 110001 |
Color Harmonies of #A85551
Complementary color
Monochromatic Colors of #A85551
Black with #A85551
Text Example
Text Example
White with #A85551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85551; }
p { color: rgb(168,85,81); }
H1.HeaderClassName
{
color: #A85551;
}
.AnyTagClassName
{
color: #A85551;
}
</style>
background-color css
<style>
a { background-color: #A85551; }
a { background-color: rgb(168,85,81); }
div.DivClassName
{
background-color: #A85551;
}
.BgClassName
{
background-color: #A85551;
}
</style>
border-color css
<style>
span { border-color: #A85551; }
span { border-color: rgb(168,85,81); }
td.TdClassName
{
border-color: #A85551;
}
.TagClassName
{
border-color: #A85551;
}
</style>