Shades of Apple Blossom #AB4D4C
Tints of Apple Blossom #AB4D4C
RGB
CMYK
RGB Variations
Color information
#AB4D4C (or 0xAB4D4C) is known color: Apple Blossom. HEX triplet: AB, 4D and 4C. RGB value is (171,77,76). Sum of RGB (Red+Green+Blue) = 171+77+76=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D4C is #54B2B3. Grayscale: #696969. Windows color (decimal): -5550772 or 5000619. OLE color: 5000619.
HSL color Cylindrical-coordinate representation of color #AB4D4C: hue angle of 0.63º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4D4C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 76 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.33 |
| HSL | 0.63º | 0.38% | 0.48% | - |
| HSV(B) | 0.63º | 0.56% | 0.67% | - |
| XYZ | 20.75 | 14.49 | 8.54 | - |
| YUV | 104.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 76 | 0 | 0.55 | 0.56 | 0.33 | 0.63 | 0.38 | 0.48 |
| Hex | AB | 4D | 4C | 0 | 37 | 38 | 21 | 1 | 26 | 30 |
| Octal | 253 | 115 | 114 | 0 | 67 | 70 | 41 | 1 | 46 | 60 |
| Binary | 10101011 | 1001101 | 1001100 | 0 | 110111 | 111000 | 100001 | 1 | 100110 | 110000 |
Color Harmonies of #AB4D4C
Complementary color
Monochromatic Colors of #AB4D4C
Black with #AB4D4C
Text Example
Text Example
White with #AB4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D4C; }
p { color: rgb(171,77,76); }
H1.HeaderClassName
{
color: #AB4D4C;
}
.AnyTagClassName
{
color: #AB4D4C;
}
</style>
background-color css
<style>
a { background-color: #AB4D4C; }
a { background-color: rgb(171,77,76); }
div.DivClassName
{
background-color: #AB4D4C;
}
.BgClassName
{
background-color: #AB4D4C;
}
</style>
border-color css
<style>
span { border-color: #AB4D4C; }
span { border-color: rgb(171,77,76); }
td.TdClassName
{
border-color: #AB4D4C;
}
.TagClassName
{
border-color: #AB4D4C;
}
</style>