Shades of Rouge #AA406A
Tints of Rouge #AA406A
RGB
CMYK
RGB Variations
Color information
#AA406A (or 0xAA406A) is known color: Rouge. HEX triplet: AA, 40 and 6A. RGB value is (170,64,106). Sum of RGB (Red+Green+Blue) = 170+64+106=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA406A is #55BF95. Grayscale: #646464. Windows color (decimal): -5619606 or 6963370. OLE color: 6963370.
HSL color Cylindrical-coordinate representation of color #AA406A: hue angle of 336.23º 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 #AA406A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 106 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.33 |
| HSL | 336.23º | 0.45% | 0.46% | - |
| HSV(B) | 336.23º | 0.62% | 0.67% | - |
| XYZ | 21.01 | 13.25 | 15.09 | - |
| YUV | 100.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 106 | 0 | 0.62 | 0.38 | 0.33 | 336.23 | 0.45 | 0.46 |
| Hex | AA | 40 | 6A | 0 | 3E | 26 | 21 | 150 | 2D | 2E |
| Octal | 252 | 100 | 152 | 0 | 76 | 46 | 41 | 520 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1101010 | 0 | 111110 | 100110 | 100001 | 101010000 | 101101 | 101110 |
Color Harmonies of #AA406A
Complementary color
Monochromatic Colors of #AA406A
Black with #AA406A
Text Example
Text Example
White with #AA406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA406A; }
p { color: rgb(170,64,106); }
H1.HeaderClassName
{
color: #AA406A;
}
.AnyTagClassName
{
color: #AA406A;
}
</style>
background-color css
<style>
a { background-color: #AA406A; }
a { background-color: rgb(170,64,106); }
div.DivClassName
{
background-color: #AA406A;
}
.BgClassName
{
background-color: #AA406A;
}
</style>
border-color css
<style>
span { border-color: #AA406A; }
span { border-color: rgb(170,64,106); }
td.TdClassName
{
border-color: #AA406A;
}
.TagClassName
{
border-color: #AA406A;
}
</style>