Shades of Cognac #A14A38
Tints of Cognac #A14A38
RGB
CMYK
RGB Variations
Color information
#A14A38 (or 0xA14A38) is known color: Cognac. HEX triplet: A1, 4A and 38. RGB value is (161,74,56). Sum of RGB (Red+Green+Blue) = 161+74+56=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A38 is #5EB5C7. Grayscale: #626262. Windows color (decimal): -6206920 or 3689121. OLE color: 3689121.
HSL color Cylindrical-coordinate representation of color #A14A38: hue angle of 10.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14A38 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 56 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.37 |
| HSL | 10.29º | 0.48% | 0.43% | - |
| HSV(B) | 10.29º | 0.65% | 0.63% | - |
| XYZ | 17.86 | 12.76 | 5.26 | - |
| YUV | 97.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 56 | 0 | 0.54 | 0.65 | 0.37 | 10.29 | 0.48 | 0.43 |
| Hex | A1 | 4A | 38 | 0 | 36 | 41 | 25 | A | 30 | 2B |
| Octal | 241 | 112 | 70 | 0 | 66 | 101 | 45 | 12 | 60 | 53 |
| Binary | 10100001 | 1001010 | 111000 | 0 | 110110 | 1000001 | 100101 | 1010 | 110000 | 101011 |
Color Harmonies of #A14A38
Complementary color
Monochromatic Colors of #A14A38
Black with #A14A38
Text Example
Text Example
White with #A14A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A38; }
p { color: rgb(161,74,56); }
H1.HeaderClassName
{
color: #A14A38;
}
.AnyTagClassName
{
color: #A14A38;
}
</style>
background-color css
<style>
a { background-color: #A14A38; }
a { background-color: rgb(161,74,56); }
div.DivClassName
{
background-color: #A14A38;
}
.BgClassName
{
background-color: #A14A38;
}
</style>
border-color css
<style>
span { border-color: #A14A38; }
span { border-color: rgb(161,74,56); }
td.TdClassName
{
border-color: #A14A38;
}
.TagClassName
{
border-color: #A14A38;
}
</style>