Shades of Cognac #A14136
Tints of Cognac #A14136
RGB
CMYK
RGB Variations
Color information
#A14136 (or 0xA14136) is known color: Cognac. HEX triplet: A1, 41 and 36. RGB value is (161,65,54). Sum of RGB (Red+Green+Blue) = 161+65+54=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A14136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14136 is #5EBEC9. Grayscale: #5C5C5C. Windows color (decimal): -6209226 or 3555745. OLE color: 3555745.
HSL color Cylindrical-coordinate representation of color #A14136: hue angle of 6.17º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14136 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 54 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.37 |
| HSL | 6.17º | 0.5% | 0.42% | - |
| HSV(B) | 6.17º | 0.66% | 0.63% | - |
| XYZ | 17.25 | 11.62 | 4.82 | - |
| YUV | 92.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 54 | 0 | 0.60 | 0.66 | 0.37 | 6.17 | 0.5 | 0.42 |
| Hex | A1 | 41 | 36 | 0 | 3C | 42 | 25 | 6 | 32 | 2A |
| Octal | 241 | 101 | 66 | 0 | 74 | 102 | 45 | 6 | 62 | 52 |
| Binary | 10100001 | 1000001 | 110110 | 0 | 111100 | 1000010 | 100101 | 110 | 110010 | 101010 |
Color Harmonies of #A14136
Complementary color
Monochromatic Colors of #A14136
Black with #A14136
Text Example
Text Example
White with #A14136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14136; }
p { color: rgb(161,65,54); }
H1.HeaderClassName
{
color: #A14136;
}
.AnyTagClassName
{
color: #A14136;
}
</style>
background-color css
<style>
a { background-color: #A14136; }
a { background-color: rgb(161,65,54); }
div.DivClassName
{
background-color: #A14136;
}
.BgClassName
{
background-color: #A14136;
}
</style>
border-color css
<style>
span { border-color: #A14136; }
span { border-color: rgb(161,65,54); }
td.TdClassName
{
border-color: #A14136;
}
.TagClassName
{
border-color: #A14136;
}
</style>