Shades of Apple Blossom #AB5250
Tints of Apple Blossom #AB5250
RGB
CMYK
RGB Variations
Color information
#AB5250 (or 0xAB5250) is known color: Apple Blossom. HEX triplet: AB, 52 and 50. RGB value is (171,82,80). Sum of RGB (Red+Green+Blue) = 171+82+80=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5250 is #54ADAF. Grayscale: #6C6C6C. Windows color (decimal): -5549488 or 5264043. OLE color: 5264043.
HSL color Cylindrical-coordinate representation of color #AB5250: hue angle of 1.32º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5250 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 80 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.33 |
| HSL | 1.32º | 0.36% | 0.49% | - |
| HSV(B) | 1.32º | 0.53% | 0.67% | - |
| XYZ | 21.26 | 15.27 | 9.42 | - |
| YUV | 108.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 80 | 0 | 0.52 | 0.53 | 0.33 | 1.32 | 0.36 | 0.49 |
| Hex | AB | 52 | 50 | 0 | 34 | 35 | 21 | 1 | 24 | 31 |
| Octal | 253 | 122 | 120 | 0 | 64 | 65 | 41 | 1 | 44 | 61 |
| Binary | 10101011 | 1010010 | 1010000 | 0 | 110100 | 110101 | 100001 | 1 | 100100 | 110001 |
Color Harmonies of #AB5250
Complementary color
Monochromatic Colors of #AB5250
Black with #AB5250
Text Example
Text Example
White with #AB5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5250; }
p { color: rgb(171,82,80); }
H1.HeaderClassName
{
color: #AB5250;
}
.AnyTagClassName
{
color: #AB5250;
}
</style>
background-color css
<style>
a { background-color: #AB5250; }
a { background-color: rgb(171,82,80); }
div.DivClassName
{
background-color: #AB5250;
}
.BgClassName
{
background-color: #AB5250;
}
</style>
border-color css
<style>
span { border-color: #AB5250; }
span { border-color: rgb(171,82,80); }
td.TdClassName
{
border-color: #AB5250;
}
.TagClassName
{
border-color: #AB5250;
}
</style>