Shades of Rouge #AA3F6E
Tints of Rouge #AA3F6E
RGB
CMYK
RGB Variations
Color information
#AA3F6E (or 0xAA3F6E) is known color: Rouge. HEX triplet: AA, 3F and 6E. RGB value is (170,63,110). Sum of RGB (Red+Green+Blue) = 170+63+110=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F6E is #55C091. Grayscale: #646464. Windows color (decimal): -5619858 or 7225258. OLE color: 7225258.
HSL color Cylindrical-coordinate representation of color #AA3F6E: hue angle of 333.64º 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 #AA3F6E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 110 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.33 |
| HSL | 333.64º | 0.46% | 0.46% | - |
| HSV(B) | 333.64º | 0.63% | 0.67% | - |
| XYZ | 21.17 | 13.23 | 16.19 | - |
| YUV | 100.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 110 | 0 | 0.63 | 0.35 | 0.33 | 333.64 | 0.46 | 0.46 |
| Hex | AA | 3F | 6E | 0 | 3F | 23 | 21 | 14E | 2E | 2E |
| Octal | 252 | 77 | 156 | 0 | 77 | 43 | 41 | 516 | 56 | 56 |
| Binary | 10101010 | 111111 | 1101110 | 0 | 111111 | 100011 | 100001 | 101001110 | 101110 | 101110 |
Color Harmonies of #AA3F6E
Complementary color
Monochromatic Colors of #AA3F6E
Black with #AA3F6E
Text Example
Text Example
White with #AA3F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F6E; }
p { color: rgb(170,63,110); }
H1.HeaderClassName
{
color: #AA3F6E;
}
.AnyTagClassName
{
color: #AA3F6E;
}
</style>
background-color css
<style>
a { background-color: #AA3F6E; }
a { background-color: rgb(170,63,110); }
div.DivClassName
{
background-color: #AA3F6E;
}
.BgClassName
{
background-color: #AA3F6E;
}
</style>
border-color css
<style>
span { border-color: #AA3F6E; }
span { border-color: rgb(170,63,110); }
td.TdClassName
{
border-color: #AA3F6E;
}
.TagClassName
{
border-color: #AA3F6E;
}
</style>