Shades of Cognac #A04136
Tints of Cognac #A04136
RGB
CMYK
RGB Variations
Color information
#A04136 (or 0xA04136) is known color: Cognac. HEX triplet: A0, 41 and 36. RGB value is (160,65,54). Sum of RGB (Red+Green+Blue) = 160+65+54=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A04136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04136 is #5FBEC9. Grayscale: #5C5C5C. Windows color (decimal): -6274762 or 3555744. OLE color: 3555744.
HSL color Cylindrical-coordinate representation of color #A04136: hue angle of 6.23º degrees, saturation: 0.5, 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 #A04136 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 54 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.37 |
| HSL | 6.23º | 0.5% | 0.42% | - |
| HSV(B) | 6.23º | 0.66% | 0.63% | - |
| XYZ | 17.05 | 11.52 | 4.81 | - |
| YUV | 92.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 54 | 0 | 0.59 | 0.66 | 0.37 | 6.23 | 0.5 | 0.42 |
| Hex | A0 | 41 | 36 | 0 | 3B | 42 | 25 | 6 | 32 | 2A |
| Octal | 240 | 101 | 66 | 0 | 73 | 102 | 45 | 6 | 62 | 52 |
| Binary | 10100000 | 1000001 | 110110 | 0 | 111011 | 1000010 | 100101 | 110 | 110010 | 101010 |
Color Harmonies of #A04136
Complementary color
Monochromatic Colors of #A04136
Black with #A04136
Text Example
Text Example
White with #A04136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04136; }
p { color: rgb(160,65,54); }
H1.HeaderClassName
{
color: #A04136;
}
.AnyTagClassName
{
color: #A04136;
}
</style>
background-color css
<style>
a { background-color: #A04136; }
a { background-color: rgb(160,65,54); }
div.DivClassName
{
background-color: #A04136;
}
.BgClassName
{
background-color: #A04136;
}
</style>
border-color css
<style>
span { border-color: #A04136; }
span { border-color: rgb(160,65,54); }
td.TdClassName
{
border-color: #A04136;
}
.TagClassName
{
border-color: #A04136;
}
</style>