Shades of Cognac #A14D3C
Tints of Cognac #A14D3C
RGB
CMYK
RGB Variations
Color information
#A14D3C (or 0xA14D3C) is known color: Cognac. HEX triplet: A1, 4D and 3C. RGB value is (161,77,60). Sum of RGB (Red+Green+Blue) = 161+77+60=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D3C is #5EB2C3. Grayscale: #646464. Windows color (decimal): -6206148 or 3952033. OLE color: 3952033.
HSL color Cylindrical-coordinate representation of color #A14D3C: hue angle of 10.1º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14D3C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 60 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.37 |
| HSL | 10.1º | 0.46% | 0.43% | - |
| HSV(B) | 10.1º | 0.63% | 0.63% | - |
| XYZ | 18.17 | 13.21 | 5.87 | - |
| YUV | 100.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 60 | 0 | 0.52 | 0.63 | 0.37 | 10.1 | 0.46 | 0.43 |
| Hex | A1 | 4D | 3C | 0 | 34 | 3F | 25 | A | 2E | 2B |
| Octal | 241 | 115 | 74 | 0 | 64 | 77 | 45 | 12 | 56 | 53 |
| Binary | 10100001 | 1001101 | 111100 | 0 | 110100 | 111111 | 100101 | 1010 | 101110 | 101011 |
Color Harmonies of #A14D3C
Complementary color
Monochromatic Colors of #A14D3C
Black with #A14D3C
Text Example
Text Example
White with #A14D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D3C; }
p { color: rgb(161,77,60); }
H1.HeaderClassName
{
color: #A14D3C;
}
.AnyTagClassName
{
color: #A14D3C;
}
</style>
background-color css
<style>
a { background-color: #A14D3C; }
a { background-color: rgb(161,77,60); }
div.DivClassName
{
background-color: #A14D3C;
}
.BgClassName
{
background-color: #A14D3C;
}
</style>
border-color css
<style>
span { border-color: #A14D3C; }
span { border-color: rgb(161,77,60); }
td.TdClassName
{
border-color: #A14D3C;
}
.TagClassName
{
border-color: #A14D3C;
}
</style>