Shades of Vin Rouge #A4586D
Tints of Vin Rouge #A4586D
RGB
CMYK
RGB Variations
Color information
#A4586D (or 0xA4586D) is known color: Vin Rouge. HEX triplet: A4, 58 and 6D. RGB value is (164,88,109). Sum of RGB (Red+Green+Blue) = 164+88+109=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4586D is #5BA792. Grayscale: #717171. Windows color (decimal): -6006675 or 7166116. OLE color: 7166116.
HSL color Cylindrical-coordinate representation of color #A4586D: hue angle of 343.42º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4586D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 109 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.36 |
| HSL | 343.42º | 0.3% | 0.49% | - |
| HSV(B) | 343.42º | 0.46% | 0.64% | - |
| XYZ | 21.56 | 15.98 | 16.42 | - |
| YUV | 113.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 109 | 0 | 0.46 | 0.34 | 0.36 | 343.42 | 0.3 | 0.49 |
| Hex | A4 | 58 | 6D | 0 | 2E | 22 | 24 | 157 | 1E | 31 |
| Octal | 244 | 130 | 155 | 0 | 56 | 42 | 44 | 527 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1101101 | 0 | 101110 | 100010 | 100100 | 101010111 | 11110 | 110001 |
Color Harmonies of #A4586D
Complementary color
Monochromatic Colors of #A4586D
Black with #A4586D
Text Example
Text Example
White with #A4586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4586D; }
p { color: rgb(164,88,109); }
H1.HeaderClassName
{
color: #A4586D;
}
.AnyTagClassName
{
color: #A4586D;
}
</style>
background-color css
<style>
a { background-color: #A4586D; }
a { background-color: rgb(164,88,109); }
div.DivClassName
{
background-color: #A4586D;
}
.BgClassName
{
background-color: #A4586D;
}
</style>
border-color css
<style>
span { border-color: #A4586D; }
span { border-color: rgb(164,88,109); }
td.TdClassName
{
border-color: #A4586D;
}
.TagClassName
{
border-color: #A4586D;
}
</style>