Shades of Rouge #A4496C
Tints of Rouge #A4496C
RGB
CMYK
RGB Variations
Color information
#A4496C (or 0xA4496C) is known color: Rouge. HEX triplet: A4, 49 and 6C. RGB value is (164,73,108). Sum of RGB (Red+Green+Blue) = 164+73+108=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4496C is #5BB693. Grayscale: #686868. Windows color (decimal): -6010516 or 7096740. OLE color: 7096740.
HSL color Cylindrical-coordinate representation of color #A4496C: hue angle of 336.92º 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 #A4496C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 108 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.36 |
| HSL | 336.92º | 0.38% | 0.46% | - |
| HSV(B) | 336.92º | 0.55% | 0.64% | - |
| XYZ | 20.4 | 13.74 | 15.76 | - |
| YUV | 104.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 108 | 0 | 0.55 | 0.34 | 0.36 | 336.92 | 0.38 | 0.46 |
| Hex | A4 | 49 | 6C | 0 | 37 | 22 | 24 | 151 | 26 | 2E |
| Octal | 244 | 111 | 154 | 0 | 67 | 42 | 44 | 521 | 46 | 56 |
| Binary | 10100100 | 1001001 | 1101100 | 0 | 110111 | 100010 | 100100 | 101010001 | 100110 | 101110 |
Color Harmonies of #A4496C
Complementary color
Monochromatic Colors of #A4496C
Black with #A4496C
Text Example
Text Example
White with #A4496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4496C; }
p { color: rgb(164,73,108); }
H1.HeaderClassName
{
color: #A4496C;
}
.AnyTagClassName
{
color: #A4496C;
}
</style>
background-color css
<style>
a { background-color: #A4496C; }
a { background-color: rgb(164,73,108); }
div.DivClassName
{
background-color: #A4496C;
}
.BgClassName
{
background-color: #A4496C;
}
</style>
border-color css
<style>
span { border-color: #A4496C; }
span { border-color: rgb(164,73,108); }
td.TdClassName
{
border-color: #A4496C;
}
.TagClassName
{
border-color: #A4496C;
}
</style>