Shades of Rouge #AA3F6B
Tints of Rouge #AA3F6B
RGB
CMYK
RGB Variations
Color information
#AA3F6B (or 0xAA3F6B) is known color: Rouge. HEX triplet: AA, 3F and 6B. RGB value is (170,63,107). Sum of RGB (Red+Green+Blue) = 170+63+107=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F6B is #55C094. Grayscale: #636363. Windows color (decimal): -5619861 or 7028650. OLE color: 7028650.
HSL color Cylindrical-coordinate representation of color #AA3F6B: hue angle of 335.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F6B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 107 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.33 |
| HSL | 335.33º | 0.46% | 0.46% | - |
| HSV(B) | 335.33º | 0.63% | 0.67% | - |
| XYZ | 21.01 | 13.16 | 15.34 | - |
| YUV | 100.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 107 | 0 | 0.63 | 0.37 | 0.33 | 335.33 | 0.46 | 0.46 |
| Hex | AA | 3F | 6B | 0 | 3F | 25 | 21 | 14F | 2E | 2E |
| Octal | 252 | 77 | 153 | 0 | 77 | 45 | 41 | 517 | 56 | 56 |
| Binary | 10101010 | 111111 | 1101011 | 0 | 111111 | 100101 | 100001 | 101001111 | 101110 | 101110 |
Color Harmonies of #AA3F6B
Complementary color
Monochromatic Colors of #AA3F6B
Black with #AA3F6B
Text Example
Text Example
White with #AA3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F6B; }
p { color: rgb(170,63,107); }
H1.HeaderClassName
{
color: #AA3F6B;
}
.AnyTagClassName
{
color: #AA3F6B;
}
</style>
background-color css
<style>
a { background-color: #AA3F6B; }
a { background-color: rgb(170,63,107); }
div.DivClassName
{
background-color: #AA3F6B;
}
.BgClassName
{
background-color: #AA3F6B;
}
</style>
border-color css
<style>
span { border-color: #AA3F6B; }
span { border-color: rgb(170,63,107); }
td.TdClassName
{
border-color: #AA3F6B;
}
.TagClassName
{
border-color: #AA3F6B;
}
</style>