Shades of Apple Blossom #A34E4C
Tints of Apple Blossom #A34E4C
RGB
CMYK
RGB Variations
Color information
#A34E4C (or 0xA34E4C) is known color: Apple Blossom. HEX triplet: A3, 4E and 4C. RGB value is (163,78,76). Sum of RGB (Red+Green+Blue) = 163+78+76=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E4C is #5CB1B3. Grayscale: #676767. Windows color (decimal): -6074804 or 5000867. OLE color: 5000867.
HSL color Cylindrical-coordinate representation of color #A34E4C: hue angle of 1.38º 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 #A34E4C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 76 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.36 |
| HSL | 1.38º | 0.36% | 0.47% | - |
| HSV(B) | 1.38º | 0.53% | 0.64% | - |
| XYZ | 19.13 | 13.76 | 8.48 | - |
| YUV | 103.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 76 | 0 | 0.52 | 0.53 | 0.36 | 1.38 | 0.36 | 0.47 |
| Hex | A3 | 4E | 4C | 0 | 34 | 35 | 24 | 1 | 24 | 2F |
| Octal | 243 | 116 | 114 | 0 | 64 | 65 | 44 | 1 | 44 | 57 |
| Binary | 10100011 | 1001110 | 1001100 | 0 | 110100 | 110101 | 100100 | 1 | 100100 | 101111 |
Color Harmonies of #A34E4C
Complementary color
Monochromatic Colors of #A34E4C
Black with #A34E4C
Text Example
Text Example
White with #A34E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E4C; }
p { color: rgb(163,78,76); }
H1.HeaderClassName
{
color: #A34E4C;
}
.AnyTagClassName
{
color: #A34E4C;
}
</style>
background-color css
<style>
a { background-color: #A34E4C; }
a { background-color: rgb(163,78,76); }
div.DivClassName
{
background-color: #A34E4C;
}
.BgClassName
{
background-color: #A34E4C;
}
</style>
border-color css
<style>
span { border-color: #A34E4C; }
span { border-color: rgb(163,78,76); }
td.TdClassName
{
border-color: #A34E4C;
}
.TagClassName
{
border-color: #A34E4C;
}
</style>