Shades of Apple Blossom #A74D43
Tints of Apple Blossom #A74D43
RGB
CMYK
RGB Variations
Color information
#A74D43 (or 0xA74D43) is known color: Apple Blossom. HEX triplet: A7, 4D and 43. RGB value is (167,77,67). Sum of RGB (Red+Green+Blue) = 167+77+67=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D43 is #58B2BC. Grayscale: #666666. Windows color (decimal): -5812925 or 4410791. OLE color: 4410791.
HSL color Cylindrical-coordinate representation of color #A74D43: hue angle of 6º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74D43 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 67 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.35 |
| HSL | 6º | 0.43% | 0.46% | - |
| HSV(B) | 6º | 0.6% | 0.65% | - |
| XYZ | 19.6 | 13.93 | 6.97 | - |
| YUV | 102.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 67 | 0 | 0.54 | 0.60 | 0.35 | 6 | 0.43 | 0.46 |
| Hex | A7 | 4D | 43 | 0 | 36 | 3C | 23 | 6 | 2B | 2E |
| Octal | 247 | 115 | 103 | 0 | 66 | 74 | 43 | 6 | 53 | 56 |
| Binary | 10100111 | 1001101 | 1000011 | 0 | 110110 | 111100 | 100011 | 110 | 101011 | 101110 |
Color Harmonies of #A74D43
Complementary color
Monochromatic Colors of #A74D43
Black with #A74D43
Text Example
Text Example
White with #A74D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D43; }
p { color: rgb(167,77,67); }
H1.HeaderClassName
{
color: #A74D43;
}
.AnyTagClassName
{
color: #A74D43;
}
</style>
background-color css
<style>
a { background-color: #A74D43; }
a { background-color: rgb(167,77,67); }
div.DivClassName
{
background-color: #A74D43;
}
.BgClassName
{
background-color: #A74D43;
}
</style>
border-color css
<style>
span { border-color: #A74D43; }
span { border-color: rgb(167,77,67); }
td.TdClassName
{
border-color: #A74D43;
}
.TagClassName
{
border-color: #A74D43;
}
</style>