Shades of Apple Blossom #AB5654
Tints of Apple Blossom #AB5654
RGB
CMYK
RGB Variations
Color information
#AB5654 (or 0xAB5654) is known color: Apple Blossom. HEX triplet: AB, 56 and 54. RGB value is (171,86,84). Sum of RGB (Red+Green+Blue) = 171+86+84=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5654 is #54A9AB. Grayscale: #6F6F6F. Windows color (decimal): -5548460 or 5527211. OLE color: 5527211.
HSL color Cylindrical-coordinate representation of color #AB5654: hue angle of 1.38º degrees, saturation: 0.34, 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 #AB5654 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 84 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.33 |
| HSL | 1.38º | 0.34% | 0.5% | - |
| HSV(B) | 1.38º | 0.51% | 0.67% | - |
| XYZ | 21.72 | 15.95 | 10.32 | - |
| YUV | 111.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 84 | 0 | 0.50 | 0.51 | 0.33 | 1.38 | 0.34 | 0.5 |
| Hex | AB | 56 | 54 | 0 | 32 | 33 | 21 | 1 | 22 | 32 |
| Octal | 253 | 126 | 124 | 0 | 62 | 63 | 41 | 1 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1010100 | 0 | 110010 | 110011 | 100001 | 1 | 100010 | 110010 |
Color Harmonies of #AB5654
Complementary color
Monochromatic Colors of #AB5654
Black with #AB5654
Text Example
Text Example
White with #AB5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5654; }
p { color: rgb(171,86,84); }
H1.HeaderClassName
{
color: #AB5654;
}
.AnyTagClassName
{
color: #AB5654;
}
</style>
background-color css
<style>
a { background-color: #AB5654; }
a { background-color: rgb(171,86,84); }
div.DivClassName
{
background-color: #AB5654;
}
.BgClassName
{
background-color: #AB5654;
}
</style>
border-color css
<style>
span { border-color: #AB5654; }
span { border-color: rgb(171,86,84); }
td.TdClassName
{
border-color: #AB5654;
}
.TagClassName
{
border-color: #AB5654;
}
</style>