Shades of Apple Blossom #A34E45
Tints of Apple Blossom #A34E45
RGB
CMYK
RGB Variations
Color information
#A34E45 (or 0xA34E45) is known color: Apple Blossom. HEX triplet: A3, 4E and 45. RGB value is (163,78,69). Sum of RGB (Red+Green+Blue) = 163+78+69=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E45 is #5CB1BA. Grayscale: #666666. Windows color (decimal): -6074811 or 4542115. OLE color: 4542115.
HSL color Cylindrical-coordinate representation of color #A34E45: hue angle of 5.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34E45 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 69 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.36 |
| HSL | 5.74º | 0.41% | 0.45% | - |
| HSV(B) | 5.74º | 0.58% | 0.64% | - |
| XYZ | 18.9 | 13.66 | 7.27 | - |
| YUV | 102.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 69 | 0 | 0.52 | 0.58 | 0.36 | 5.74 | 0.41 | 0.45 |
| Hex | A3 | 4E | 45 | 0 | 34 | 3A | 24 | 6 | 29 | 2D |
| Octal | 243 | 116 | 105 | 0 | 64 | 72 | 44 | 6 | 51 | 55 |
| Binary | 10100011 | 1001110 | 1000101 | 0 | 110100 | 111010 | 100100 | 110 | 101001 | 101101 |
Color Harmonies of #A34E45
Complementary color
Monochromatic Colors of #A34E45
Black with #A34E45
Text Example
Text Example
White with #A34E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E45; }
p { color: rgb(163,78,69); }
H1.HeaderClassName
{
color: #A34E45;
}
.AnyTagClassName
{
color: #A34E45;
}
</style>
background-color css
<style>
a { background-color: #A34E45; }
a { background-color: rgb(163,78,69); }
div.DivClassName
{
background-color: #A34E45;
}
.BgClassName
{
background-color: #A34E45;
}
</style>
border-color css
<style>
span { border-color: #A34E45; }
span { border-color: rgb(163,78,69); }
td.TdClassName
{
border-color: #A34E45;
}
.TagClassName
{
border-color: #A34E45;
}
</style>