Shades of Cognac #A14E3C
Tints of Cognac #A14E3C
RGB
CMYK
RGB Variations
Color information
#A14E3C (or 0xA14E3C) is known color: Cognac. HEX triplet: A1, 4E and 3C. RGB value is (161,78,60). Sum of RGB (Red+Green+Blue) = 161+78+60=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E3C is #5EB1C3. Grayscale: #646464. Windows color (decimal): -6205892 or 3952289. OLE color: 3952289.
HSL color Cylindrical-coordinate representation of color #A14E3C: hue angle of 10.69º 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 #A14E3C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 60 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.37 |
| HSL | 10.69º | 0.46% | 0.43% | - |
| HSV(B) | 10.69º | 0.63% | 0.63% | - |
| XYZ | 18.24 | 13.35 | 5.89 | - |
| YUV | 100.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 60 | 0 | 0.52 | 0.63 | 0.37 | 10.69 | 0.46 | 0.43 |
| Hex | A1 | 4E | 3C | 0 | 34 | 3F | 25 | B | 2E | 2B |
| Octal | 241 | 116 | 74 | 0 | 64 | 77 | 45 | 13 | 56 | 53 |
| Binary | 10100001 | 1001110 | 111100 | 0 | 110100 | 111111 | 100101 | 1011 | 101110 | 101011 |
Color Harmonies of #A14E3C
Complementary color
Monochromatic Colors of #A14E3C
Black with #A14E3C
Text Example
Text Example
White with #A14E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E3C; }
p { color: rgb(161,78,60); }
H1.HeaderClassName
{
color: #A14E3C;
}
.AnyTagClassName
{
color: #A14E3C;
}
</style>
background-color css
<style>
a { background-color: #A14E3C; }
a { background-color: rgb(161,78,60); }
div.DivClassName
{
background-color: #A14E3C;
}
.BgClassName
{
background-color: #A14E3C;
}
</style>
border-color css
<style>
span { border-color: #A14E3C; }
span { border-color: rgb(161,78,60); }
td.TdClassName
{
border-color: #A14E3C;
}
.TagClassName
{
border-color: #A14E3C;
}
</style>