Shades of Apple Blossom #AB4C3E
Tints of Apple Blossom #AB4C3E
RGB
CMYK
RGB Variations
Color information
#AB4C3E (or 0xAB4C3E) is known color: Apple Blossom. HEX triplet: AB, 4C and 3E. RGB value is (171,76,62). Sum of RGB (Red+Green+Blue) = 171+76+62=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C3E is #54B3C1. Grayscale: #666666. Windows color (decimal): -5551042 or 4082859. OLE color: 4082859.
HSL color Cylindrical-coordinate representation of color #AB4C3E: hue angle of 7.71º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4C3E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 62 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.33 |
| HSL | 7.71º | 0.47% | 0.46% | - |
| HSV(B) | 7.71º | 0.64% | 0.67% | - |
| XYZ | 20.25 | 14.17 | 6.23 | - |
| YUV | 102.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 62 | 0 | 0.56 | 0.64 | 0.33 | 7.71 | 0.47 | 0.46 |
| Hex | AB | 4C | 3E | 0 | 38 | 40 | 21 | 8 | 2F | 2E |
| Octal | 253 | 114 | 76 | 0 | 70 | 100 | 41 | 10 | 57 | 56 |
| Binary | 10101011 | 1001100 | 111110 | 0 | 111000 | 1000000 | 100001 | 1000 | 101111 | 101110 |
Color Harmonies of #AB4C3E
Complementary color
Monochromatic Colors of #AB4C3E
Black with #AB4C3E
Text Example
Text Example
White with #AB4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C3E; }
p { color: rgb(171,76,62); }
H1.HeaderClassName
{
color: #AB4C3E;
}
.AnyTagClassName
{
color: #AB4C3E;
}
</style>
background-color css
<style>
a { background-color: #AB4C3E; }
a { background-color: rgb(171,76,62); }
div.DivClassName
{
background-color: #AB4C3E;
}
.BgClassName
{
background-color: #AB4C3E;
}
</style>
border-color css
<style>
span { border-color: #AB4C3E; }
span { border-color: rgb(171,76,62); }
td.TdClassName
{
border-color: #AB4C3E;
}
.TagClassName
{
border-color: #AB4C3E;
}
</style>