Shades of Apple Blossom #AB574D
Tints of Apple Blossom #AB574D
RGB
CMYK
RGB Variations
Color information
#AB574D (or 0xAB574D) is known color: Apple Blossom. HEX triplet: AB, 57 and 4D. RGB value is (171,87,77). Sum of RGB (Red+Green+Blue) = 171+87+77=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB574D is #54A8B2. Grayscale: #6F6F6F. Windows color (decimal): -5548211 or 5068715. OLE color: 5068715.
HSL color Cylindrical-coordinate representation of color #AB574D: hue angle of 6.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB574D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 77 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.33 |
| HSL | 6.38º | 0.38% | 0.49% | - |
| HSV(B) | 6.38º | 0.55% | 0.67% | - |
| XYZ | 21.54 | 16.01 | 8.98 | - |
| YUV | 110.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 77 | 0 | 0.49 | 0.55 | 0.33 | 6.38 | 0.38 | 0.49 |
| Hex | AB | 57 | 4D | 0 | 31 | 37 | 21 | 6 | 26 | 31 |
| Octal | 253 | 127 | 115 | 0 | 61 | 67 | 41 | 6 | 46 | 61 |
| Binary | 10101011 | 1010111 | 1001101 | 0 | 110001 | 110111 | 100001 | 110 | 100110 | 110001 |
Color Harmonies of #AB574D
Complementary color
Monochromatic Colors of #AB574D
Black with #AB574D
Text Example
Text Example
White with #AB574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB574D; }
p { color: rgb(171,87,77); }
H1.HeaderClassName
{
color: #AB574D;
}
.AnyTagClassName
{
color: #AB574D;
}
</style>
background-color css
<style>
a { background-color: #AB574D; }
a { background-color: rgb(171,87,77); }
div.DivClassName
{
background-color: #AB574D;
}
.BgClassName
{
background-color: #AB574D;
}
</style>
border-color css
<style>
span { border-color: #AB574D; }
span { border-color: rgb(171,87,77); }
td.TdClassName
{
border-color: #AB574D;
}
.TagClassName
{
border-color: #AB574D;
}
</style>