Shades of Cognac #A44838
Tints of Cognac #A44838
RGB
CMYK
RGB Variations
Color information
#A44838 (or 0xA44838) is known color: Cognac. HEX triplet: A4, 48 and 38. RGB value is (164,72,56). Sum of RGB (Red+Green+Blue) = 164+72+56=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44838 is #5BB7C7. Grayscale: #616161. Windows color (decimal): -6010824 or 3688612. OLE color: 3688612.
HSL color Cylindrical-coordinate representation of color #A44838: hue angle of 8.89º degrees, saturation: 0.49, 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 #A44838 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 56 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.36 |
| HSL | 8.89º | 0.49% | 0.43% | - |
| HSV(B) | 8.89º | 0.66% | 0.64% | - |
| XYZ | 18.34 | 12.81 | 5.25 | - |
| YUV | 97.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 56 | 0 | 0.56 | 0.66 | 0.36 | 8.89 | 0.49 | 0.43 |
| Hex | A4 | 48 | 38 | 0 | 38 | 42 | 24 | 9 | 31 | 2B |
| Octal | 244 | 110 | 70 | 0 | 70 | 102 | 44 | 11 | 61 | 53 |
| Binary | 10100100 | 1001000 | 111000 | 0 | 111000 | 1000010 | 100100 | 1001 | 110001 | 101011 |
Color Harmonies of #A44838
Complementary color
Monochromatic Colors of #A44838
Black with #A44838
Text Example
Text Example
White with #A44838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44838; }
p { color: rgb(164,72,56); }
H1.HeaderClassName
{
color: #A44838;
}
.AnyTagClassName
{
color: #A44838;
}
</style>
background-color css
<style>
a { background-color: #A44838; }
a { background-color: rgb(164,72,56); }
div.DivClassName
{
background-color: #A44838;
}
.BgClassName
{
background-color: #A44838;
}
</style>
border-color css
<style>
span { border-color: #A44838; }
span { border-color: rgb(164,72,56); }
td.TdClassName
{
border-color: #A44838;
}
.TagClassName
{
border-color: #A44838;
}
</style>