Shades of Apple Blossom #AB5855
Tints of Apple Blossom #AB5855
RGB
CMYK
RGB Variations
Color information
#AB5855 (or 0xAB5855) is known color: Apple Blossom. HEX triplet: AB, 58 and 55. RGB value is (171,88,85). Sum of RGB (Red+Green+Blue) = 171+88+85=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5855 is #54A7AA. Grayscale: #707070. Windows color (decimal): -5547947 or 5593259. OLE color: 5593259.
HSL color Cylindrical-coordinate representation of color #AB5855: hue angle of 2.09º 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 #AB5855 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 85 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.33 |
| HSL | 2.09º | 0.34% | 0.5% | - |
| HSV(B) | 2.09º | 0.5% | 0.67% | - |
| XYZ | 21.92 | 16.29 | 10.58 | - |
| YUV | 112.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 85 | 0 | 0.49 | 0.50 | 0.33 | 2.09 | 0.34 | 0.5 |
| Hex | AB | 58 | 55 | 0 | 31 | 32 | 21 | 2 | 22 | 32 |
| Octal | 253 | 130 | 125 | 0 | 61 | 62 | 41 | 2 | 42 | 62 |
| Binary | 10101011 | 1011000 | 1010101 | 0 | 110001 | 110010 | 100001 | 10 | 100010 | 110010 |
Color Harmonies of #AB5855
Complementary color
Monochromatic Colors of #AB5855
Black with #AB5855
Text Example
Text Example
White with #AB5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5855; }
p { color: rgb(171,88,85); }
H1.HeaderClassName
{
color: #AB5855;
}
.AnyTagClassName
{
color: #AB5855;
}
</style>
background-color css
<style>
a { background-color: #AB5855; }
a { background-color: rgb(171,88,85); }
div.DivClassName
{
background-color: #AB5855;
}
.BgClassName
{
background-color: #AB5855;
}
</style>
border-color css
<style>
span { border-color: #AB5855; }
span { border-color: rgb(171,88,85); }
td.TdClassName
{
border-color: #AB5855;
}
.TagClassName
{
border-color: #AB5855;
}
</style>