Shades of Cognac #A14A37
Tints of Cognac #A14A37
RGB
CMYK
RGB Variations
Color information
#A14A37 (or 0xA14A37) is known color: Cognac. HEX triplet: A1, 4A and 37. RGB value is (161,74,55). Sum of RGB (Red+Green+Blue) = 161+74+55=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A37 is #5EB5C8. Grayscale: #626262. Windows color (decimal): -6206921 or 3623585. OLE color: 3623585.
HSL color Cylindrical-coordinate representation of color #A14A37: hue angle of 10.75º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14A37 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 55 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.37 |
| HSL | 10.75º | 0.49% | 0.42% | - |
| HSV(B) | 10.75º | 0.66% | 0.63% | - |
| XYZ | 17.84 | 12.75 | 5.14 | - |
| YUV | 97.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 55 | 0 | 0.54 | 0.66 | 0.37 | 10.75 | 0.49 | 0.42 |
| Hex | A1 | 4A | 37 | 0 | 36 | 42 | 25 | B | 31 | 2A |
| Octal | 241 | 112 | 67 | 0 | 66 | 102 | 45 | 13 | 61 | 52 |
| Binary | 10100001 | 1001010 | 110111 | 0 | 110110 | 1000010 | 100101 | 1011 | 110001 | 101010 |
Color Harmonies of #A14A37
Complementary color
Monochromatic Colors of #A14A37
Black with #A14A37
Text Example
Text Example
White with #A14A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A37; }
p { color: rgb(161,74,55); }
H1.HeaderClassName
{
color: #A14A37;
}
.AnyTagClassName
{
color: #A14A37;
}
</style>
background-color css
<style>
a { background-color: #A14A37; }
a { background-color: rgb(161,74,55); }
div.DivClassName
{
background-color: #A14A37;
}
.BgClassName
{
background-color: #A14A37;
}
</style>
border-color css
<style>
span { border-color: #A14A37; }
span { border-color: rgb(161,74,55); }
td.TdClassName
{
border-color: #A14A37;
}
.TagClassName
{
border-color: #A14A37;
}
</style>