Shades of Apple Blossom #AB5756
Tints of Apple Blossom #AB5756
RGB
CMYK
RGB Variations
Color information
#AB5756 (or 0xAB5756) is known color: Apple Blossom. HEX triplet: AB, 57 and 56. RGB value is (171,87,86). Sum of RGB (Red+Green+Blue) = 171+87+86=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5756 is #54A8A9. Grayscale: #707070. Windows color (decimal): -5548202 or 5658539. OLE color: 5658539.
HSL color Cylindrical-coordinate representation of color #AB5756: hue angle of 0.71º 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 #AB5756 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 86 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.33 |
| HSL | 0.71º | 0.34% | 0.5% | - |
| HSV(B) | 0.71º | 0.5% | 0.67% | - |
| XYZ | 21.88 | 16.15 | 10.77 | - |
| YUV | 112 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 86 | 0 | 0.49 | 0.50 | 0.33 | 0.71 | 0.34 | 0.5 |
| Hex | AB | 57 | 56 | 0 | 31 | 32 | 21 | 1 | 22 | 32 |
| Octal | 253 | 127 | 126 | 0 | 61 | 62 | 41 | 1 | 42 | 62 |
| Binary | 10101011 | 1010111 | 1010110 | 0 | 110001 | 110010 | 100001 | 1 | 100010 | 110010 |
Color Harmonies of #AB5756
Complementary color
Monochromatic Colors of #AB5756
Black with #AB5756
Text Example
Text Example
White with #AB5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5756; }
p { color: rgb(171,87,86); }
H1.HeaderClassName
{
color: #AB5756;
}
.AnyTagClassName
{
color: #AB5756;
}
</style>
background-color css
<style>
a { background-color: #AB5756; }
a { background-color: rgb(171,87,86); }
div.DivClassName
{
background-color: #AB5756;
}
.BgClassName
{
background-color: #AB5756;
}
</style>
border-color css
<style>
span { border-color: #AB5756; }
span { border-color: rgb(171,87,86); }
td.TdClassName
{
border-color: #AB5756;
}
.TagClassName
{
border-color: #AB5756;
}
</style>