Shades of Rouge #AA416A
Tints of Rouge #AA416A
RGB
CMYK
RGB Variations
Color information
#AA416A (or 0xAA416A) is known color: Rouge. HEX triplet: AA, 41 and 6A. RGB value is (170,65,106). Sum of RGB (Red+Green+Blue) = 170+65+106=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA416A is #55BE95. Grayscale: #656565. Windows color (decimal): -5619350 or 6963626. OLE color: 6963626.
HSL color Cylindrical-coordinate representation of color #AA416A: hue angle of 336.57º 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 #AA416A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 106 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.33 |
| HSL | 336.57º | 0.45% | 0.46% | - |
| HSV(B) | 336.57º | 0.62% | 0.67% | - |
| XYZ | 21.07 | 13.37 | 15.11 | - |
| YUV | 101.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 106 | 0 | 0.62 | 0.38 | 0.33 | 336.57 | 0.45 | 0.46 |
| Hex | AA | 41 | 6A | 0 | 3E | 26 | 21 | 151 | 2D | 2E |
| Octal | 252 | 101 | 152 | 0 | 76 | 46 | 41 | 521 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1101010 | 0 | 111110 | 100110 | 100001 | 101010001 | 101101 | 101110 |
Color Harmonies of #AA416A
Complementary color
Monochromatic Colors of #AA416A
Black with #AA416A
Text Example
Text Example
White with #AA416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA416A; }
p { color: rgb(170,65,106); }
H1.HeaderClassName
{
color: #AA416A;
}
.AnyTagClassName
{
color: #AA416A;
}
</style>
background-color css
<style>
a { background-color: #AA416A; }
a { background-color: rgb(170,65,106); }
div.DivClassName
{
background-color: #AA416A;
}
.BgClassName
{
background-color: #AA416A;
}
</style>
border-color css
<style>
span { border-color: #AA416A; }
span { border-color: rgb(170,65,106); }
td.TdClassName
{
border-color: #AA416A;
}
.TagClassName
{
border-color: #AA416A;
}
</style>