Shades of Cognac #A14A3C
Tints of Cognac #A14A3C
RGB
CMYK
RGB Variations
Color information
#A14A3C (or 0xA14A3C) is known color: Cognac. HEX triplet: A1, 4A and 3C. RGB value is (161,74,60). Sum of RGB (Red+Green+Blue) = 161+74+60=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A3C is #5EB5C3. Grayscale: #626262. Windows color (decimal): -6206916 or 3951265. OLE color: 3951265.
HSL color Cylindrical-coordinate representation of color #A14A3C: hue angle of 8.32º 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 #A14A3C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 60 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.37 |
| HSL | 8.32º | 0.46% | 0.43% | - |
| HSV(B) | 8.32º | 0.63% | 0.63% | - |
| XYZ | 17.96 | 12.8 | 5.8 | - |
| YUV | 98.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 60 | 0 | 0.54 | 0.63 | 0.37 | 8.32 | 0.46 | 0.43 |
| Hex | A1 | 4A | 3C | 0 | 36 | 3F | 25 | 8 | 2E | 2B |
| Octal | 241 | 112 | 74 | 0 | 66 | 77 | 45 | 10 | 56 | 53 |
| Binary | 10100001 | 1001010 | 111100 | 0 | 110110 | 111111 | 100101 | 1000 | 101110 | 101011 |
Color Harmonies of #A14A3C
Complementary color
Monochromatic Colors of #A14A3C
Black with #A14A3C
Text Example
Text Example
White with #A14A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A3C; }
p { color: rgb(161,74,60); }
H1.HeaderClassName
{
color: #A14A3C;
}
.AnyTagClassName
{
color: #A14A3C;
}
</style>
background-color css
<style>
a { background-color: #A14A3C; }
a { background-color: rgb(161,74,60); }
div.DivClassName
{
background-color: #A14A3C;
}
.BgClassName
{
background-color: #A14A3C;
}
</style>
border-color css
<style>
span { border-color: #A14A3C; }
span { border-color: rgb(161,74,60); }
td.TdClassName
{
border-color: #A14A3C;
}
.TagClassName
{
border-color: #A14A3C;
}
</style>