Shades of Apple Blossom #A74C46
Tints of Apple Blossom #A74C46
RGB
CMYK
RGB Variations
Color information
#A74C46 (or 0xA74C46) is known color: Apple Blossom. HEX triplet: A7, 4C and 46. RGB value is (167,76,70). Sum of RGB (Red+Green+Blue) = 167+76+70=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C46 is #58B3B9. Grayscale: #666666. Windows color (decimal): -5813178 or 4607143. OLE color: 4607143.
HSL color Cylindrical-coordinate representation of color #A74C46: hue angle of 3.71º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74C46 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 76 | 70 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.35 |
| HSL | 3.71º | 0.41% | 0.46% | - |
| HSV(B) | 3.71º | 0.58% | 0.65% | - |
| XYZ | 19.63 | 13.83 | 7.43 | - |
| YUV | 102.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 70 | 0 | 0.54 | 0.58 | 0.35 | 3.71 | 0.41 | 0.46 |
| Hex | A7 | 4C | 46 | 0 | 36 | 3A | 23 | 4 | 29 | 2E |
| Octal | 247 | 114 | 106 | 0 | 66 | 72 | 43 | 4 | 51 | 56 |
| Binary | 10100111 | 1001100 | 1000110 | 0 | 110110 | 111010 | 100011 | 100 | 101001 | 101110 |
Color Harmonies of #A74C46
Complementary color
Monochromatic Colors of #A74C46
Black with #A74C46
Text Example
Text Example
White with #A74C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74C46; }
p { color: rgb(167,76,70); }
H1.HeaderClassName
{
color: #A74C46;
}
.AnyTagClassName
{
color: #A74C46;
}
</style>
background-color css
<style>
a { background-color: #A74C46; }
a { background-color: rgb(167,76,70); }
div.DivClassName
{
background-color: #A74C46;
}
.BgClassName
{
background-color: #A74C46;
}
</style>
border-color css
<style>
span { border-color: #A74C46; }
span { border-color: rgb(167,76,70); }
td.TdClassName
{
border-color: #A74C46;
}
.TagClassName
{
border-color: #A74C46;
}
</style>