Shades of Vin Rouge #A05B68
Tints of Vin Rouge #A05B68
RGB
CMYK
RGB Variations
Color information
#A05B68 (or 0xA05B68) is known color: Vin Rouge. HEX triplet: A0, 5B and 68. RGB value is (160,91,104). Sum of RGB (Red+Green+Blue) = 160+91+104=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B68 is #5FA497. Grayscale: #717171. Windows color (decimal): -6268056 or 6839200. OLE color: 6839200.
HSL color Cylindrical-coordinate representation of color #A05B68: hue angle of 348.7º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05B68 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 91 | 104 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.37 |
| HSL | 348.7º | 0.27% | 0.49% | - |
| HSV(B) | 348.7º | 0.43% | 0.63% | - |
| XYZ | 20.74 | 15.96 | 15.08 | - |
| YUV | 113.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 104 | 0 | 0.43 | 0.35 | 0.37 | 348.7 | 0.27 | 0.49 |
| Hex | A0 | 5B | 68 | 0 | 2B | 23 | 25 | 15D | 1B | 31 |
| Octal | 240 | 133 | 150 | 0 | 53 | 43 | 45 | 535 | 33 | 61 |
| Binary | 10100000 | 1011011 | 1101000 | 0 | 101011 | 100011 | 100101 | 101011101 | 11011 | 110001 |
Color Harmonies of #A05B68
Complementary color
Monochromatic Colors of #A05B68
Black with #A05B68
Text Example
Text Example
White with #A05B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05B68; }
p { color: rgb(160,91,104); }
H1.HeaderClassName
{
color: #A05B68;
}
.AnyTagClassName
{
color: #A05B68;
}
</style>
background-color css
<style>
a { background-color: #A05B68; }
a { background-color: rgb(160,91,104); }
div.DivClassName
{
background-color: #A05B68;
}
.BgClassName
{
background-color: #A05B68;
}
</style>
border-color css
<style>
span { border-color: #A05B68; }
span { border-color: rgb(160,91,104); }
td.TdClassName
{
border-color: #A05B68;
}
.TagClassName
{
border-color: #A05B68;
}
</style>