Shades of Cognac #A1483B
Tints of Cognac #A1483B
RGB
CMYK
RGB Variations
Color information
#A1483B (or 0xA1483B) is known color: Cognac. HEX triplet: A1, 48 and 3B. RGB value is (161,72,59). Sum of RGB (Red+Green+Blue) = 161+72+59=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1483B is #5EB7C4. Grayscale: #616161. Windows color (decimal): -6207429 or 3885217. OLE color: 3885217.
HSL color Cylindrical-coordinate representation of color #A1483B: hue angle of 7.65º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1483B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 59 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.37 |
| HSL | 7.65º | 0.46% | 0.43% | - |
| HSV(B) | 7.65º | 0.63% | 0.63% | - |
| XYZ | 17.8 | 12.53 | 5.62 | - |
| YUV | 97.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 59 | 0 | 0.55 | 0.63 | 0.37 | 7.65 | 0.46 | 0.43 |
| Hex | A1 | 48 | 3B | 0 | 37 | 3F | 25 | 8 | 2E | 2B |
| Octal | 241 | 110 | 73 | 0 | 67 | 77 | 45 | 10 | 56 | 53 |
| Binary | 10100001 | 1001000 | 111011 | 0 | 110111 | 111111 | 100101 | 1000 | 101110 | 101011 |
Color Harmonies of #A1483B
Complementary color
Monochromatic Colors of #A1483B
Black with #A1483B
Text Example
Text Example
White with #A1483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1483B; }
p { color: rgb(161,72,59); }
H1.HeaderClassName
{
color: #A1483B;
}
.AnyTagClassName
{
color: #A1483B;
}
</style>
background-color css
<style>
a { background-color: #A1483B; }
a { background-color: rgb(161,72,59); }
div.DivClassName
{
background-color: #A1483B;
}
.BgClassName
{
background-color: #A1483B;
}
</style>
border-color css
<style>
span { border-color: #A1483B; }
span { border-color: rgb(161,72,59); }
td.TdClassName
{
border-color: #A1483B;
}
.TagClassName
{
border-color: #A1483B;
}
</style>