Shades of Rouge #AA4162
Tints of Rouge #AA4162
RGB
CMYK
RGB Variations
Color information
#AA4162 (or 0xAA4162) is known color: Rouge. HEX triplet: AA, 41 and 62. RGB value is (170,65,98). Sum of RGB (Red+Green+Blue) = 170+65+98=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4162 is #55BE9D. Grayscale: #646464. Windows color (decimal): -5619358 or 6439338. OLE color: 6439338.
HSL color Cylindrical-coordinate representation of color #AA4162: hue angle of 341.14º 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 #AA4162 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 98 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.33 |
| HSL | 341.14º | 0.45% | 0.46% | - |
| HSV(B) | 341.14º | 0.62% | 0.67% | - |
| XYZ | 20.67 | 13.21 | 13.02 | - |
| YUV | 100.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 98 | 0 | 0.62 | 0.42 | 0.33 | 341.14 | 0.45 | 0.46 |
| Hex | AA | 41 | 62 | 0 | 3E | 2A | 21 | 155 | 2D | 2E |
| Octal | 252 | 101 | 142 | 0 | 76 | 52 | 41 | 525 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1100010 | 0 | 111110 | 101010 | 100001 | 101010101 | 101101 | 101110 |
Color Harmonies of #AA4162
Complementary color
Monochromatic Colors of #AA4162
Black with #AA4162
Text Example
Text Example
White with #AA4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4162; }
p { color: rgb(170,65,98); }
H1.HeaderClassName
{
color: #AA4162;
}
.AnyTagClassName
{
color: #AA4162;
}
</style>
background-color css
<style>
a { background-color: #AA4162; }
a { background-color: rgb(170,65,98); }
div.DivClassName
{
background-color: #AA4162;
}
.BgClassName
{
background-color: #AA4162;
}
</style>
border-color css
<style>
span { border-color: #AA4162; }
span { border-color: rgb(170,65,98); }
td.TdClassName
{
border-color: #AA4162;
}
.TagClassName
{
border-color: #AA4162;
}
</style>