Shades of Cognac #A2443A
Tints of Cognac #A2443A
RGB
CMYK
RGB Variations
Color information
#A2443A (or 0xA2443A) is known color: Cognac. HEX triplet: A2, 44 and 3A. RGB value is (162,68,58). Sum of RGB (Red+Green+Blue) = 162+68+58=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2443A is #5DBBC5. Grayscale: #5F5F5F. Windows color (decimal): -6142918 or 3818658. OLE color: 3818658.
HSL color Cylindrical-coordinate representation of color #A2443A: hue angle of 5.77º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2443A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 58 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.36 |
| HSL | 5.77º | 0.47% | 0.43% | - |
| HSV(B) | 5.77º | 0.64% | 0.64% | - |
| XYZ | 17.73 | 12.12 | 5.41 | - |
| YUV | 94.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 58 | 0 | 0.58 | 0.64 | 0.36 | 5.77 | 0.47 | 0.43 |
| Hex | A2 | 44 | 3A | 0 | 3A | 40 | 24 | 6 | 2F | 2B |
| Octal | 242 | 104 | 72 | 0 | 72 | 100 | 44 | 6 | 57 | 53 |
| Binary | 10100010 | 1000100 | 111010 | 0 | 111010 | 1000000 | 100100 | 110 | 101111 | 101011 |
Color Harmonies of #A2443A
Complementary color
Monochromatic Colors of #A2443A
Black with #A2443A
Text Example
Text Example
White with #A2443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2443A; }
p { color: rgb(162,68,58); }
H1.HeaderClassName
{
color: #A2443A;
}
.AnyTagClassName
{
color: #A2443A;
}
</style>
background-color css
<style>
a { background-color: #A2443A; }
a { background-color: rgb(162,68,58); }
div.DivClassName
{
background-color: #A2443A;
}
.BgClassName
{
background-color: #A2443A;
}
</style>
border-color css
<style>
span { border-color: #A2443A; }
span { border-color: rgb(162,68,58); }
td.TdClassName
{
border-color: #A2443A;
}
.TagClassName
{
border-color: #A2443A;
}
</style>