Shades of Apple Blossom #AB4C40
Tints of Apple Blossom #AB4C40
RGB
CMYK
RGB Variations
Color information
#AB4C40 (or 0xAB4C40) is known color: Apple Blossom. HEX triplet: AB, 4C and 40. RGB value is (171,76,64). Sum of RGB (Red+Green+Blue) = 171+76+64=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C40 is #54B3BF. Grayscale: #676767. Windows color (decimal): -5551040 or 4213931. OLE color: 4213931.
HSL color Cylindrical-coordinate representation of color #AB4C40: hue angle of 6.73º 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 #AB4C40 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 64 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.33 |
| HSL | 6.73º | 0.46% | 0.46% | - |
| HSV(B) | 6.73º | 0.63% | 0.67% | - |
| XYZ | 20.3 | 14.2 | 6.52 | - |
| YUV | 103.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 64 | 0 | 0.56 | 0.63 | 0.33 | 6.73 | 0.46 | 0.46 |
| Hex | AB | 4C | 40 | 0 | 38 | 3F | 21 | 7 | 2E | 2E |
| Octal | 253 | 114 | 100 | 0 | 70 | 77 | 41 | 7 | 56 | 56 |
| Binary | 10101011 | 1001100 | 1000000 | 0 | 111000 | 111111 | 100001 | 111 | 101110 | 101110 |
Color Harmonies of #AB4C40
Complementary color
Monochromatic Colors of #AB4C40
Black with #AB4C40
Text Example
Text Example
White with #AB4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C40; }
p { color: rgb(171,76,64); }
H1.HeaderClassName
{
color: #AB4C40;
}
.AnyTagClassName
{
color: #AB4C40;
}
</style>
background-color css
<style>
a { background-color: #AB4C40; }
a { background-color: rgb(171,76,64); }
div.DivClassName
{
background-color: #AB4C40;
}
.BgClassName
{
background-color: #AB4C40;
}
</style>
border-color css
<style>
span { border-color: #AB4C40; }
span { border-color: rgb(171,76,64); }
td.TdClassName
{
border-color: #AB4C40;
}
.TagClassName
{
border-color: #AB4C40;
}
</style>