Shades of Cognac #A0483D
Tints of Cognac #A0483D
RGB
CMYK
RGB Variations
Color information
#A0483D (or 0xA0483D) is known color: Cognac. HEX triplet: A0, 48 and 3D. RGB value is (160,72,61). Sum of RGB (Red+Green+Blue) = 160+72+61=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0483D is #5FB7C2. Grayscale: #616161. Windows color (decimal): -6272963 or 4016288. OLE color: 4016288.
HSL color Cylindrical-coordinate representation of color #A0483D: hue angle of 6.67º 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 #A0483D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 61 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.37 |
| HSL | 6.67º | 0.45% | 0.43% | - |
| HSV(B) | 6.67º | 0.62% | 0.63% | - |
| XYZ | 17.66 | 12.45 | 5.89 | - |
| YUV | 97.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 61 | 0 | 0.55 | 0.62 | 0.37 | 6.67 | 0.45 | 0.43 |
| Hex | A0 | 48 | 3D | 0 | 37 | 3E | 25 | 7 | 2D | 2B |
| Octal | 240 | 110 | 75 | 0 | 67 | 76 | 45 | 7 | 55 | 53 |
| Binary | 10100000 | 1001000 | 111101 | 0 | 110111 | 111110 | 100101 | 111 | 101101 | 101011 |
Color Harmonies of #A0483D
Complementary color
Monochromatic Colors of #A0483D
Black with #A0483D
Text Example
Text Example
White with #A0483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0483D; }
p { color: rgb(160,72,61); }
H1.HeaderClassName
{
color: #A0483D;
}
.AnyTagClassName
{
color: #A0483D;
}
</style>
background-color css
<style>
a { background-color: #A0483D; }
a { background-color: rgb(160,72,61); }
div.DivClassName
{
background-color: #A0483D;
}
.BgClassName
{
background-color: #A0483D;
}
</style>
border-color css
<style>
span { border-color: #A0483D; }
span { border-color: rgb(160,72,61); }
td.TdClassName
{
border-color: #A0483D;
}
.TagClassName
{
border-color: #A0483D;
}
</style>