Shades of Vin Rouge #A35269
Tints of Vin Rouge #A35269
RGB
CMYK
RGB Variations
Color information
#A35269 (or 0xA35269) is known color: Vin Rouge. HEX triplet: A3, 52 and 69. RGB value is (163,82,105). Sum of RGB (Red+Green+Blue) = 163+82+105=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A35269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35269 is #5CAD96. Grayscale: #6C6C6C. Windows color (decimal): -6073751 or 6902435. OLE color: 6902435.
HSL color Cylindrical-coordinate representation of color #A35269: hue angle of 342.96º 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 #A35269 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 105 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.36 |
| HSL | 342.96º | 0.33% | 0.48% | - |
| HSV(B) | 342.96º | 0.5% | 0.64% | - |
| XYZ | 20.67 | 14.84 | 15.14 | - |
| YUV | 108.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 105 | 0 | 0.50 | 0.36 | 0.36 | 342.96 | 0.33 | 0.48 |
| Hex | A3 | 52 | 69 | 0 | 32 | 24 | 24 | 157 | 21 | 30 |
| Octal | 243 | 122 | 151 | 0 | 62 | 44 | 44 | 527 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1101001 | 0 | 110010 | 100100 | 100100 | 101010111 | 100001 | 110000 |
Color Harmonies of #A35269
Complementary color
Monochromatic Colors of #A35269
Black with #A35269
Text Example
Text Example
White with #A35269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35269; }
p { color: rgb(163,82,105); }
H1.HeaderClassName
{
color: #A35269;
}
.AnyTagClassName
{
color: #A35269;
}
</style>
background-color css
<style>
a { background-color: #A35269; }
a { background-color: rgb(163,82,105); }
div.DivClassName
{
background-color: #A35269;
}
.BgClassName
{
background-color: #A35269;
}
</style>
border-color css
<style>
span { border-color: #A35269; }
span { border-color: rgb(163,82,105); }
td.TdClassName
{
border-color: #A35269;
}
.TagClassName
{
border-color: #A35269;
}
</style>