Shades of Cognac #A0493C
Tints of Cognac #A0493C
RGB
CMYK
RGB Variations
Color information
#A0493C (or 0xA0493C) is known color: Cognac. HEX triplet: A0, 49 and 3C. RGB value is (160,73,60). Sum of RGB (Red+Green+Blue) = 160+73+60=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0493C is #5FB6C3. Grayscale: #616161. Windows color (decimal): -6272708 or 3951008. OLE color: 3951008.
HSL color Cylindrical-coordinate representation of color #A0493C: hue angle of 7.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0493C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 60 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.37 |
| HSL | 7.8º | 0.45% | 0.43% | - |
| HSV(B) | 7.8º | 0.63% | 0.63% | - |
| XYZ | 17.7 | 12.56 | 5.77 | - |
| YUV | 97.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 60 | 0 | 0.54 | 0.62 | 0.37 | 7.8 | 0.45 | 0.43 |
| Hex | A0 | 49 | 3C | 0 | 36 | 3E | 25 | 8 | 2D | 2B |
| Octal | 240 | 111 | 74 | 0 | 66 | 76 | 45 | 10 | 55 | 53 |
| Binary | 10100000 | 1001001 | 111100 | 0 | 110110 | 111110 | 100101 | 1000 | 101101 | 101011 |
Color Harmonies of #A0493C
Complementary color
Monochromatic Colors of #A0493C
Black with #A0493C
Text Example
Text Example
White with #A0493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0493C; }
p { color: rgb(160,73,60); }
H1.HeaderClassName
{
color: #A0493C;
}
.AnyTagClassName
{
color: #A0493C;
}
</style>
background-color css
<style>
a { background-color: #A0493C; }
a { background-color: rgb(160,73,60); }
div.DivClassName
{
background-color: #A0493C;
}
.BgClassName
{
background-color: #A0493C;
}
</style>
border-color css
<style>
span { border-color: #A0493C; }
span { border-color: rgb(160,73,60); }
td.TdClassName
{
border-color: #A0493C;
}
.TagClassName
{
border-color: #A0493C;
}
</style>