Shades of Rouge #A3496E
Tints of Rouge #A3496E
RGB
CMYK
RGB Variations
Color information
#A3496E (or 0xA3496E) is known color: Rouge. HEX triplet: A3, 49 and 6E. RGB value is (163,73,110). Sum of RGB (Red+Green+Blue) = 163+73+110=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496E is #5CB691. Grayscale: #686868. Windows color (decimal): -6076050 or 7227811. OLE color: 7227811.
HSL color Cylindrical-coordinate representation of color #A3496E: hue angle of 335.33º 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 #A3496E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 110 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.36 |
| HSL | 335.33º | 0.38% | 0.46% | - |
| HSV(B) | 335.33º | 0.55% | 0.64% | - |
| XYZ | 20.3 | 13.68 | 16.32 | - |
| YUV | 104.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 110 | 0 | 0.55 | 0.33 | 0.36 | 335.33 | 0.38 | 0.46 |
| Hex | A3 | 49 | 6E | 0 | 37 | 21 | 24 | 14F | 26 | 2E |
| Octal | 243 | 111 | 156 | 0 | 67 | 41 | 44 | 517 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1101110 | 0 | 110111 | 100001 | 100100 | 101001111 | 100110 | 101110 |
Color Harmonies of #A3496E
Complementary color
Monochromatic Colors of #A3496E
Black with #A3496E
Text Example
Text Example
White with #A3496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3496E; }
p { color: rgb(163,73,110); }
H1.HeaderClassName
{
color: #A3496E;
}
.AnyTagClassName
{
color: #A3496E;
}
</style>
background-color css
<style>
a { background-color: #A3496E; }
a { background-color: rgb(163,73,110); }
div.DivClassName
{
background-color: #A3496E;
}
.BgClassName
{
background-color: #A3496E;
}
</style>
border-color css
<style>
span { border-color: #A3496E; }
span { border-color: rgb(163,73,110); }
td.TdClassName
{
border-color: #A3496E;
}
.TagClassName
{
border-color: #A3496E;
}
</style>