Shades of Apple Blossom #AB5047
Tints of Apple Blossom #AB5047
RGB
CMYK
RGB Variations
Color information
#AB5047 (or 0xAB5047) is known color: Apple Blossom. HEX triplet: AB, 50 and 47. RGB value is (171,80,71). Sum of RGB (Red+Green+Blue) = 171+80+71=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5047 is #54AFB8. Grayscale: #6A6A6A. Windows color (decimal): -5550009 or 4673707. OLE color: 4673707.
HSL color Cylindrical-coordinate representation of color #AB5047: hue angle of 5.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5047 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 71 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.33 |
| HSL | 5.4º | 0.41% | 0.47% | - |
| HSV(B) | 5.4º | 0.58% | 0.67% | - |
| XYZ | 20.8 | 14.85 | 7.73 | - |
| YUV | 106.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 71 | 0 | 0.53 | 0.58 | 0.33 | 5.4 | 0.41 | 0.47 |
| Hex | AB | 50 | 47 | 0 | 35 | 3A | 21 | 5 | 29 | 2F |
| Octal | 253 | 120 | 107 | 0 | 65 | 72 | 41 | 5 | 51 | 57 |
| Binary | 10101011 | 1010000 | 1000111 | 0 | 110101 | 111010 | 100001 | 101 | 101001 | 101111 |
Color Harmonies of #AB5047
Complementary color
Monochromatic Colors of #AB5047
Black with #AB5047
Text Example
Text Example
White with #AB5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5047; }
p { color: rgb(171,80,71); }
H1.HeaderClassName
{
color: #AB5047;
}
.AnyTagClassName
{
color: #AB5047;
}
</style>
background-color css
<style>
a { background-color: #AB5047; }
a { background-color: rgb(171,80,71); }
div.DivClassName
{
background-color: #AB5047;
}
.BgClassName
{
background-color: #AB5047;
}
</style>
border-color css
<style>
span { border-color: #AB5047; }
span { border-color: rgb(171,80,71); }
td.TdClassName
{
border-color: #AB5047;
}
.TagClassName
{
border-color: #AB5047;
}
</style>