Shades of Vin Rouge #A35268
Tints of Vin Rouge #A35268
RGB
CMYK
RGB Variations
Color information
#A35268 (or 0xA35268) is known color: Vin Rouge. HEX triplet: A3, 52 and 68. RGB value is (163,82,104). Sum of RGB (Red+Green+Blue) = 163+82+104=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35268 is #5CAD97. Grayscale: #6C6C6C. Windows color (decimal): -6073752 or 6836899. OLE color: 6836899.
HSL color Cylindrical-coordinate representation of color #A35268: hue angle of 343.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35268 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 104 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.36 |
| HSL | 343.7º | 0.33% | 0.48% | - |
| HSV(B) | 343.7º | 0.5% | 0.64% | - |
| XYZ | 20.62 | 14.82 | 14.87 | - |
| YUV | 108.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 104 | 0 | 0.50 | 0.36 | 0.36 | 343.7 | 0.33 | 0.48 |
| Hex | A3 | 52 | 68 | 0 | 32 | 24 | 24 | 158 | 21 | 30 |
| Octal | 243 | 122 | 150 | 0 | 62 | 44 | 44 | 530 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1101000 | 0 | 110010 | 100100 | 100100 | 101011000 | 100001 | 110000 |
Color Harmonies of #A35268
Complementary color
Monochromatic Colors of #A35268
Black with #A35268
Text Example
Text Example
White with #A35268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35268; }
p { color: rgb(163,82,104); }
H1.HeaderClassName
{
color: #A35268;
}
.AnyTagClassName
{
color: #A35268;
}
</style>
background-color css
<style>
a { background-color: #A35268; }
a { background-color: rgb(163,82,104); }
div.DivClassName
{
background-color: #A35268;
}
.BgClassName
{
background-color: #A35268;
}
</style>
border-color css
<style>
span { border-color: #A35268; }
span { border-color: rgb(163,82,104); }
td.TdClassName
{
border-color: #A35268;
}
.TagClassName
{
border-color: #A35268;
}
</style>