Shades of Apple Blossom #AB5959
Tints of Apple Blossom #AB5959
RGB
CMYK
RGB Variations
Color information
#AB5959 (or 0xAB5959) is known color: Apple Blossom. HEX triplet: AB, 59 and 59. RGB value is (171,89,89). Sum of RGB (Red+Green+Blue) = 171+89+89=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5959 is #54A6A6. Grayscale: #717171. Windows color (decimal): -5547687 or 5855659. OLE color: 5855659.
HSL color Cylindrical-coordinate representation of color #AB5959: hue angle of 0º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5959 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 89 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.33 |
| HSL | 0º | 0.33% | 0.51% | - |
| HSV(B) | 0º | 0.48% | 0.67% | - |
| XYZ | 22.17 | 16.52 | 11.47 | - |
| YUV | 113.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 89 | 0 | 0.48 | 0.48 | 0.33 | 0 | 0.33 | 0.51 |
| Hex | AB | 59 | 59 | 0 | 30 | 30 | 21 | 0 | 21 | 33 |
| Octal | 253 | 131 | 131 | 0 | 60 | 60 | 41 | 0 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1011001 | 0 | 110000 | 110000 | 100001 | 0 | 100001 | 110011 |
Color Harmonies of #AB5959
Complementary color
Monochromatic Colors of #AB5959
Black with #AB5959
Text Example
Text Example
White with #AB5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5959; }
p { color: rgb(171,89,89); }
H1.HeaderClassName
{
color: #AB5959;
}
.AnyTagClassName
{
color: #AB5959;
}
</style>
background-color css
<style>
a { background-color: #AB5959; }
a { background-color: rgb(171,89,89); }
div.DivClassName
{
background-color: #AB5959;
}
.BgClassName
{
background-color: #AB5959;
}
</style>
border-color css
<style>
span { border-color: #AB5959; }
span { border-color: rgb(171,89,89); }
td.TdClassName
{
border-color: #AB5959;
}
.TagClassName
{
border-color: #AB5959;
}
</style>