Shades of Vin Rouge #A4586E
Tints of Vin Rouge #A4586E
RGB
CMYK
RGB Variations
Color information
#A4586E (or 0xA4586E) is known color: Vin Rouge. HEX triplet: A4, 58 and 6E. RGB value is (164,88,110). Sum of RGB (Red+Green+Blue) = 164+88+110=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4586E is #5BA791. Grayscale: #717171. Windows color (decimal): -6006674 or 7231652. OLE color: 7231652.
HSL color Cylindrical-coordinate representation of color #A4586E: hue angle of 342.63º 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 #A4586E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 110 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.36 |
| HSL | 342.63º | 0.3% | 0.49% | - |
| HSV(B) | 342.63º | 0.46% | 0.64% | - |
| XYZ | 21.61 | 16 | 16.7 | - |
| YUV | 113.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 110 | 0 | 0.46 | 0.33 | 0.36 | 342.63 | 0.3 | 0.49 |
| Hex | A4 | 58 | 6E | 0 | 2E | 21 | 24 | 157 | 1E | 31 |
| Octal | 244 | 130 | 156 | 0 | 56 | 41 | 44 | 527 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1101110 | 0 | 101110 | 100001 | 100100 | 101010111 | 11110 | 110001 |
Color Harmonies of #A4586E
Complementary color
Monochromatic Colors of #A4586E
Black with #A4586E
Text Example
Text Example
White with #A4586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4586E; }
p { color: rgb(164,88,110); }
H1.HeaderClassName
{
color: #A4586E;
}
.AnyTagClassName
{
color: #A4586E;
}
</style>
background-color css
<style>
a { background-color: #A4586E; }
a { background-color: rgb(164,88,110); }
div.DivClassName
{
background-color: #A4586E;
}
.BgClassName
{
background-color: #A4586E;
}
</style>
border-color css
<style>
span { border-color: #A4586E; }
span { border-color: rgb(164,88,110); }
td.TdClassName
{
border-color: #A4586E;
}
.TagClassName
{
border-color: #A4586E;
}
</style>