Shades of Apple Blossom #AB4A47
Tints of Apple Blossom #AB4A47
RGB
CMYK
RGB Variations
Color information
#AB4A47 (or 0xAB4A47) is known color: Apple Blossom. HEX triplet: AB, 4A and 47. RGB value is (171,74,71). Sum of RGB (Red+Green+Blue) = 171+74+71=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A47 is #54B5B8. Grayscale: #666666. Windows color (decimal): -5551545 or 4672171. OLE color: 4672171.
HSL color Cylindrical-coordinate representation of color #AB4A47: hue angle of 1.8º 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 #AB4A47 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 71 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.33 |
| HSL | 1.8º | 0.41% | 0.47% | - |
| HSV(B) | 1.8º | 0.58% | 0.67% | - |
| XYZ | 20.38 | 14.01 | 7.59 | - |
| YUV | 102.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 71 | 0 | 0.57 | 0.58 | 0.33 | 1.8 | 0.41 | 0.47 |
| Hex | AB | 4A | 47 | 0 | 39 | 3A | 21 | 2 | 29 | 2F |
| Octal | 253 | 112 | 107 | 0 | 71 | 72 | 41 | 2 | 51 | 57 |
| Binary | 10101011 | 1001010 | 1000111 | 0 | 111001 | 111010 | 100001 | 10 | 101001 | 101111 |
Color Harmonies of #AB4A47
Complementary color
Monochromatic Colors of #AB4A47
Black with #AB4A47
Text Example
Text Example
White with #AB4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A47; }
p { color: rgb(171,74,71); }
H1.HeaderClassName
{
color: #AB4A47;
}
.AnyTagClassName
{
color: #AB4A47;
}
</style>
background-color css
<style>
a { background-color: #AB4A47; }
a { background-color: rgb(171,74,71); }
div.DivClassName
{
background-color: #AB4A47;
}
.BgClassName
{
background-color: #AB4A47;
}
</style>
border-color css
<style>
span { border-color: #AB4A47; }
span { border-color: rgb(171,74,71); }
td.TdClassName
{
border-color: #AB4A47;
}
.TagClassName
{
border-color: #AB4A47;
}
</style>