Shades of Cognac #A04838
Tints of Cognac #A04838
RGB
CMYK
RGB Variations
Color information
#A04838 (or 0xA04838) is known color: Cognac. HEX triplet: A0, 48 and 38. RGB value is (160,72,56). Sum of RGB (Red+Green+Blue) = 160+72+56=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A04838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04838 is #5FB7C7. Grayscale: #606060. Windows color (decimal): -6272968 or 3688608. OLE color: 3688608.
HSL color Cylindrical-coordinate representation of color #A04838: hue angle of 9.23º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04838 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 56 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.37 |
| HSL | 9.23º | 0.48% | 0.42% | - |
| HSV(B) | 9.23º | 0.65% | 0.63% | - |
| XYZ | 17.53 | 12.39 | 5.21 | - |
| YUV | 96.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 56 | 0 | 0.55 | 0.65 | 0.37 | 9.23 | 0.48 | 0.42 |
| Hex | A0 | 48 | 38 | 0 | 37 | 41 | 25 | 9 | 30 | 2A |
| Octal | 240 | 110 | 70 | 0 | 67 | 101 | 45 | 11 | 60 | 52 |
| Binary | 10100000 | 1001000 | 111000 | 0 | 110111 | 1000001 | 100101 | 1001 | 110000 | 101010 |
Color Harmonies of #A04838
Complementary color
Monochromatic Colors of #A04838
Black with #A04838
Text Example
Text Example
White with #A04838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04838; }
p { color: rgb(160,72,56); }
H1.HeaderClassName
{
color: #A04838;
}
.AnyTagClassName
{
color: #A04838;
}
</style>
background-color css
<style>
a { background-color: #A04838; }
a { background-color: rgb(160,72,56); }
div.DivClassName
{
background-color: #A04838;
}
.BgClassName
{
background-color: #A04838;
}
</style>
border-color css
<style>
span { border-color: #A04838; }
span { border-color: rgb(160,72,56); }
td.TdClassName
{
border-color: #A04838;
}
.TagClassName
{
border-color: #A04838;
}
</style>