Shades of Apple Blossom #A84C42
Tints of Apple Blossom #A84C42
RGB
CMYK
RGB Variations
Color information
#A84C42 (or 0xA84C42) is known color: Apple Blossom. HEX triplet: A8, 4C and 42. RGB value is (168,76,66). Sum of RGB (Red+Green+Blue) = 168+76+66=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C42 is #57B3BD. Grayscale: #666666. Windows color (decimal): -5747646 or 4345000. OLE color: 4345000.
HSL color Cylindrical-coordinate representation of color #A84C42: hue angle of 5.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84C42 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 66 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.34 |
| HSL | 5.88º | 0.44% | 0.46% | - |
| HSV(B) | 5.88º | 0.61% | 0.66% | - |
| XYZ | 19.72 | 13.89 | 6.8 | - |
| YUV | 102.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 66 | 0 | 0.55 | 0.61 | 0.34 | 5.88 | 0.44 | 0.46 |
| Hex | A8 | 4C | 42 | 0 | 37 | 3D | 22 | 6 | 2C | 2E |
| Octal | 250 | 114 | 102 | 0 | 67 | 75 | 42 | 6 | 54 | 56 |
| Binary | 10101000 | 1001100 | 1000010 | 0 | 110111 | 111101 | 100010 | 110 | 101100 | 101110 |
Color Harmonies of #A84C42
Complementary color
Monochromatic Colors of #A84C42
Black with #A84C42
Text Example
Text Example
White with #A84C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C42; }
p { color: rgb(168,76,66); }
H1.HeaderClassName
{
color: #A84C42;
}
.AnyTagClassName
{
color: #A84C42;
}
</style>
background-color css
<style>
a { background-color: #A84C42; }
a { background-color: rgb(168,76,66); }
div.DivClassName
{
background-color: #A84C42;
}
.BgClassName
{
background-color: #A84C42;
}
</style>
border-color css
<style>
span { border-color: #A84C42; }
span { border-color: rgb(168,76,66); }
td.TdClassName
{
border-color: #A84C42;
}
.TagClassName
{
border-color: #A84C42;
}
</style>