Shades of Apple Blossom #A34F4D
Tints of Apple Blossom #A34F4D
RGB
CMYK
RGB Variations
Color information
#A34F4D (or 0xA34F4D) is known color: Apple Blossom. HEX triplet: A3, 4F and 4D. RGB value is (163,79,77). Sum of RGB (Red+Green+Blue) = 163+79+77=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34F4D is #5CB0B2. Grayscale: #676767. Windows color (decimal): -6074547 or 5066659. OLE color: 5066659.
HSL color Cylindrical-coordinate representation of color #A34F4D: hue angle of 1.4º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34F4D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 77 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.36 |
| HSL | 1.4º | 0.36% | 0.47% | - |
| HSV(B) | 1.4º | 0.53% | 0.64% | - |
| XYZ | 19.24 | 13.91 | 8.69 | - |
| YUV | 103.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 77 | 0 | 0.52 | 0.53 | 0.36 | 1.4 | 0.36 | 0.47 |
| Hex | A3 | 4F | 4D | 0 | 34 | 35 | 24 | 1 | 24 | 2F |
| Octal | 243 | 117 | 115 | 0 | 64 | 65 | 44 | 1 | 44 | 57 |
| Binary | 10100011 | 1001111 | 1001101 | 0 | 110100 | 110101 | 100100 | 1 | 100100 | 101111 |
Color Harmonies of #A34F4D
Complementary color
Monochromatic Colors of #A34F4D
Black with #A34F4D
Text Example
Text Example
White with #A34F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F4D; }
p { color: rgb(163,79,77); }
H1.HeaderClassName
{
color: #A34F4D;
}
.AnyTagClassName
{
color: #A34F4D;
}
</style>
background-color css
<style>
a { background-color: #A34F4D; }
a { background-color: rgb(163,79,77); }
div.DivClassName
{
background-color: #A34F4D;
}
.BgClassName
{
background-color: #A34F4D;
}
</style>
border-color css
<style>
span { border-color: #A34F4D; }
span { border-color: rgb(163,79,77); }
td.TdClassName
{
border-color: #A34F4D;
}
.TagClassName
{
border-color: #A34F4D;
}
</style>