Shades of Cognac #A34937
Tints of Cognac #A34937
RGB
CMYK
RGB Variations
Color information
#A34937 (or 0xA34937) is known color: Cognac. HEX triplet: A3, 49 and 37. RGB value is (163,73,55). Sum of RGB (Red+Green+Blue) = 163+73+55=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A34937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34937 is #5CB6C8. Grayscale: #626262. Windows color (decimal): -6076105 or 3623331. OLE color: 3623331.
HSL color Cylindrical-coordinate representation of color #A34937: hue angle of 10º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34937 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 55 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.36 |
| HSL | 10º | 0.5% | 0.43% | - |
| HSV(B) | 10º | 0.66% | 0.64% | - |
| XYZ | 18.18 | 12.83 | 5.13 | - |
| YUV | 97.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 55 | 0 | 0.55 | 0.66 | 0.36 | 10 | 0.5 | 0.43 |
| Hex | A3 | 49 | 37 | 0 | 37 | 42 | 24 | A | 32 | 2B |
| Octal | 243 | 111 | 67 | 0 | 67 | 102 | 44 | 12 | 62 | 53 |
| Binary | 10100011 | 1001001 | 110111 | 0 | 110111 | 1000010 | 100100 | 1010 | 110010 | 101011 |
Color Harmonies of #A34937
Complementary color
Monochromatic Colors of #A34937
Black with #A34937
Text Example
Text Example
White with #A34937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34937; }
p { color: rgb(163,73,55); }
H1.HeaderClassName
{
color: #A34937;
}
.AnyTagClassName
{
color: #A34937;
}
</style>
background-color css
<style>
a { background-color: #A34937; }
a { background-color: rgb(163,73,55); }
div.DivClassName
{
background-color: #A34937;
}
.BgClassName
{
background-color: #A34937;
}
</style>
border-color css
<style>
span { border-color: #A34937; }
span { border-color: rgb(163,73,55); }
td.TdClassName
{
border-color: #A34937;
}
.TagClassName
{
border-color: #A34937;
}
</style>