Shades of Cognac #A1493D
Tints of Cognac #A1493D
RGB
CMYK
RGB Variations
Color information
#A1493D (or 0xA1493D) is known color: Cognac. HEX triplet: A1, 49 and 3D. RGB value is (161,73,61). Sum of RGB (Red+Green+Blue) = 161+73+61=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1493D is #5EB6C2. Grayscale: #626262. Windows color (decimal): -6207171 or 4016545. OLE color: 4016545.
HSL color Cylindrical-coordinate representation of color #A1493D: hue angle of 7.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1493D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 61 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.37 |
| HSL | 7.2º | 0.45% | 0.44% | - |
| HSV(B) | 7.2º | 0.62% | 0.63% | - |
| XYZ | 17.92 | 12.68 | 5.92 | - |
| YUV | 97.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 61 | 0 | 0.55 | 0.62 | 0.37 | 7.2 | 0.45 | 0.44 |
| Hex | A1 | 49 | 3D | 0 | 37 | 3E | 25 | 7 | 2D | 2C |
| Octal | 241 | 111 | 75 | 0 | 67 | 76 | 45 | 7 | 55 | 54 |
| Binary | 10100001 | 1001001 | 111101 | 0 | 110111 | 111110 | 100101 | 111 | 101101 | 101100 |
Color Harmonies of #A1493D
Complementary color
Monochromatic Colors of #A1493D
Black with #A1493D
Text Example
Text Example
White with #A1493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1493D; }
p { color: rgb(161,73,61); }
H1.HeaderClassName
{
color: #A1493D;
}
.AnyTagClassName
{
color: #A1493D;
}
</style>
background-color css
<style>
a { background-color: #A1493D; }
a { background-color: rgb(161,73,61); }
div.DivClassName
{
background-color: #A1493D;
}
.BgClassName
{
background-color: #A1493D;
}
</style>
border-color css
<style>
span { border-color: #A1493D; }
span { border-color: rgb(161,73,61); }
td.TdClassName
{
border-color: #A1493D;
}
.TagClassName
{
border-color: #A1493D;
}
</style>