Shades of Apple Blossom #A84D43
Tints of Apple Blossom #A84D43
RGB
CMYK
RGB Variations
Color information
#A84D43 (or 0xA84D43) is known color: Apple Blossom. HEX triplet: A8, 4D and 43. RGB value is (168,77,67). Sum of RGB (Red+Green+Blue) = 168+77+67=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D43 is #57B2BC. Grayscale: #676767. Windows color (decimal): -5747389 or 4410792. OLE color: 4410792.
HSL color Cylindrical-coordinate representation of color #A84D43: hue angle of 5.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84D43 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 67 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.34 |
| HSL | 5.94º | 0.43% | 0.46% | - |
| HSV(B) | 5.94º | 0.6% | 0.66% | - |
| XYZ | 19.82 | 14.04 | 6.98 | - |
| YUV | 103.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 67 | 0 | 0.54 | 0.60 | 0.34 | 5.94 | 0.43 | 0.46 |
| Hex | A8 | 4D | 43 | 0 | 36 | 3C | 22 | 6 | 2B | 2E |
| Octal | 250 | 115 | 103 | 0 | 66 | 74 | 42 | 6 | 53 | 56 |
| Binary | 10101000 | 1001101 | 1000011 | 0 | 110110 | 111100 | 100010 | 110 | 101011 | 101110 |
Color Harmonies of #A84D43
Complementary color
Monochromatic Colors of #A84D43
Black with #A84D43
Text Example
Text Example
White with #A84D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D43; }
p { color: rgb(168,77,67); }
H1.HeaderClassName
{
color: #A84D43;
}
.AnyTagClassName
{
color: #A84D43;
}
</style>
background-color css
<style>
a { background-color: #A84D43; }
a { background-color: rgb(168,77,67); }
div.DivClassName
{
background-color: #A84D43;
}
.BgClassName
{
background-color: #A84D43;
}
</style>
border-color css
<style>
span { border-color: #A84D43; }
span { border-color: rgb(168,77,67); }
td.TdClassName
{
border-color: #A84D43;
}
.TagClassName
{
border-color: #A84D43;
}
</style>