Shades of Cognac #A34639
Tints of Cognac #A34639
RGB
CMYK
RGB Variations
Color information
#A34639 (or 0xA34639) is known color: Cognac. HEX triplet: A3, 46 and 39. RGB value is (163,70,57). Sum of RGB (Red+Green+Blue) = 163+70+57=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34639 is #5CB9C6. Grayscale: #606060. Windows color (decimal): -6076871 or 3753635. OLE color: 3753635.
HSL color Cylindrical-coordinate representation of color #A34639: hue angle of 7.36º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34639 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 57 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.36 |
| HSL | 7.36º | 0.48% | 0.43% | - |
| HSV(B) | 7.36º | 0.65% | 0.64% | - |
| XYZ | 18.03 | 12.46 | 5.33 | - |
| YUV | 96.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 57 | 0 | 0.57 | 0.65 | 0.36 | 7.36 | 0.48 | 0.43 |
| Hex | A3 | 46 | 39 | 0 | 39 | 41 | 24 | 7 | 30 | 2B |
| Octal | 243 | 106 | 71 | 0 | 71 | 101 | 44 | 7 | 60 | 53 |
| Binary | 10100011 | 1000110 | 111001 | 0 | 111001 | 1000001 | 100100 | 111 | 110000 | 101011 |
Color Harmonies of #A34639
Complementary color
Monochromatic Colors of #A34639
Black with #A34639
Text Example
Text Example
White with #A34639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34639; }
p { color: rgb(163,70,57); }
H1.HeaderClassName
{
color: #A34639;
}
.AnyTagClassName
{
color: #A34639;
}
</style>
background-color css
<style>
a { background-color: #A34639; }
a { background-color: rgb(163,70,57); }
div.DivClassName
{
background-color: #A34639;
}
.BgClassName
{
background-color: #A34639;
}
</style>
border-color css
<style>
span { border-color: #A34639; }
span { border-color: rgb(163,70,57); }
td.TdClassName
{
border-color: #A34639;
}
.TagClassName
{
border-color: #A34639;
}
</style>