Shades of Rouge #A4496D
Tints of Rouge #A4496D
RGB
CMYK
RGB Variations
Color information
#A4496D (or 0xA4496D) is known color: Rouge. HEX triplet: A4, 49 and 6D. RGB value is (164,73,109). Sum of RGB (Red+Green+Blue) = 164+73+109=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4496D is #5BB692. Grayscale: #686868. Windows color (decimal): -6010515 or 7162276. OLE color: 7162276.
HSL color Cylindrical-coordinate representation of color #A4496D: hue angle of 336.26º 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 #A4496D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 109 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.36 |
| HSL | 336.26º | 0.38% | 0.46% | - |
| HSV(B) | 336.26º | 0.55% | 0.64% | - |
| XYZ | 20.45 | 13.76 | 16.05 | - |
| YUV | 104.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 109 | 0 | 0.55 | 0.34 | 0.36 | 336.26 | 0.38 | 0.46 |
| Hex | A4 | 49 | 6D | 0 | 37 | 22 | 24 | 150 | 26 | 2E |
| Octal | 244 | 111 | 155 | 0 | 67 | 42 | 44 | 520 | 46 | 56 |
| Binary | 10100100 | 1001001 | 1101101 | 0 | 110111 | 100010 | 100100 | 101010000 | 100110 | 101110 |
Color Harmonies of #A4496D
Complementary color
Monochromatic Colors of #A4496D
Black with #A4496D
Text Example
Text Example
White with #A4496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4496D; }
p { color: rgb(164,73,109); }
H1.HeaderClassName
{
color: #A4496D;
}
.AnyTagClassName
{
color: #A4496D;
}
</style>
background-color css
<style>
a { background-color: #A4496D; }
a { background-color: rgb(164,73,109); }
div.DivClassName
{
background-color: #A4496D;
}
.BgClassName
{
background-color: #A4496D;
}
</style>
border-color css
<style>
span { border-color: #A4496D; }
span { border-color: rgb(164,73,109); }
td.TdClassName
{
border-color: #A4496D;
}
.TagClassName
{
border-color: #A4496D;
}
</style>