Shades of Vin Rouge #A45468
Tints of Vin Rouge #A45468
RGB
CMYK
RGB Variations
Color information
#A45468 (or 0xA45468) is known color: Vin Rouge. HEX triplet: A4, 54 and 68. RGB value is (164,84,104). Sum of RGB (Red+Green+Blue) = 164+84+104=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A45468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45468 is #5BAB97. Grayscale: #6E6E6E. Windows color (decimal): -6007704 or 6837412. OLE color: 6837412.
HSL color Cylindrical-coordinate representation of color #A45468: hue angle of 345º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45468 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 104 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.36 |
| HSL | 345º | 0.32% | 0.49% | - |
| HSV(B) | 345º | 0.49% | 0.64% | - |
| XYZ | 20.98 | 15.23 | 14.93 | - |
| YUV | 110.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 104 | 0 | 0.49 | 0.37 | 0.36 | 345 | 0.32 | 0.49 |
| Hex | A4 | 54 | 68 | 0 | 31 | 25 | 24 | 159 | 20 | 31 |
| Octal | 244 | 124 | 150 | 0 | 61 | 45 | 44 | 531 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1101000 | 0 | 110001 | 100101 | 100100 | 101011001 | 100000 | 110001 |
Color Harmonies of #A45468
Complementary color
Monochromatic Colors of #A45468
Black with #A45468
Text Example
Text Example
White with #A45468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45468; }
p { color: rgb(164,84,104); }
H1.HeaderClassName
{
color: #A45468;
}
.AnyTagClassName
{
color: #A45468;
}
</style>
background-color css
<style>
a { background-color: #A45468; }
a { background-color: rgb(164,84,104); }
div.DivClassName
{
background-color: #A45468;
}
.BgClassName
{
background-color: #A45468;
}
</style>
border-color css
<style>
span { border-color: #A45468; }
span { border-color: rgb(164,84,104); }
td.TdClassName
{
border-color: #A45468;
}
.TagClassName
{
border-color: #A45468;
}
</style>