Shades of Apple Blossom #AB584E
Tints of Apple Blossom #AB584E
RGB
CMYK
RGB Variations
Color information
#AB584E (or 0xAB584E) is known color: Apple Blossom. HEX triplet: AB, 58 and 4E. RGB value is (171,88,78). Sum of RGB (Red+Green+Blue) = 171+88+78=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB584E is #54A7B1. Grayscale: #6F6F6F. Windows color (decimal): -5547954 or 5134507. OLE color: 5134507.
HSL color Cylindrical-coordinate representation of color #AB584E: hue angle of 6.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB584E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 78 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.33 |
| HSL | 6.45º | 0.37% | 0.49% | - |
| HSV(B) | 6.45º | 0.54% | 0.67% | - |
| XYZ | 21.66 | 16.19 | 9.19 | - |
| YUV | 111.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 78 | 0 | 0.49 | 0.54 | 0.33 | 6.45 | 0.37 | 0.49 |
| Hex | AB | 58 | 4E | 0 | 31 | 36 | 21 | 6 | 25 | 31 |
| Octal | 253 | 130 | 116 | 0 | 61 | 66 | 41 | 6 | 45 | 61 |
| Binary | 10101011 | 1011000 | 1001110 | 0 | 110001 | 110110 | 100001 | 110 | 100101 | 110001 |
Color Harmonies of #AB584E
Complementary color
Monochromatic Colors of #AB584E
Black with #AB584E
Text Example
Text Example
White with #AB584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB584E; }
p { color: rgb(171,88,78); }
H1.HeaderClassName
{
color: #AB584E;
}
.AnyTagClassName
{
color: #AB584E;
}
</style>
background-color css
<style>
a { background-color: #AB584E; }
a { background-color: rgb(171,88,78); }
div.DivClassName
{
background-color: #AB584E;
}
.BgClassName
{
background-color: #AB584E;
}
</style>
border-color css
<style>
span { border-color: #AB584E; }
span { border-color: rgb(171,88,78); }
td.TdClassName
{
border-color: #AB584E;
}
.TagClassName
{
border-color: #AB584E;
}
</style>