Shades of Medium Carmine #A84837
Tints of Medium Carmine #A84837
RGB
CMYK
RGB Variations
Color information
#A84837 (or 0xA84837) is known color: Medium Carmine. HEX triplet: A8, 48 and 37. RGB value is (168,72,55). Sum of RGB (Red+Green+Blue) = 168+72+55=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A84837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84837 is #57B7C8. Grayscale: #626262. Windows color (decimal): -5748681 or 3623080. OLE color: 3623080.
HSL color Cylindrical-coordinate representation of color #A84837: hue angle of 9.03º 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 #A84837 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 55 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.34 |
| HSL | 9.03º | 0.51% | 0.44% | - |
| HSV(B) | 9.03º | 0.67% | 0.66% | - |
| XYZ | 19.16 | 13.24 | 5.16 | - |
| YUV | 98.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 55 | 0 | 0.57 | 0.67 | 0.34 | 9.03 | 0.51 | 0.44 |
| Hex | A8 | 48 | 37 | 0 | 39 | 43 | 22 | 9 | 33 | 2C |
| Octal | 250 | 110 | 67 | 0 | 71 | 103 | 42 | 11 | 63 | 54 |
| Binary | 10101000 | 1001000 | 110111 | 0 | 111001 | 1000011 | 100010 | 1001 | 110011 | 101100 |
Color Harmonies of #A84837
Complementary color
Monochromatic Colors of #A84837
Black with #A84837
Text Example
Text Example
White with #A84837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84837; }
p { color: rgb(168,72,55); }
H1.HeaderClassName
{
color: #A84837;
}
.AnyTagClassName
{
color: #A84837;
}
</style>
background-color css
<style>
a { background-color: #A84837; }
a { background-color: rgb(168,72,55); }
div.DivClassName
{
background-color: #A84837;
}
.BgClassName
{
background-color: #A84837;
}
</style>
border-color css
<style>
span { border-color: #A84837; }
span { border-color: rgb(168,72,55); }
td.TdClassName
{
border-color: #A84837;
}
.TagClassName
{
border-color: #A84837;
}
</style>