Shades of Medium Carmine #A84638
Tints of Medium Carmine #A84638
RGB
CMYK
RGB Variations
Color information
#A84638 (or 0xA84638) is known color: Medium Carmine. HEX triplet: A8, 46 and 38. RGB value is (168,70,56). Sum of RGB (Red+Green+Blue) = 168+70+56=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84638 is #57B9C7. Grayscale: #616161. Windows color (decimal): -5749192 or 3688104. OLE color: 3688104.
HSL color Cylindrical-coordinate representation of color #A84638: hue angle of 7.5º degrees, saturation: 0.5, 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 #A84638 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 56 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.34 |
| HSL | 7.5º | 0.5% | 0.44% | - |
| HSV(B) | 7.5º | 0.67% | 0.66% | - |
| XYZ | 19.05 | 12.99 | 5.24 | - |
| YUV | 97.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 56 | 0 | 0.58 | 0.67 | 0.34 | 7.5 | 0.5 | 0.44 |
| Hex | A8 | 46 | 38 | 0 | 3A | 43 | 22 | 8 | 32 | 2C |
| Octal | 250 | 106 | 70 | 0 | 72 | 103 | 42 | 10 | 62 | 54 |
| Binary | 10101000 | 1000110 | 111000 | 0 | 111010 | 1000011 | 100010 | 1000 | 110010 | 101100 |
Color Harmonies of #A84638
Complementary color
Monochromatic Colors of #A84638
Black with #A84638
Text Example
Text Example
White with #A84638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84638; }
p { color: rgb(168,70,56); }
H1.HeaderClassName
{
color: #A84638;
}
.AnyTagClassName
{
color: #A84638;
}
</style>
background-color css
<style>
a { background-color: #A84638; }
a { background-color: rgb(168,70,56); }
div.DivClassName
{
background-color: #A84638;
}
.BgClassName
{
background-color: #A84638;
}
</style>
border-color css
<style>
span { border-color: #A84638; }
span { border-color: rgb(168,70,56); }
td.TdClassName
{
border-color: #A84638;
}
.TagClassName
{
border-color: #A84638;
}
</style>