Shades of Cognac #A04D3F
Tints of Cognac #A04D3F
RGB
CMYK
RGB Variations
Color information
#A04D3F (or 0xA04D3F) is known color: Cognac. HEX triplet: A0, 4D and 3F. RGB value is (160,77,63). Sum of RGB (Red+Green+Blue) = 160+77+63=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D3F is #5FB2C0. Grayscale: #646464. Windows color (decimal): -6271681 or 4148640. OLE color: 4148640.
HSL color Cylindrical-coordinate representation of color #A04D3F: hue angle of 8.66º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04D3F is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 63 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.37 |
| HSL | 8.66º | 0.43% | 0.44% | - |
| HSV(B) | 8.66º | 0.61% | 0.63% | - |
| XYZ | 18.05 | 13.14 | 6.29 | - |
| YUV | 100.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 63 | 0 | 0.52 | 0.61 | 0.37 | 8.66 | 0.43 | 0.44 |
| Hex | A0 | 4D | 3F | 0 | 34 | 3D | 25 | 9 | 2B | 2C |
| Octal | 240 | 115 | 77 | 0 | 64 | 75 | 45 | 11 | 53 | 54 |
| Binary | 10100000 | 1001101 | 111111 | 0 | 110100 | 111101 | 100101 | 1001 | 101011 | 101100 |
Color Harmonies of #A04D3F
Complementary color
Monochromatic Colors of #A04D3F
Black with #A04D3F
Text Example
Text Example
White with #A04D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D3F; }
p { color: rgb(160,77,63); }
H1.HeaderClassName
{
color: #A04D3F;
}
.AnyTagClassName
{
color: #A04D3F;
}
</style>
background-color css
<style>
a { background-color: #A04D3F; }
a { background-color: rgb(160,77,63); }
div.DivClassName
{
background-color: #A04D3F;
}
.BgClassName
{
background-color: #A04D3F;
}
</style>
border-color css
<style>
span { border-color: #A04D3F; }
span { border-color: rgb(160,77,63); }
td.TdClassName
{
border-color: #A04D3F;
}
.TagClassName
{
border-color: #A04D3F;
}
</style>