Shades of Rouge #A3496D
Tints of Rouge #A3496D
RGB
CMYK
RGB Variations
Color information
#A3496D (or 0xA3496D) is known color: Rouge. HEX triplet: A3, 49 and 6D. RGB value is (163,73,109). Sum of RGB (Red+Green+Blue) = 163+73+109=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496D is #5CB692. Grayscale: #676767. Windows color (decimal): -6076051 or 7162275. OLE color: 7162275.
HSL color Cylindrical-coordinate representation of color #A3496D: hue angle of 336º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3496D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 109 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.36 |
| HSL | 336º | 0.38% | 0.46% | - |
| HSV(B) | 336º | 0.55% | 0.64% | - |
| XYZ | 20.25 | 13.66 | 16.04 | - |
| YUV | 104.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 109 | 0 | 0.55 | 0.33 | 0.36 | 336 | 0.38 | 0.46 |
| Hex | A3 | 49 | 6D | 0 | 37 | 21 | 24 | 150 | 26 | 2E |
| Octal | 243 | 111 | 155 | 0 | 67 | 41 | 44 | 520 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1101101 | 0 | 110111 | 100001 | 100100 | 101010000 | 100110 | 101110 |
Color Harmonies of #A3496D
Complementary color
Monochromatic Colors of #A3496D
Black with #A3496D
Text Example
Text Example
White with #A3496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3496D; }
p { color: rgb(163,73,109); }
H1.HeaderClassName
{
color: #A3496D;
}
.AnyTagClassName
{
color: #A3496D;
}
</style>
background-color css
<style>
a { background-color: #A3496D; }
a { background-color: rgb(163,73,109); }
div.DivClassName
{
background-color: #A3496D;
}
.BgClassName
{
background-color: #A3496D;
}
</style>
border-color css
<style>
span { border-color: #A3496D; }
span { border-color: rgb(163,73,109); }
td.TdClassName
{
border-color: #A3496D;
}
.TagClassName
{
border-color: #A3496D;
}
</style>