Shades of Vin Rouge #A45A69
Tints of Vin Rouge #A45A69
RGB
CMYK
RGB Variations
Color information
#A45A69 (or 0xA45A69) is known color: Vin Rouge. HEX triplet: A4, 5A and 69. RGB value is (164,90,105). Sum of RGB (Red+Green+Blue) = 164+90+105=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A69 is #5BA596. Grayscale: #717171. Windows color (decimal): -6006167 or 6904484. OLE color: 6904484.
HSL color Cylindrical-coordinate representation of color #A45A69: hue angle of 347.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A69 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 105 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.36 |
| HSL | 347.84º | 0.29% | 0.5% | - |
| HSV(B) | 347.84º | 0.45% | 0.64% | - |
| XYZ | 21.52 | 16.22 | 15.36 | - |
| YUV | 113.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 105 | 0 | 0.45 | 0.36 | 0.36 | 347.84 | 0.29 | 0.5 |
| Hex | A4 | 5A | 69 | 0 | 2D | 24 | 24 | 15C | 1D | 32 |
| Octal | 244 | 132 | 151 | 0 | 55 | 44 | 44 | 534 | 35 | 62 |
| Binary | 10100100 | 1011010 | 1101001 | 0 | 101101 | 100100 | 100100 | 101011100 | 11101 | 110010 |
Color Harmonies of #A45A69
Complementary color
Monochromatic Colors of #A45A69
Black with #A45A69
Text Example
Text Example
White with #A45A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A69; }
p { color: rgb(164,90,105); }
H1.HeaderClassName
{
color: #A45A69;
}
.AnyTagClassName
{
color: #A45A69;
}
</style>
background-color css
<style>
a { background-color: #A45A69; }
a { background-color: rgb(164,90,105); }
div.DivClassName
{
background-color: #A45A69;
}
.BgClassName
{
background-color: #A45A69;
}
</style>
border-color css
<style>
span { border-color: #A45A69; }
span { border-color: rgb(164,90,105); }
td.TdClassName
{
border-color: #A45A69;
}
.TagClassName
{
border-color: #A45A69;
}
</style>