Shades of Vin Rouge #A45C68
Tints of Vin Rouge #A45C68
RGB
CMYK
RGB Variations
Color information
#A45C68 (or 0xA45C68) is known color: Vin Rouge. HEX triplet: A4, 5C and 68. RGB value is (164,92,104). Sum of RGB (Red+Green+Blue) = 164+92+104=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C68 is #5BA397. Grayscale: #727272. Windows color (decimal): -6005656 or 6839460. OLE color: 6839460.
HSL color Cylindrical-coordinate representation of color #A45C68: hue angle of 350º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45C68 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 104 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.36 |
| HSL | 350º | 0.28% | 0.5% | - |
| HSV(B) | 350º | 0.44% | 0.64% | - |
| XYZ | 21.64 | 16.55 | 15.15 | - |
| YUV | 114.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 104 | 0 | 0.44 | 0.37 | 0.36 | 350 | 0.28 | 0.5 |
| Hex | A4 | 5C | 68 | 0 | 2C | 25 | 24 | 15E | 1C | 32 |
| Octal | 244 | 134 | 150 | 0 | 54 | 45 | 44 | 536 | 34 | 62 |
| Binary | 10100100 | 1011100 | 1101000 | 0 | 101100 | 100101 | 100100 | 101011110 | 11100 | 110010 |
Color Harmonies of #A45C68
Complementary color
Monochromatic Colors of #A45C68
Black with #A45C68
Text Example
Text Example
White with #A45C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C68; }
p { color: rgb(164,92,104); }
H1.HeaderClassName
{
color: #A45C68;
}
.AnyTagClassName
{
color: #A45C68;
}
</style>
background-color css
<style>
a { background-color: #A45C68; }
a { background-color: rgb(164,92,104); }
div.DivClassName
{
background-color: #A45C68;
}
.BgClassName
{
background-color: #A45C68;
}
</style>
border-color css
<style>
span { border-color: #A45C68; }
span { border-color: rgb(164,92,104); }
td.TdClassName
{
border-color: #A45C68;
}
.TagClassName
{
border-color: #A45C68;
}
</style>