Shades of Rouge #A9296C
Tints of Rouge #A9296C
RGB
CMYK
RGB Variations
Color information
#A9296C (or 0xA9296C) is known color: Rouge. HEX triplet: A9, 29 and 6C. RGB value is (169,41,108). Sum of RGB (Red+Green+Blue) = 169+41+108=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9296C is #56D693. Grayscale: #565656. Windows color (decimal): -5691028 or 7088553. OLE color: 7088553.
HSL color Cylindrical-coordinate representation of color #A9296C: hue angle of 328.59º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9296C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 108 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.34 |
| HSL | 328.59º | 0.61% | 0.41% | - |
| HSV(B) | 328.59º | 0.76% | 0.66% | - |
| XYZ | 19.86 | 11.1 | 15.28 | - |
| YUV | 86.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 108 | 0 | 0.76 | 0.36 | 0.34 | 328.59 | 0.61 | 0.41 |
| Hex | A9 | 29 | 6C | 0 | 4C | 24 | 22 | 149 | 3D | 29 |
| Octal | 251 | 51 | 154 | 0 | 114 | 44 | 42 | 511 | 75 | 51 |
| Binary | 10101001 | 101001 | 1101100 | 0 | 1001100 | 100100 | 100010 | 101001001 | 111101 | 101001 |
Color Harmonies of #A9296C
Complementary color
Monochromatic Colors of #A9296C
Black with #A9296C
Text Example
Text Example
White with #A9296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9296C; }
p { color: rgb(169,41,108); }
H1.HeaderClassName
{
color: #A9296C;
}
.AnyTagClassName
{
color: #A9296C;
}
</style>
background-color css
<style>
a { background-color: #A9296C; }
a { background-color: rgb(169,41,108); }
div.DivClassName
{
background-color: #A9296C;
}
.BgClassName
{
background-color: #A9296C;
}
</style>
border-color css
<style>
span { border-color: #A9296C; }
span { border-color: rgb(169,41,108); }
td.TdClassName
{
border-color: #A9296C;
}
.TagClassName
{
border-color: #A9296C;
}
</style>