Shades of Apple Blossom #AB554E
Tints of Apple Blossom #AB554E
RGB
CMYK
RGB Variations
Color information
#AB554E (or 0xAB554E) is known color: Apple Blossom. HEX triplet: AB, 55 and 4E. RGB value is (171,85,78). Sum of RGB (Red+Green+Blue) = 171+85+78=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB554E is #54AAB1. Grayscale: #6E6E6E. Windows color (decimal): -5548722 or 5133739. OLE color: 5133739.
HSL color Cylindrical-coordinate representation of color #AB554E: hue angle of 4.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB554E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 78 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.33 |
| HSL | 4.52º | 0.37% | 0.49% | - |
| HSV(B) | 4.52º | 0.54% | 0.67% | - |
| XYZ | 21.42 | 15.7 | 9.11 | - |
| YUV | 109.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 78 | 0 | 0.50 | 0.54 | 0.33 | 4.52 | 0.37 | 0.49 |
| Hex | AB | 55 | 4E | 0 | 32 | 36 | 21 | 5 | 25 | 31 |
| Octal | 253 | 125 | 116 | 0 | 62 | 66 | 41 | 5 | 45 | 61 |
| Binary | 10101011 | 1010101 | 1001110 | 0 | 110010 | 110110 | 100001 | 101 | 100101 | 110001 |
Color Harmonies of #AB554E
Complementary color
Monochromatic Colors of #AB554E
Black with #AB554E
Text Example
Text Example
White with #AB554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB554E; }
p { color: rgb(171,85,78); }
H1.HeaderClassName
{
color: #AB554E;
}
.AnyTagClassName
{
color: #AB554E;
}
</style>
background-color css
<style>
a { background-color: #AB554E; }
a { background-color: rgb(171,85,78); }
div.DivClassName
{
background-color: #AB554E;
}
.BgClassName
{
background-color: #AB554E;
}
</style>
border-color css
<style>
span { border-color: #AB554E; }
span { border-color: rgb(171,85,78); }
td.TdClassName
{
border-color: #AB554E;
}
.TagClassName
{
border-color: #AB554E;
}
</style>