Shades of Apple Blossom #AB5655
Tints of Apple Blossom #AB5655
RGB
CMYK
RGB Variations
Color information
#AB5655 (or 0xAB5655) is known color: Apple Blossom. HEX triplet: AB, 56 and 55. RGB value is (171,86,85). Sum of RGB (Red+Green+Blue) = 171+86+85=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5655 is #54A9AA. Grayscale: #6F6F6F. Windows color (decimal): -5548459 or 5592747. OLE color: 5592747.
HSL color Cylindrical-coordinate representation of color #AB5655: hue angle of 0.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5655 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 85 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.33 |
| HSL | 0.7º | 0.34% | 0.5% | - |
| HSV(B) | 0.7º | 0.5% | 0.67% | - |
| XYZ | 21.76 | 15.97 | 10.53 | - |
| YUV | 111.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 85 | 0 | 0.50 | 0.50 | 0.33 | 0.7 | 0.34 | 0.5 |
| Hex | AB | 56 | 55 | 0 | 32 | 32 | 21 | 1 | 22 | 32 |
| Octal | 253 | 126 | 125 | 0 | 62 | 62 | 41 | 1 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1010101 | 0 | 110010 | 110010 | 100001 | 1 | 100010 | 110010 |
Color Harmonies of #AB5655
Complementary color
Monochromatic Colors of #AB5655
Black with #AB5655
Text Example
Text Example
White with #AB5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5655; }
p { color: rgb(171,86,85); }
H1.HeaderClassName
{
color: #AB5655;
}
.AnyTagClassName
{
color: #AB5655;
}
</style>
background-color css
<style>
a { background-color: #AB5655; }
a { background-color: rgb(171,86,85); }
div.DivClassName
{
background-color: #AB5655;
}
.BgClassName
{
background-color: #AB5655;
}
</style>
border-color css
<style>
span { border-color: #AB5655; }
span { border-color: rgb(171,86,85); }
td.TdClassName
{
border-color: #AB5655;
}
.TagClassName
{
border-color: #AB5655;
}
</style>