Shades of Vin Rouge #A4596C
Tints of Vin Rouge #A4596C
RGB
CMYK
RGB Variations
Color information
#A4596C (or 0xA4596C) is known color: Vin Rouge. HEX triplet: A4, 59 and 6C. RGB value is (164,89,108). Sum of RGB (Red+Green+Blue) = 164+89+108=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4596C is #5BA693. Grayscale: #717171. Windows color (decimal): -6006420 or 7100836. OLE color: 7100836.
HSL color Cylindrical-coordinate representation of color #A4596C: hue angle of 344.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4596C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 108 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.36 |
| HSL | 344.8º | 0.3% | 0.5% | - |
| HSV(B) | 344.8º | 0.46% | 0.64% | - |
| XYZ | 21.59 | 16.12 | 16.16 | - |
| YUV | 113.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 108 | 0 | 0.46 | 0.34 | 0.36 | 344.8 | 0.3 | 0.5 |
| Hex | A4 | 59 | 6C | 0 | 2E | 22 | 24 | 159 | 1E | 32 |
| Octal | 244 | 131 | 154 | 0 | 56 | 42 | 44 | 531 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1101100 | 0 | 101110 | 100010 | 100100 | 101011001 | 11110 | 110010 |
Color Harmonies of #A4596C
Complementary color
Monochromatic Colors of #A4596C
Black with #A4596C
Text Example
Text Example
White with #A4596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4596C; }
p { color: rgb(164,89,108); }
H1.HeaderClassName
{
color: #A4596C;
}
.AnyTagClassName
{
color: #A4596C;
}
</style>
background-color css
<style>
a { background-color: #A4596C; }
a { background-color: rgb(164,89,108); }
div.DivClassName
{
background-color: #A4596C;
}
.BgClassName
{
background-color: #A4596C;
}
</style>
border-color css
<style>
span { border-color: #A4596C; }
span { border-color: rgb(164,89,108); }
td.TdClassName
{
border-color: #A4596C;
}
.TagClassName
{
border-color: #A4596C;
}
</style>