Shades of Vin Rouge #A5566E
Tints of Vin Rouge #A5566E
RGB
CMYK
RGB Variations
Color information
#A5566E (or 0xA5566E) is known color: Vin Rouge. HEX triplet: A5, 56 and 6E. RGB value is (165,86,110). Sum of RGB (Red+Green+Blue) = 165+86+110=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5566E is #5AA991. Grayscale: #707070. Windows color (decimal): -5941650 or 7231141. OLE color: 7231141.
HSL color Cylindrical-coordinate representation of color #A5566E: hue angle of 341.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5566E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 110 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.35 |
| HSL | 341.77º | 0.31% | 0.49% | - |
| HSV(B) | 341.77º | 0.48% | 0.65% | - |
| XYZ | 21.66 | 15.78 | 16.66 | - |
| YUV | 112.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 110 | 0 | 0.48 | 0.33 | 0.35 | 341.77 | 0.31 | 0.49 |
| Hex | A5 | 56 | 6E | 0 | 30 | 21 | 23 | 156 | 1F | 31 |
| Octal | 245 | 126 | 156 | 0 | 60 | 41 | 43 | 526 | 37 | 61 |
| Binary | 10100101 | 1010110 | 1101110 | 0 | 110000 | 100001 | 100011 | 101010110 | 11111 | 110001 |
Color Harmonies of #A5566E
Complementary color
Monochromatic Colors of #A5566E
Black with #A5566E
Text Example
Text Example
White with #A5566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5566E; }
p { color: rgb(165,86,110); }
H1.HeaderClassName
{
color: #A5566E;
}
.AnyTagClassName
{
color: #A5566E;
}
</style>
background-color css
<style>
a { background-color: #A5566E; }
a { background-color: rgb(165,86,110); }
div.DivClassName
{
background-color: #A5566E;
}
.BgClassName
{
background-color: #A5566E;
}
</style>
border-color css
<style>
span { border-color: #A5566E; }
span { border-color: rgb(165,86,110); }
td.TdClassName
{
border-color: #A5566E;
}
.TagClassName
{
border-color: #A5566E;
}
</style>