Shades of Apple Blossom #AB5553
Tints of Apple Blossom #AB5553
RGB
CMYK
RGB Variations
Color information
#AB5553 (or 0xAB5553) is known color: Apple Blossom. HEX triplet: AB, 55 and 53. RGB value is (171,85,83). Sum of RGB (Red+Green+Blue) = 171+85+83=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5553 is #54AAAC. Grayscale: #6E6E6E. Windows color (decimal): -5548717 or 5461419. OLE color: 5461419.
HSL color Cylindrical-coordinate representation of color #AB5553: hue angle of 1.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5553 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 83 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.33 |
| HSL | 1.36º | 0.35% | 0.5% | - |
| HSV(B) | 1.36º | 0.51% | 0.67% | - |
| XYZ | 21.6 | 15.78 | 10.09 | - |
| YUV | 110.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 83 | 0 | 0.50 | 0.51 | 0.33 | 1.36 | 0.35 | 0.5 |
| Hex | AB | 55 | 53 | 0 | 32 | 33 | 21 | 1 | 23 | 32 |
| Octal | 253 | 125 | 123 | 0 | 62 | 63 | 41 | 1 | 43 | 62 |
| Binary | 10101011 | 1010101 | 1010011 | 0 | 110010 | 110011 | 100001 | 1 | 100011 | 110010 |
Color Harmonies of #AB5553
Complementary color
Monochromatic Colors of #AB5553
Black with #AB5553
Text Example
Text Example
White with #AB5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5553; }
p { color: rgb(171,85,83); }
H1.HeaderClassName
{
color: #AB5553;
}
.AnyTagClassName
{
color: #AB5553;
}
</style>
background-color css
<style>
a { background-color: #AB5553; }
a { background-color: rgb(171,85,83); }
div.DivClassName
{
background-color: #AB5553;
}
.BgClassName
{
background-color: #AB5553;
}
</style>
border-color css
<style>
span { border-color: #AB5553; }
span { border-color: rgb(171,85,83); }
td.TdClassName
{
border-color: #AB5553;
}
.TagClassName
{
border-color: #AB5553;
}
</style>