Shades of Cognac #A44538
Tints of Cognac #A44538
RGB
CMYK
RGB Variations
Color information
#A44538 (or 0xA44538) is known color: Cognac. HEX triplet: A4, 45 and 38. RGB value is (164,69,56). Sum of RGB (Red+Green+Blue) = 164+69+56=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A44538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44538 is #5BBAC7. Grayscale: #606060. Windows color (decimal): -6011592 or 3687844. OLE color: 3687844.
HSL color Cylindrical-coordinate representation of color #A44538: hue angle of 7.22º 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 #A44538 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 56 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.36 |
| HSL | 7.22º | 0.49% | 0.43% | - |
| HSV(B) | 7.22º | 0.66% | 0.64% | - |
| XYZ | 18.15 | 12.43 | 5.18 | - |
| YUV | 95.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 56 | 0 | 0.58 | 0.66 | 0.36 | 7.22 | 0.49 | 0.43 |
| Hex | A4 | 45 | 38 | 0 | 3A | 42 | 24 | 7 | 31 | 2B |
| Octal | 244 | 105 | 70 | 0 | 72 | 102 | 44 | 7 | 61 | 53 |
| Binary | 10100100 | 1000101 | 111000 | 0 | 111010 | 1000010 | 100100 | 111 | 110001 | 101011 |
Color Harmonies of #A44538
Complementary color
Monochromatic Colors of #A44538
Black with #A44538
Text Example
Text Example
White with #A44538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44538; }
p { color: rgb(164,69,56); }
H1.HeaderClassName
{
color: #A44538;
}
.AnyTagClassName
{
color: #A44538;
}
</style>
background-color css
<style>
a { background-color: #A44538; }
a { background-color: rgb(164,69,56); }
div.DivClassName
{
background-color: #A44538;
}
.BgClassName
{
background-color: #A44538;
}
</style>
border-color css
<style>
span { border-color: #A44538; }
span { border-color: rgb(164,69,56); }
td.TdClassName
{
border-color: #A44538;
}
.TagClassName
{
border-color: #A44538;
}
</style>