Shades of Apple Blossom #AB4E40
Tints of Apple Blossom #AB4E40
RGB
CMYK
RGB Variations
Color information
#AB4E40 (or 0xAB4E40) is known color: Apple Blossom. HEX triplet: AB, 4E and 40. RGB value is (171,78,64). Sum of RGB (Red+Green+Blue) = 171+78+64=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E40 is #54B1BF. Grayscale: #686868. Windows color (decimal): -5550528 or 4214443. OLE color: 4214443.
HSL color Cylindrical-coordinate representation of color #AB4E40: hue angle of 7.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4E40 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 64 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.33 |
| HSL | 7.85º | 0.46% | 0.46% | - |
| HSV(B) | 7.85º | 0.63% | 0.67% | - |
| XYZ | 20.44 | 14.48 | 6.57 | - |
| YUV | 104.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 64 | 0 | 0.54 | 0.63 | 0.33 | 7.85 | 0.46 | 0.46 |
| Hex | AB | 4E | 40 | 0 | 36 | 3F | 21 | 8 | 2E | 2E |
| Octal | 253 | 116 | 100 | 0 | 66 | 77 | 41 | 10 | 56 | 56 |
| Binary | 10101011 | 1001110 | 1000000 | 0 | 110110 | 111111 | 100001 | 1000 | 101110 | 101110 |
Color Harmonies of #AB4E40
Complementary color
Monochromatic Colors of #AB4E40
Black with #AB4E40
Text Example
Text Example
White with #AB4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E40; }
p { color: rgb(171,78,64); }
H1.HeaderClassName
{
color: #AB4E40;
}
.AnyTagClassName
{
color: #AB4E40;
}
</style>
background-color css
<style>
a { background-color: #AB4E40; }
a { background-color: rgb(171,78,64); }
div.DivClassName
{
background-color: #AB4E40;
}
.BgClassName
{
background-color: #AB4E40;
}
</style>
border-color css
<style>
span { border-color: #AB4E40; }
span { border-color: rgb(171,78,64); }
td.TdClassName
{
border-color: #AB4E40;
}
.TagClassName
{
border-color: #AB4E40;
}
</style>