Shades of Vin Rouge #A45768
Tints of Vin Rouge #A45768
RGB
CMYK
RGB Variations
Color information
#A45768 (or 0xA45768) is known color: Vin Rouge. HEX triplet: A4, 57 and 68. RGB value is (164,87,104). Sum of RGB (Red+Green+Blue) = 164+87+104=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A45768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45768 is #5BA897. Grayscale: #6F6F6F. Windows color (decimal): -6006936 or 6838180. OLE color: 6838180.
HSL color Cylindrical-coordinate representation of color #A45768: hue angle of 346.75º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A45768 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 87 | 104 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.36 |
| HSL | 346.75º | 0.31% | 0.49% | - |
| HSV(B) | 346.75º | 0.47% | 0.64% | - |
| XYZ | 21.22 | 15.71 | 15.01 | - |
| YUV | 111.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 104 | 0 | 0.47 | 0.37 | 0.36 | 346.75 | 0.31 | 0.49 |
| Hex | A4 | 57 | 68 | 0 | 2F | 25 | 24 | 15B | 1F | 31 |
| Octal | 244 | 127 | 150 | 0 | 57 | 45 | 44 | 533 | 37 | 61 |
| Binary | 10100100 | 1010111 | 1101000 | 0 | 101111 | 100101 | 100100 | 101011011 | 11111 | 110001 |
Color Harmonies of #A45768
Complementary color
Monochromatic Colors of #A45768
Black with #A45768
Text Example
Text Example
White with #A45768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45768; }
p { color: rgb(164,87,104); }
H1.HeaderClassName
{
color: #A45768;
}
.AnyTagClassName
{
color: #A45768;
}
</style>
background-color css
<style>
a { background-color: #A45768; }
a { background-color: rgb(164,87,104); }
div.DivClassName
{
background-color: #A45768;
}
.BgClassName
{
background-color: #A45768;
}
</style>
border-color css
<style>
span { border-color: #A45768; }
span { border-color: rgb(164,87,104); }
td.TdClassName
{
border-color: #A45768;
}
.TagClassName
{
border-color: #A45768;
}
</style>