Shades of Rouge #A9296B
Tints of Rouge #A9296B
RGB
CMYK
RGB Variations
Color information
#A9296B (or 0xA9296B) is known color: Rouge. HEX triplet: A9, 29 and 6B. RGB value is (169,41,107). Sum of RGB (Red+Green+Blue) = 169+41+107=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9296B is #56D694. Grayscale: #565656. Windows color (decimal): -5691029 or 7023017. OLE color: 7023017.
HSL color Cylindrical-coordinate representation of color #A9296B: hue angle of 329.06º 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 #A9296B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 107 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.34 |
| HSL | 329.06º | 0.61% | 0.41% | - |
| HSV(B) | 329.06º | 0.76% | 0.66% | - |
| XYZ | 19.81 | 11.08 | 15 | - |
| YUV | 86.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 107 | 0 | 0.76 | 0.37 | 0.34 | 329.06 | 0.61 | 0.41 |
| Hex | A9 | 29 | 6B | 0 | 4C | 25 | 22 | 149 | 3D | 29 |
| Octal | 251 | 51 | 153 | 0 | 114 | 45 | 42 | 511 | 75 | 51 |
| Binary | 10101001 | 101001 | 1101011 | 0 | 1001100 | 100101 | 100010 | 101001001 | 111101 | 101001 |
Color Harmonies of #A9296B
Complementary color
Monochromatic Colors of #A9296B
Black with #A9296B
Text Example
Text Example
White with #A9296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9296B; }
p { color: rgb(169,41,107); }
H1.HeaderClassName
{
color: #A9296B;
}
.AnyTagClassName
{
color: #A9296B;
}
</style>
background-color css
<style>
a { background-color: #A9296B; }
a { background-color: rgb(169,41,107); }
div.DivClassName
{
background-color: #A9296B;
}
.BgClassName
{
background-color: #A9296B;
}
</style>
border-color css
<style>
span { border-color: #A9296B; }
span { border-color: rgb(169,41,107); }
td.TdClassName
{
border-color: #A9296B;
}
.TagClassName
{
border-color: #A9296B;
}
</style>