Shades of Cognac #A14D3D
Tints of Cognac #A14D3D
RGB
CMYK
RGB Variations
Color information
#A14D3D (or 0xA14D3D) is known color: Cognac. HEX triplet: A1, 4D and 3D. RGB value is (161,77,61). Sum of RGB (Red+Green+Blue) = 161+77+61=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D3D is #5EB2C2. Grayscale: #646464. Windows color (decimal): -6206147 or 4017569. OLE color: 4017569.
HSL color Cylindrical-coordinate representation of color #A14D3D: hue angle of 9.6º 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 #A14D3D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 61 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.37 |
| HSL | 9.6º | 0.45% | 0.44% | - |
| HSV(B) | 9.6º | 0.62% | 0.63% | - |
| XYZ | 18.19 | 13.22 | 6.01 | - |
| YUV | 100.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 61 | 0 | 0.52 | 0.62 | 0.37 | 9.6 | 0.45 | 0.44 |
| Hex | A1 | 4D | 3D | 0 | 34 | 3E | 25 | A | 2D | 2C |
| Octal | 241 | 115 | 75 | 0 | 64 | 76 | 45 | 12 | 55 | 54 |
| Binary | 10100001 | 1001101 | 111101 | 0 | 110100 | 111110 | 100101 | 1010 | 101101 | 101100 |
Color Harmonies of #A14D3D
Complementary color
Monochromatic Colors of #A14D3D
Black with #A14D3D
Text Example
Text Example
White with #A14D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D3D; }
p { color: rgb(161,77,61); }
H1.HeaderClassName
{
color: #A14D3D;
}
.AnyTagClassName
{
color: #A14D3D;
}
</style>
background-color css
<style>
a { background-color: #A14D3D; }
a { background-color: rgb(161,77,61); }
div.DivClassName
{
background-color: #A14D3D;
}
.BgClassName
{
background-color: #A14D3D;
}
</style>
border-color css
<style>
span { border-color: #A14D3D; }
span { border-color: rgb(161,77,61); }
td.TdClassName
{
border-color: #A14D3D;
}
.TagClassName
{
border-color: #A14D3D;
}
</style>