Shades of Apple Blossom #AB5449
Tints of Apple Blossom #AB5449
RGB
CMYK
RGB Variations
Color information
#AB5449 (or 0xAB5449) is known color: Apple Blossom. HEX triplet: AB, 54 and 49. RGB value is (171,84,73). Sum of RGB (Red+Green+Blue) = 171+84+73=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5449 is #54ABB6. Grayscale: #6C6C6C. Windows color (decimal): -5548983 or 4805803. OLE color: 4805803.
HSL color Cylindrical-coordinate representation of color #AB5449: hue angle of 6.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5449 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 73 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.33 |
| HSL | 6.73º | 0.4% | 0.48% | - |
| HSV(B) | 6.73º | 0.57% | 0.67% | - |
| XYZ | 21.17 | 15.48 | 8.18 | - |
| YUV | 108.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 73 | 0 | 0.51 | 0.57 | 0.33 | 6.73 | 0.4 | 0.48 |
| Hex | AB | 54 | 49 | 0 | 33 | 39 | 21 | 7 | 28 | 30 |
| Octal | 253 | 124 | 111 | 0 | 63 | 71 | 41 | 7 | 50 | 60 |
| Binary | 10101011 | 1010100 | 1001001 | 0 | 110011 | 111001 | 100001 | 111 | 101000 | 110000 |
Color Harmonies of #AB5449
Complementary color
Monochromatic Colors of #AB5449
Black with #AB5449
Text Example
Text Example
White with #AB5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5449; }
p { color: rgb(171,84,73); }
H1.HeaderClassName
{
color: #AB5449;
}
.AnyTagClassName
{
color: #AB5449;
}
</style>
background-color css
<style>
a { background-color: #AB5449; }
a { background-color: rgb(171,84,73); }
div.DivClassName
{
background-color: #AB5449;
}
.BgClassName
{
background-color: #AB5449;
}
</style>
border-color css
<style>
span { border-color: #AB5449; }
span { border-color: rgb(171,84,73); }
td.TdClassName
{
border-color: #AB5449;
}
.TagClassName
{
border-color: #AB5449;
}
</style>