Shades of Cognac #A34D3D
Tints of Cognac #A34D3D
RGB
CMYK
RGB Variations
Color information
#A34D3D (or 0xA34D3D) is known color: Cognac. HEX triplet: A3, 4D and 3D. RGB value is (163,77,61). Sum of RGB (Red+Green+Blue) = 163+77+61=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D3D is #5CB2C2. Grayscale: #656565. Windows color (decimal): -6075075 or 4017571. OLE color: 4017571.
HSL color Cylindrical-coordinate representation of color #A34D3D: hue angle of 9.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34D3D is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 61 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.36 |
| HSL | 9.41º | 0.46% | 0.44% | - |
| HSV(B) | 9.41º | 0.63% | 0.64% | - |
| XYZ | 18.6 | 13.43 | 6.03 | - |
| YUV | 100.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 61 | 0 | 0.53 | 0.63 | 0.36 | 9.41 | 0.46 | 0.44 |
| Hex | A3 | 4D | 3D | 0 | 35 | 3F | 24 | 9 | 2E | 2C |
| Octal | 243 | 115 | 75 | 0 | 65 | 77 | 44 | 11 | 56 | 54 |
| Binary | 10100011 | 1001101 | 111101 | 0 | 110101 | 111111 | 100100 | 1001 | 101110 | 101100 |
Color Harmonies of #A34D3D
Complementary color
Monochromatic Colors of #A34D3D
Black with #A34D3D
Text Example
Text Example
White with #A34D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D3D; }
p { color: rgb(163,77,61); }
H1.HeaderClassName
{
color: #A34D3D;
}
.AnyTagClassName
{
color: #A34D3D;
}
</style>
background-color css
<style>
a { background-color: #A34D3D; }
a { background-color: rgb(163,77,61); }
div.DivClassName
{
background-color: #A34D3D;
}
.BgClassName
{
background-color: #A34D3D;
}
</style>
border-color css
<style>
span { border-color: #A34D3D; }
span { border-color: rgb(163,77,61); }
td.TdClassName
{
border-color: #A34D3D;
}
.TagClassName
{
border-color: #A34D3D;
}
</style>