Shades of Cognac #A44738
Tints of Cognac #A44738
RGB
CMYK
RGB Variations
Color information
#A44738 (or 0xA44738) is known color: Cognac. HEX triplet: A4, 47 and 38. RGB value is (164,71,56). Sum of RGB (Red+Green+Blue) = 164+71+56=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A44738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44738 is #5BB8C7. Grayscale: #616161. Windows color (decimal): -6011080 or 3688356. OLE color: 3688356.
HSL color Cylindrical-coordinate representation of color #A44738: hue angle of 8.33º 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 #A44738 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 56 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.36 |
| HSL | 8.33º | 0.49% | 0.43% | - |
| HSV(B) | 8.33º | 0.66% | 0.64% | - |
| XYZ | 18.28 | 12.68 | 5.23 | - |
| YUV | 97.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 56 | 0 | 0.57 | 0.66 | 0.36 | 8.33 | 0.49 | 0.43 |
| Hex | A4 | 47 | 38 | 0 | 39 | 42 | 24 | 8 | 31 | 2B |
| Octal | 244 | 107 | 70 | 0 | 71 | 102 | 44 | 10 | 61 | 53 |
| Binary | 10100100 | 1000111 | 111000 | 0 | 111001 | 1000010 | 100100 | 1000 | 110001 | 101011 |
Color Harmonies of #A44738
Complementary color
Monochromatic Colors of #A44738
Black with #A44738
Text Example
Text Example
White with #A44738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44738; }
p { color: rgb(164,71,56); }
H1.HeaderClassName
{
color: #A44738;
}
.AnyTagClassName
{
color: #A44738;
}
</style>
background-color css
<style>
a { background-color: #A44738; }
a { background-color: rgb(164,71,56); }
div.DivClassName
{
background-color: #A44738;
}
.BgClassName
{
background-color: #A44738;
}
</style>
border-color css
<style>
span { border-color: #A44738; }
span { border-color: rgb(164,71,56); }
td.TdClassName
{
border-color: #A44738;
}
.TagClassName
{
border-color: #A44738;
}
</style>