Shades of Cognac #A04D3D
Tints of Cognac #A04D3D
RGB
CMYK
RGB Variations
Color information
#A04D3D (or 0xA04D3D) is known color: Cognac. HEX triplet: A0, 4D and 3D. RGB value is (160,77,61). Sum of RGB (Red+Green+Blue) = 160+77+61=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D3D is #5FB2C2. Grayscale: #646464. Windows color (decimal): -6271683 or 4017568. OLE color: 4017568.
HSL color Cylindrical-coordinate representation of color #A04D3D: hue angle of 9.7º 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 #A04D3D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 61 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.37 |
| HSL | 9.7º | 0.45% | 0.43% | - |
| HSV(B) | 9.7º | 0.62% | 0.63% | - |
| XYZ | 17.99 | 13.12 | 6 | - |
| YUV | 99.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 61 | 0 | 0.52 | 0.62 | 0.37 | 9.7 | 0.45 | 0.43 |
| Hex | A0 | 4D | 3D | 0 | 34 | 3E | 25 | A | 2D | 2B |
| Octal | 240 | 115 | 75 | 0 | 64 | 76 | 45 | 12 | 55 | 53 |
| Binary | 10100000 | 1001101 | 111101 | 0 | 110100 | 111110 | 100101 | 1010 | 101101 | 101011 |
Color Harmonies of #A04D3D
Complementary color
Monochromatic Colors of #A04D3D
Black with #A04D3D
Text Example
Text Example
White with #A04D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D3D; }
p { color: rgb(160,77,61); }
H1.HeaderClassName
{
color: #A04D3D;
}
.AnyTagClassName
{
color: #A04D3D;
}
</style>
background-color css
<style>
a { background-color: #A04D3D; }
a { background-color: rgb(160,77,61); }
div.DivClassName
{
background-color: #A04D3D;
}
.BgClassName
{
background-color: #A04D3D;
}
</style>
border-color css
<style>
span { border-color: #A04D3D; }
span { border-color: rgb(160,77,61); }
td.TdClassName
{
border-color: #A04D3D;
}
.TagClassName
{
border-color: #A04D3D;
}
</style>