Shades of Apple Blossom #A34F47
Tints of Apple Blossom #A34F47
RGB
CMYK
RGB Variations
Color information
#A34F47 (or 0xA34F47) is known color: Apple Blossom. HEX triplet: A3, 4F and 47. RGB value is (163,79,71). Sum of RGB (Red+Green+Blue) = 163+79+71=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F47 is #5CB0B8. Grayscale: #676767. Windows color (decimal): -6074553 or 4673443. OLE color: 4673443.
HSL color Cylindrical-coordinate representation of color #A34F47: hue angle of 5.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34F47 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 71 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.36 |
| HSL | 5.22º | 0.39% | 0.46% | - |
| HSV(B) | 5.22º | 0.56% | 0.64% | - |
| XYZ | 19.04 | 13.83 | 7.63 | - |
| YUV | 103.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 71 | 0 | 0.52 | 0.56 | 0.36 | 5.22 | 0.39 | 0.46 |
| Hex | A3 | 4F | 47 | 0 | 34 | 38 | 24 | 5 | 27 | 2E |
| Octal | 243 | 117 | 107 | 0 | 64 | 70 | 44 | 5 | 47 | 56 |
| Binary | 10100011 | 1001111 | 1000111 | 0 | 110100 | 111000 | 100100 | 101 | 100111 | 101110 |
Color Harmonies of #A34F47
Complementary color
Monochromatic Colors of #A34F47
Black with #A34F47
Text Example
Text Example
White with #A34F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F47; }
p { color: rgb(163,79,71); }
H1.HeaderClassName
{
color: #A34F47;
}
.AnyTagClassName
{
color: #A34F47;
}
</style>
background-color css
<style>
a { background-color: #A34F47; }
a { background-color: rgb(163,79,71); }
div.DivClassName
{
background-color: #A34F47;
}
.BgClassName
{
background-color: #A34F47;
}
</style>
border-color css
<style>
span { border-color: #A34F47; }
span { border-color: rgb(163,79,71); }
td.TdClassName
{
border-color: #A34F47;
}
.TagClassName
{
border-color: #A34F47;
}
</style>