Shades of Cognac #A14E3E
Tints of Cognac #A14E3E
RGB
CMYK
RGB Variations
Color information
#A14E3E (or 0xA14E3E) is known color: Cognac. HEX triplet: A1, 4E and 3E. RGB value is (161,78,62). Sum of RGB (Red+Green+Blue) = 161+78+62=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E3E is #5EB1C1. Grayscale: #656565. Windows color (decimal): -6205890 or 4083361. OLE color: 4083361.
HSL color Cylindrical-coordinate representation of color #A14E3E: hue angle of 9.7º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14E3E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 62 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.37 |
| HSL | 9.7º | 0.44% | 0.44% | - |
| HSV(B) | 9.7º | 0.61% | 0.63% | - |
| XYZ | 18.29 | 13.37 | 6.17 | - |
| YUV | 100.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 62 | 0 | 0.52 | 0.61 | 0.37 | 9.7 | 0.44 | 0.44 |
| Hex | A1 | 4E | 3E | 0 | 34 | 3D | 25 | A | 2C | 2C |
| Octal | 241 | 116 | 76 | 0 | 64 | 75 | 45 | 12 | 54 | 54 |
| Binary | 10100001 | 1001110 | 111110 | 0 | 110100 | 111101 | 100101 | 1010 | 101100 | 101100 |
Color Harmonies of #A14E3E
Complementary color
Monochromatic Colors of #A14E3E
Black with #A14E3E
Text Example
Text Example
White with #A14E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E3E; }
p { color: rgb(161,78,62); }
H1.HeaderClassName
{
color: #A14E3E;
}
.AnyTagClassName
{
color: #A14E3E;
}
</style>
background-color css
<style>
a { background-color: #A14E3E; }
a { background-color: rgb(161,78,62); }
div.DivClassName
{
background-color: #A14E3E;
}
.BgClassName
{
background-color: #A14E3E;
}
</style>
border-color css
<style>
span { border-color: #A14E3E; }
span { border-color: rgb(161,78,62); }
td.TdClassName
{
border-color: #A14E3E;
}
.TagClassName
{
border-color: #A14E3E;
}
</style>