Shades of Rouge #AA416F
Tints of Rouge #AA416F
RGB
CMYK
RGB Variations
Color information
#AA416F (or 0xAA416F) is known color: Rouge. HEX triplet: AA, 41 and 6F. RGB value is (170,65,111). Sum of RGB (Red+Green+Blue) = 170+65+111=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA416F is #55BE90. Grayscale: #656565. Windows color (decimal): -5619345 or 7291306. OLE color: 7291306.
HSL color Cylindrical-coordinate representation of color #AA416F: hue angle of 333.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA416F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 111 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.33 |
| HSL | 333.71º | 0.45% | 0.46% | - |
| HSV(B) | 333.71º | 0.62% | 0.67% | - |
| XYZ | 21.34 | 13.47 | 16.52 | - |
| YUV | 101.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 111 | 0 | 0.62 | 0.35 | 0.33 | 333.71 | 0.45 | 0.46 |
| Hex | AA | 41 | 6F | 0 | 3E | 23 | 21 | 14E | 2D | 2E |
| Octal | 252 | 101 | 157 | 0 | 76 | 43 | 41 | 516 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1101111 | 0 | 111110 | 100011 | 100001 | 101001110 | 101101 | 101110 |
Color Harmonies of #AA416F
Complementary color
Monochromatic Colors of #AA416F
Black with #AA416F
Text Example
Text Example
White with #AA416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA416F; }
p { color: rgb(170,65,111); }
H1.HeaderClassName
{
color: #AA416F;
}
.AnyTagClassName
{
color: #AA416F;
}
</style>
background-color css
<style>
a { background-color: #AA416F; }
a { background-color: rgb(170,65,111); }
div.DivClassName
{
background-color: #AA416F;
}
.BgClassName
{
background-color: #AA416F;
}
</style>
border-color css
<style>
span { border-color: #AA416F; }
span { border-color: rgb(170,65,111); }
td.TdClassName
{
border-color: #AA416F;
}
.TagClassName
{
border-color: #AA416F;
}
</style>