Shades of Apple Blossom #A85451
Tints of Apple Blossom #A85451
RGB
CMYK
RGB Variations
Color information
#A85451 (or 0xA85451) is known color: Apple Blossom. HEX triplet: A8, 54 and 51. RGB value is (168,84,81). Sum of RGB (Red+Green+Blue) = 168+84+81=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85451 is #57ABAE. Grayscale: #6C6C6C. Windows color (decimal): -5745583 or 5330088. OLE color: 5330088.
HSL color Cylindrical-coordinate representation of color #A85451: hue angle of 2.07º 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 #A85451 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 81 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.34 |
| HSL | 2.07º | 0.35% | 0.49% | - |
| HSV(B) | 2.07º | 0.52% | 0.66% | - |
| XYZ | 20.8 | 15.26 | 9.63 | - |
| YUV | 108.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 81 | 0 | 0.5 | 0.52 | 0.34 | 2.07 | 0.35 | 0.49 |
| Hex | A8 | 54 | 51 | 0 | 32 | 34 | 22 | 2 | 23 | 31 |
| Octal | 250 | 124 | 121 | 0 | 62 | 64 | 42 | 2 | 43 | 61 |
| Binary | 10101000 | 1010100 | 1010001 | 0 | 110010 | 110100 | 100010 | 10 | 100011 | 110001 |
Color Harmonies of #A85451
Complementary color
Monochromatic Colors of #A85451
Black with #A85451
Text Example
Text Example
White with #A85451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85451; }
p { color: rgb(168,84,81); }
H1.HeaderClassName
{
color: #A85451;
}
.AnyTagClassName
{
color: #A85451;
}
</style>
background-color css
<style>
a { background-color: #A85451; }
a { background-color: rgb(168,84,81); }
div.DivClassName
{
background-color: #A85451;
}
.BgClassName
{
background-color: #A85451;
}
</style>
border-color css
<style>
span { border-color: #A85451; }
span { border-color: rgb(168,84,81); }
td.TdClassName
{
border-color: #A85451;
}
.TagClassName
{
border-color: #A85451;
}
</style>