Shades of Rouge #AA416B
Tints of Rouge #AA416B
RGB
CMYK
RGB Variations
Color information
#AA416B (or 0xAA416B) is known color: Rouge. HEX triplet: AA, 41 and 6B. RGB value is (170,65,107). Sum of RGB (Red+Green+Blue) = 170+65+107=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA416B is #55BE94. Grayscale: #656565. Windows color (decimal): -5619349 or 7029162. OLE color: 7029162.
HSL color Cylindrical-coordinate representation of color #AA416B: hue angle of 336º 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 #AA416B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 107 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.33 |
| HSL | 336º | 0.45% | 0.46% | - |
| HSV(B) | 336º | 0.62% | 0.67% | - |
| XYZ | 21.12 | 13.39 | 15.38 | - |
| YUV | 101.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 107 | 0 | 0.62 | 0.37 | 0.33 | 336 | 0.45 | 0.46 |
| Hex | AA | 41 | 6B | 0 | 3E | 25 | 21 | 150 | 2D | 2E |
| Octal | 252 | 101 | 153 | 0 | 76 | 45 | 41 | 520 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1101011 | 0 | 111110 | 100101 | 100001 | 101010000 | 101101 | 101110 |
Color Harmonies of #AA416B
Complementary color
Monochromatic Colors of #AA416B
Black with #AA416B
Text Example
Text Example
White with #AA416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA416B; }
p { color: rgb(170,65,107); }
H1.HeaderClassName
{
color: #AA416B;
}
.AnyTagClassName
{
color: #AA416B;
}
</style>
background-color css
<style>
a { background-color: #AA416B; }
a { background-color: rgb(170,65,107); }
div.DivClassName
{
background-color: #AA416B;
}
.BgClassName
{
background-color: #AA416B;
}
</style>
border-color css
<style>
span { border-color: #AA416B; }
span { border-color: rgb(170,65,107); }
td.TdClassName
{
border-color: #AA416B;
}
.TagClassName
{
border-color: #AA416B;
}
</style>