Shades of Apple Blossom #AB524D
Tints of Apple Blossom #AB524D
RGB
CMYK
RGB Variations
Color information
#AB524D (or 0xAB524D) is known color: Apple Blossom. HEX triplet: AB, 52 and 4D. RGB value is (171,82,77). Sum of RGB (Red+Green+Blue) = 171+82+77=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB524D is #54ADB2. Grayscale: #6C6C6C. Windows color (decimal): -5549491 or 5067435. OLE color: 5067435.
HSL color Cylindrical-coordinate representation of color #AB524D: hue angle of 3.19º 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 #AB524D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 77 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.33 |
| HSL | 3.19º | 0.38% | 0.49% | - |
| HSV(B) | 3.19º | 0.55% | 0.67% | - |
| XYZ | 21.15 | 15.23 | 8.85 | - |
| YUV | 108.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 77 | 0 | 0.52 | 0.55 | 0.33 | 3.19 | 0.38 | 0.49 |
| Hex | AB | 52 | 4D | 0 | 34 | 37 | 21 | 3 | 26 | 31 |
| Octal | 253 | 122 | 115 | 0 | 64 | 67 | 41 | 3 | 46 | 61 |
| Binary | 10101011 | 1010010 | 1001101 | 0 | 110100 | 110111 | 100001 | 11 | 100110 | 110001 |
Color Harmonies of #AB524D
Complementary color
Monochromatic Colors of #AB524D
Black with #AB524D
Text Example
Text Example
White with #AB524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB524D; }
p { color: rgb(171,82,77); }
H1.HeaderClassName
{
color: #AB524D;
}
.AnyTagClassName
{
color: #AB524D;
}
</style>
background-color css
<style>
a { background-color: #AB524D; }
a { background-color: rgb(171,82,77); }
div.DivClassName
{
background-color: #AB524D;
}
.BgClassName
{
background-color: #AB524D;
}
</style>
border-color css
<style>
span { border-color: #AB524D; }
span { border-color: rgb(171,82,77); }
td.TdClassName
{
border-color: #AB524D;
}
.TagClassName
{
border-color: #AB524D;
}
</style>