Shades of Rouge #AA296B
Tints of Rouge #AA296B
RGB
CMYK
RGB Variations
Color information
#AA296B (or 0xAA296B) is known color: Rouge. HEX triplet: AA, 29 and 6B. RGB value is (170,41,107). Sum of RGB (Red+Green+Blue) = 170+41+107=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296B is #55D694. Grayscale: #565656. Windows color (decimal): -5625493 or 7023018. OLE color: 7023018.
HSL color Cylindrical-coordinate representation of color #AA296B: hue angle of 329.3º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA296B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 107 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.33 |
| HSL | 329.3º | 0.61% | 0.41% | - |
| HSV(B) | 329.3º | 0.76% | 0.67% | - |
| XYZ | 20.02 | 11.19 | 15.02 | - |
| YUV | 87.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 107 | 0 | 0.76 | 0.37 | 0.33 | 329.3 | 0.61 | 0.41 |
| Hex | AA | 29 | 6B | 0 | 4C | 25 | 21 | 149 | 3D | 29 |
| Octal | 252 | 51 | 153 | 0 | 114 | 45 | 41 | 511 | 75 | 51 |
| Binary | 10101010 | 101001 | 1101011 | 0 | 1001100 | 100101 | 100001 | 101001001 | 111101 | 101001 |
Color Harmonies of #AA296B
Complementary color
Monochromatic Colors of #AA296B
Black with #AA296B
Text Example
Text Example
White with #AA296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA296B; }
p { color: rgb(170,41,107); }
H1.HeaderClassName
{
color: #AA296B;
}
.AnyTagClassName
{
color: #AA296B;
}
</style>
background-color css
<style>
a { background-color: #AA296B; }
a { background-color: rgb(170,41,107); }
div.DivClassName
{
background-color: #AA296B;
}
.BgClassName
{
background-color: #AA296B;
}
</style>
border-color css
<style>
span { border-color: #AA296B; }
span { border-color: rgb(170,41,107); }
td.TdClassName
{
border-color: #AA296B;
}
.TagClassName
{
border-color: #AA296B;
}
</style>