Shades of Apple Blossom #A74F40
Tints of Apple Blossom #A74F40
RGB
CMYK
RGB Variations
Color information
#A74F40 (or 0xA74F40) is known color: Apple Blossom. HEX triplet: A7, 4F and 40. RGB value is (167,79,64). Sum of RGB (Red+Green+Blue) = 167+79+64=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F40 is #58B0BF. Grayscale: #676767. Windows color (decimal): -5812416 or 4214695. OLE color: 4214695.
HSL color Cylindrical-coordinate representation of color #A74F40: hue angle of 8.74º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74F40 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 64 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.35 |
| HSL | 8.74º | 0.45% | 0.45% | - |
| HSV(B) | 8.74º | 0.62% | 0.65% | - |
| XYZ | 19.66 | 14.18 | 6.55 | - |
| YUV | 103.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 64 | 0 | 0.53 | 0.62 | 0.35 | 8.74 | 0.45 | 0.45 |
| Hex | A7 | 4F | 40 | 0 | 35 | 3E | 23 | 9 | 2D | 2D |
| Octal | 247 | 117 | 100 | 0 | 65 | 76 | 43 | 11 | 55 | 55 |
| Binary | 10100111 | 1001111 | 1000000 | 0 | 110101 | 111110 | 100011 | 1001 | 101101 | 101101 |
Color Harmonies of #A74F40
Complementary color
Monochromatic Colors of #A74F40
Black with #A74F40
Text Example
Text Example
White with #A74F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F40; }
p { color: rgb(167,79,64); }
H1.HeaderClassName
{
color: #A74F40;
}
.AnyTagClassName
{
color: #A74F40;
}
</style>
background-color css
<style>
a { background-color: #A74F40; }
a { background-color: rgb(167,79,64); }
div.DivClassName
{
background-color: #A74F40;
}
.BgClassName
{
background-color: #A74F40;
}
</style>
border-color css
<style>
span { border-color: #A74F40; }
span { border-color: rgb(167,79,64); }
td.TdClassName
{
border-color: #A74F40;
}
.TagClassName
{
border-color: #A74F40;
}
</style>