Shades of Apple Blossom #A74D44
Tints of Apple Blossom #A74D44
RGB
CMYK
RGB Variations
Color information
#A74D44 (or 0xA74D44) is known color: Apple Blossom. HEX triplet: A7, 4D and 44. RGB value is (167,77,68). Sum of RGB (Red+Green+Blue) = 167+77+68=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D44 is #58B2BB. Grayscale: #676767. Windows color (decimal): -5812924 or 4476327. OLE color: 4476327.
HSL color Cylindrical-coordinate representation of color #A74D44: hue angle of 5.45º 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 #A74D44 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 68 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.35 |
| HSL | 5.45º | 0.42% | 0.46% | - |
| HSV(B) | 5.45º | 0.59% | 0.65% | - |
| XYZ | 19.63 | 13.94 | 7.12 | - |
| YUV | 102.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 68 | 0 | 0.54 | 0.59 | 0.35 | 5.45 | 0.42 | 0.46 |
| Hex | A7 | 4D | 44 | 0 | 36 | 3B | 23 | 5 | 2A | 2E |
| Octal | 247 | 115 | 104 | 0 | 66 | 73 | 43 | 5 | 52 | 56 |
| Binary | 10100111 | 1001101 | 1000100 | 0 | 110110 | 111011 | 100011 | 101 | 101010 | 101110 |
Color Harmonies of #A74D44
Complementary color
Monochromatic Colors of #A74D44
Black with #A74D44
Text Example
Text Example
White with #A74D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D44; }
p { color: rgb(167,77,68); }
H1.HeaderClassName
{
color: #A74D44;
}
.AnyTagClassName
{
color: #A74D44;
}
</style>
background-color css
<style>
a { background-color: #A74D44; }
a { background-color: rgb(167,77,68); }
div.DivClassName
{
background-color: #A74D44;
}
.BgClassName
{
background-color: #A74D44;
}
</style>
border-color css
<style>
span { border-color: #A74D44; }
span { border-color: rgb(167,77,68); }
td.TdClassName
{
border-color: #A74D44;
}
.TagClassName
{
border-color: #A74D44;
}
</style>