Shades of Vin Rouge #A0575F
Tints of Vin Rouge #A0575F
RGB
CMYK
RGB Variations
Color information
#A0575F (or 0xA0575F) is known color: Vin Rouge. HEX triplet: A0, 57 and 5F. RGB value is (160,87,95). Sum of RGB (Red+Green+Blue) = 160+87+95=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0575F is #5FA8A0. Grayscale: #6D6D6D. Windows color (decimal): -6269089 or 6248352. OLE color: 6248352.
HSL color Cylindrical-coordinate representation of color #A0575F: hue angle of 353.42º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0575F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 95 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.37 |
| HSL | 353.42º | 0.3% | 0.48% | - |
| HSV(B) | 353.42º | 0.46% | 0.63% | - |
| XYZ | 19.97 | 15.12 | 12.69 | - |
| YUV | 109.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 95 | 0 | 0.46 | 0.41 | 0.37 | 353.42 | 0.3 | 0.48 |
| Hex | A0 | 57 | 5F | 0 | 2E | 29 | 25 | 161 | 1E | 30 |
| Octal | 240 | 127 | 137 | 0 | 56 | 51 | 45 | 541 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1011111 | 0 | 101110 | 101001 | 100101 | 101100001 | 11110 | 110000 |
Color Harmonies of #A0575F
Complementary color
Monochromatic Colors of #A0575F
Black with #A0575F
Text Example
Text Example
White with #A0575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0575F; }
p { color: rgb(160,87,95); }
H1.HeaderClassName
{
color: #A0575F;
}
.AnyTagClassName
{
color: #A0575F;
}
</style>
background-color css
<style>
a { background-color: #A0575F; }
a { background-color: rgb(160,87,95); }
div.DivClassName
{
background-color: #A0575F;
}
.BgClassName
{
background-color: #A0575F;
}
</style>
border-color css
<style>
span { border-color: #A0575F; }
span { border-color: rgb(160,87,95); }
td.TdClassName
{
border-color: #A0575F;
}
.TagClassName
{
border-color: #A0575F;
}
</style>