Shades of Apple Blossom #A85151
Tints of Apple Blossom #A85151
RGB
CMYK
RGB Variations
Color information
#A85151 (or 0xA85151) is known color: Apple Blossom. HEX triplet: A8, 51 and 51. RGB value is (168,81,81). Sum of RGB (Red+Green+Blue) = 168+81+81=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85151 is #57AEAE. Grayscale: #6B6B6B. Windows color (decimal): -5746351 or 5329320. OLE color: 5329320.
HSL color Cylindrical-coordinate representation of color #A85151: hue angle of 0º 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 #A85151 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 81 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.34 |
| HSL | 0º | 0.35% | 0.49% | - |
| HSV(B) | 0º | 0.52% | 0.66% | - |
| XYZ | 20.58 | 14.8 | 9.56 | - |
| YUV | 107.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 81 | 0 | 0.52 | 0.52 | 0.34 | 0 | 0.35 | 0.49 |
| Hex | A8 | 51 | 51 | 0 | 34 | 34 | 22 | 0 | 23 | 31 |
| Octal | 250 | 121 | 121 | 0 | 64 | 64 | 42 | 0 | 43 | 61 |
| Binary | 10101000 | 1010001 | 1010001 | 0 | 110100 | 110100 | 100010 | 0 | 100011 | 110001 |
Color Harmonies of #A85151
Complementary color
Monochromatic Colors of #A85151
Black with #A85151
Text Example
Text Example
White with #A85151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85151; }
p { color: rgb(168,81,81); }
H1.HeaderClassName
{
color: #A85151;
}
.AnyTagClassName
{
color: #A85151;
}
</style>
background-color css
<style>
a { background-color: #A85151; }
a { background-color: rgb(168,81,81); }
div.DivClassName
{
background-color: #A85151;
}
.BgClassName
{
background-color: #A85151;
}
</style>
border-color css
<style>
span { border-color: #A85151; }
span { border-color: rgb(168,81,81); }
td.TdClassName
{
border-color: #A85151;
}
.TagClassName
{
border-color: #A85151;
}
</style>