Shades of Apple Blossom #A85144
Tints of Apple Blossom #A85144
RGB
CMYK
RGB Variations
Color information
#A85144 (or 0xA85144) is known color: Apple Blossom. HEX triplet: A8, 51 and 44. RGB value is (168,81,68). Sum of RGB (Red+Green+Blue) = 168+81+68=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85144 is #57AEBB. Grayscale: #696969. Windows color (decimal): -5746364 or 4477352. OLE color: 4477352.
HSL color Cylindrical-coordinate representation of color #A85144: hue angle of 7.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85144 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 68 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.34 |
| HSL | 7.8º | 0.42% | 0.46% | - |
| HSV(B) | 7.8º | 0.6% | 0.66% | - |
| XYZ | 20.13 | 14.63 | 7.23 | - |
| YUV | 105.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 68 | 0 | 0.52 | 0.60 | 0.34 | 7.8 | 0.42 | 0.46 |
| Hex | A8 | 51 | 44 | 0 | 34 | 3C | 22 | 8 | 2A | 2E |
| Octal | 250 | 121 | 104 | 0 | 64 | 74 | 42 | 10 | 52 | 56 |
| Binary | 10101000 | 1010001 | 1000100 | 0 | 110100 | 111100 | 100010 | 1000 | 101010 | 101110 |
Color Harmonies of #A85144
Complementary color
Monochromatic Colors of #A85144
Black with #A85144
Text Example
Text Example
White with #A85144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85144; }
p { color: rgb(168,81,68); }
H1.HeaderClassName
{
color: #A85144;
}
.AnyTagClassName
{
color: #A85144;
}
</style>
background-color css
<style>
a { background-color: #A85144; }
a { background-color: rgb(168,81,68); }
div.DivClassName
{
background-color: #A85144;
}
.BgClassName
{
background-color: #A85144;
}
</style>
border-color css
<style>
span { border-color: #A85144; }
span { border-color: rgb(168,81,68); }
td.TdClassName
{
border-color: #A85144;
}
.TagClassName
{
border-color: #A85144;
}
</style>