Shades of Medium Carmine #A84637
Tints of Medium Carmine #A84637
RGB
CMYK
RGB Variations
Color information
#A84637 (or 0xA84637) is known color: Medium Carmine. HEX triplet: A8, 46 and 37. RGB value is (168,70,55). Sum of RGB (Red+Green+Blue) = 168+70+55=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84637 is #57B9C8. Grayscale: #616161. Windows color (decimal): -5749193 or 3622568. OLE color: 3622568.
HSL color Cylindrical-coordinate representation of color #A84637: hue angle of 7.96º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84637 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 55 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.34 |
| HSL | 7.96º | 0.51% | 0.44% | - |
| HSV(B) | 7.96º | 0.67% | 0.66% | - |
| XYZ | 19.03 | 12.98 | 5.12 | - |
| YUV | 97.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 55 | 0 | 0.58 | 0.67 | 0.34 | 7.96 | 0.51 | 0.44 |
| Hex | A8 | 46 | 37 | 0 | 3A | 43 | 22 | 8 | 33 | 2C |
| Octal | 250 | 106 | 67 | 0 | 72 | 103 | 42 | 10 | 63 | 54 |
| Binary | 10101000 | 1000110 | 110111 | 0 | 111010 | 1000011 | 100010 | 1000 | 110011 | 101100 |
Color Harmonies of #A84637
Complementary color
Monochromatic Colors of #A84637
Black with #A84637
Text Example
Text Example
White with #A84637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84637; }
p { color: rgb(168,70,55); }
H1.HeaderClassName
{
color: #A84637;
}
.AnyTagClassName
{
color: #A84637;
}
</style>
background-color css
<style>
a { background-color: #A84637; }
a { background-color: rgb(168,70,55); }
div.DivClassName
{
background-color: #A84637;
}
.BgClassName
{
background-color: #A84637;
}
</style>
border-color css
<style>
span { border-color: #A84637; }
span { border-color: rgb(168,70,55); }
td.TdClassName
{
border-color: #A84637;
}
.TagClassName
{
border-color: #A84637;
}
</style>