Shades of Apple Blossom #A74E45
Tints of Apple Blossom #A74E45
RGB
CMYK
RGB Variations
Color information
#A74E45 (or 0xA74E45) is known color: Apple Blossom. HEX triplet: A7, 4E and 45. RGB value is (167,78,69). Sum of RGB (Red+Green+Blue) = 167+78+69=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E45 is #58B1BA. Grayscale: #676767. Windows color (decimal): -5812667 or 4542119. OLE color: 4542119.
HSL color Cylindrical-coordinate representation of color #A74E45: hue angle of 5.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74E45 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 78 | 69 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.35 |
| HSL | 5.51º | 0.42% | 0.46% | - |
| HSV(B) | 5.51º | 0.59% | 0.65% | - |
| XYZ | 19.73 | 14.09 | 7.31 | - |
| YUV | 103.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 69 | 0 | 0.53 | 0.59 | 0.35 | 5.51 | 0.42 | 0.46 |
| Hex | A7 | 4E | 45 | 0 | 35 | 3B | 23 | 6 | 2A | 2E |
| Octal | 247 | 116 | 105 | 0 | 65 | 73 | 43 | 6 | 52 | 56 |
| Binary | 10100111 | 1001110 | 1000101 | 0 | 110101 | 111011 | 100011 | 110 | 101010 | 101110 |
Color Harmonies of #A74E45
Complementary color
Monochromatic Colors of #A74E45
Black with #A74E45
Text Example
Text Example
White with #A74E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74E45; }
p { color: rgb(167,78,69); }
H1.HeaderClassName
{
color: #A74E45;
}
.AnyTagClassName
{
color: #A74E45;
}
</style>
background-color css
<style>
a { background-color: #A74E45; }
a { background-color: rgb(167,78,69); }
div.DivClassName
{
background-color: #A74E45;
}
.BgClassName
{
background-color: #A74E45;
}
</style>
border-color css
<style>
span { border-color: #A74E45; }
span { border-color: rgb(167,78,69); }
td.TdClassName
{
border-color: #A74E45;
}
.TagClassName
{
border-color: #A74E45;
}
</style>