Shades of Cognac #A24938
Tints of Cognac #A24938
RGB
CMYK
RGB Variations
Color information
#A24938 (or 0xA24938) is known color: Cognac. HEX triplet: A2, 49 and 38. RGB value is (162,73,56). Sum of RGB (Red+Green+Blue) = 162+73+56=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24938 is #5DB6C7. Grayscale: #616161. Windows color (decimal): -6141640 or 3688866. OLE color: 3688866.
HSL color Cylindrical-coordinate representation of color #A24938: hue angle of 9.62º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24938 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 56 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.36 |
| HSL | 9.62º | 0.49% | 0.43% | - |
| HSV(B) | 9.62º | 0.65% | 0.64% | - |
| XYZ | 18 | 12.73 | 5.25 | - |
| YUV | 97.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 56 | 0 | 0.55 | 0.65 | 0.36 | 9.62 | 0.49 | 0.43 |
| Hex | A2 | 49 | 38 | 0 | 37 | 41 | 24 | A | 31 | 2B |
| Octal | 242 | 111 | 70 | 0 | 67 | 101 | 44 | 12 | 61 | 53 |
| Binary | 10100010 | 1001001 | 111000 | 0 | 110111 | 1000001 | 100100 | 1010 | 110001 | 101011 |
Color Harmonies of #A24938
Complementary color
Monochromatic Colors of #A24938
Black with #A24938
Text Example
Text Example
White with #A24938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24938; }
p { color: rgb(162,73,56); }
H1.HeaderClassName
{
color: #A24938;
}
.AnyTagClassName
{
color: #A24938;
}
</style>
background-color css
<style>
a { background-color: #A24938; }
a { background-color: rgb(162,73,56); }
div.DivClassName
{
background-color: #A24938;
}
.BgClassName
{
background-color: #A24938;
}
</style>
border-color css
<style>
span { border-color: #A24938; }
span { border-color: rgb(162,73,56); }
td.TdClassName
{
border-color: #A24938;
}
.TagClassName
{
border-color: #A24938;
}
</style>