Shades of Rouge #AA4061
Tints of Rouge #AA4061
RGB
CMYK
RGB Variations
Color information
#AA4061 (or 0xAA4061) is known color: Rouge. HEX triplet: AA, 40 and 61. RGB value is (170,64,97). Sum of RGB (Red+Green+Blue) = 170+64+97=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4061 is #55BF9E. Grayscale: #636363. Windows color (decimal): -5619615 or 6373546. OLE color: 6373546.
HSL color Cylindrical-coordinate representation of color #AA4061: hue angle of 341.32º 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 #AA4061 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 97 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.33 |
| HSL | 341.32º | 0.45% | 0.46% | - |
| HSV(B) | 341.32º | 0.62% | 0.67% | - |
| XYZ | 20.57 | 13.08 | 12.75 | - |
| YUV | 99.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 97 | 0 | 0.62 | 0.43 | 0.33 | 341.32 | 0.45 | 0.46 |
| Hex | AA | 40 | 61 | 0 | 3E | 2B | 21 | 155 | 2D | 2E |
| Octal | 252 | 100 | 141 | 0 | 76 | 53 | 41 | 525 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1100001 | 0 | 111110 | 101011 | 100001 | 101010101 | 101101 | 101110 |
Color Harmonies of #AA4061
Complementary color
Monochromatic Colors of #AA4061
Black with #AA4061
Text Example
Text Example
White with #AA4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4061; }
p { color: rgb(170,64,97); }
H1.HeaderClassName
{
color: #AA4061;
}
.AnyTagClassName
{
color: #AA4061;
}
</style>
background-color css
<style>
a { background-color: #AA4061; }
a { background-color: rgb(170,64,97); }
div.DivClassName
{
background-color: #AA4061;
}
.BgClassName
{
background-color: #AA4061;
}
</style>
border-color css
<style>
span { border-color: #AA4061; }
span { border-color: rgb(170,64,97); }
td.TdClassName
{
border-color: #AA4061;
}
.TagClassName
{
border-color: #AA4061;
}
</style>