Shades of Apple Blossom #AB5955
Tints of Apple Blossom #AB5955
RGB
CMYK
RGB Variations
Color information
#AB5955 (or 0xAB5955) is known color: Apple Blossom. HEX triplet: AB, 59 and 55. RGB value is (171,89,85). Sum of RGB (Red+Green+Blue) = 171+89+85=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5955 is #54A6AA. Grayscale: #717171. Windows color (decimal): -5547691 or 5593515. OLE color: 5593515.
HSL color Cylindrical-coordinate representation of color #AB5955: hue angle of 2.79º 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 #AB5955 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 85 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.33 |
| HSL | 2.79º | 0.34% | 0.5% | - |
| HSV(B) | 2.79º | 0.5% | 0.67% | - |
| XYZ | 22.01 | 16.46 | 10.61 | - |
| YUV | 113.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 85 | 0 | 0.48 | 0.50 | 0.33 | 2.79 | 0.34 | 0.5 |
| Hex | AB | 59 | 55 | 0 | 30 | 32 | 21 | 3 | 22 | 32 |
| Octal | 253 | 131 | 125 | 0 | 60 | 62 | 41 | 3 | 42 | 62 |
| Binary | 10101011 | 1011001 | 1010101 | 0 | 110000 | 110010 | 100001 | 11 | 100010 | 110010 |
Color Harmonies of #AB5955
Complementary color
Monochromatic Colors of #AB5955
Black with #AB5955
Text Example
Text Example
White with #AB5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5955; }
p { color: rgb(171,89,85); }
H1.HeaderClassName
{
color: #AB5955;
}
.AnyTagClassName
{
color: #AB5955;
}
</style>
background-color css
<style>
a { background-color: #AB5955; }
a { background-color: rgb(171,89,85); }
div.DivClassName
{
background-color: #AB5955;
}
.BgClassName
{
background-color: #AB5955;
}
</style>
border-color css
<style>
span { border-color: #AB5955; }
span { border-color: rgb(171,89,85); }
td.TdClassName
{
border-color: #AB5955;
}
.TagClassName
{
border-color: #AB5955;
}
</style>