Shades of Apple Blossom #A74D42
Tints of Apple Blossom #A74D42
RGB
CMYK
RGB Variations
Color information
#A74D42 (or 0xA74D42) is known color: Apple Blossom. HEX triplet: A7, 4D and 42. RGB value is (167,77,66). Sum of RGB (Red+Green+Blue) = 167+77+66=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D42 is #58B2BD. Grayscale: #666666. Windows color (decimal): -5812926 or 4345255. OLE color: 4345255.
HSL color Cylindrical-coordinate representation of color #A74D42: hue angle of 6.53º 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 #A74D42 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 66 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.35 |
| HSL | 6.53º | 0.43% | 0.46% | - |
| HSV(B) | 6.53º | 0.6% | 0.65% | - |
| XYZ | 19.57 | 13.92 | 6.81 | - |
| YUV | 102.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 66 | 0 | 0.54 | 0.60 | 0.35 | 6.53 | 0.43 | 0.46 |
| Hex | A7 | 4D | 42 | 0 | 36 | 3C | 23 | 7 | 2B | 2E |
| Octal | 247 | 115 | 102 | 0 | 66 | 74 | 43 | 7 | 53 | 56 |
| Binary | 10100111 | 1001101 | 1000010 | 0 | 110110 | 111100 | 100011 | 111 | 101011 | 101110 |
Color Harmonies of #A74D42
Complementary color
Monochromatic Colors of #A74D42
Black with #A74D42
Text Example
Text Example
White with #A74D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D42; }
p { color: rgb(167,77,66); }
H1.HeaderClassName
{
color: #A74D42;
}
.AnyTagClassName
{
color: #A74D42;
}
</style>
background-color css
<style>
a { background-color: #A74D42; }
a { background-color: rgb(167,77,66); }
div.DivClassName
{
background-color: #A74D42;
}
.BgClassName
{
background-color: #A74D42;
}
</style>
border-color css
<style>
span { border-color: #A74D42; }
span { border-color: rgb(167,77,66); }
td.TdClassName
{
border-color: #A74D42;
}
.TagClassName
{
border-color: #A74D42;
}
</style>