Shades of Vin Rouge #A45166
Tints of Vin Rouge #A45166
RGB
CMYK
RGB Variations
Color information
#A45166 (or 0xA45166) is known color: Vin Rouge. HEX triplet: A4, 51 and 66. RGB value is (164,81,102). Sum of RGB (Red+Green+Blue) = 164+81+102=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A45166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45166 is #5BAE99. Grayscale: #6C6C6C. Windows color (decimal): -6008474 or 6705572. OLE color: 6705572.
HSL color Cylindrical-coordinate representation of color #A45166: hue angle of 344.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45166 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 102 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.36 |
| HSL | 344.82º | 0.34% | 0.48% | - |
| HSV(B) | 344.82º | 0.51% | 0.64% | - |
| XYZ | 20.65 | 14.74 | 14.33 | - |
| YUV | 108.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 102 | 0 | 0.51 | 0.38 | 0.36 | 344.82 | 0.34 | 0.48 |
| Hex | A4 | 51 | 66 | 0 | 33 | 26 | 24 | 159 | 22 | 30 |
| Octal | 244 | 121 | 146 | 0 | 63 | 46 | 44 | 531 | 42 | 60 |
| Binary | 10100100 | 1010001 | 1100110 | 0 | 110011 | 100110 | 100100 | 101011001 | 100010 | 110000 |
Color Harmonies of #A45166
Complementary color
Monochromatic Colors of #A45166
Black with #A45166
Text Example
Text Example
White with #A45166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45166; }
p { color: rgb(164,81,102); }
H1.HeaderClassName
{
color: #A45166;
}
.AnyTagClassName
{
color: #A45166;
}
</style>
background-color css
<style>
a { background-color: #A45166; }
a { background-color: rgb(164,81,102); }
div.DivClassName
{
background-color: #A45166;
}
.BgClassName
{
background-color: #A45166;
}
</style>
border-color css
<style>
span { border-color: #A45166; }
span { border-color: rgb(164,81,102); }
td.TdClassName
{
border-color: #A45166;
}
.TagClassName
{
border-color: #A45166;
}
</style>