Shades of Rouge #AA3A6C
Tints of Rouge #AA3A6C
RGB
CMYK
RGB Variations
Color information
#AA3A6C (or 0xAA3A6C) is known color: Rouge. HEX triplet: AA, 3A and 6C. RGB value is (170,58,108). Sum of RGB (Red+Green+Blue) = 170+58+108=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A6C is #55C593. Grayscale: #616161. Windows color (decimal): -5621140 or 7092906. OLE color: 7092906.
HSL color Cylindrical-coordinate representation of color #AA3A6C: hue angle of 333.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A6C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 108 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.33 |
| HSL | 333.21º | 0.49% | 0.45% | - |
| HSV(B) | 333.21º | 0.66% | 0.67% | - |
| XYZ | 20.8 | 12.65 | 15.53 | - |
| YUV | 97.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 108 | 0 | 0.66 | 0.36 | 0.33 | 333.21 | 0.49 | 0.45 |
| Hex | AA | 3A | 6C | 0 | 42 | 24 | 21 | 14D | 31 | 2D |
| Octal | 252 | 72 | 154 | 0 | 102 | 44 | 41 | 515 | 61 | 55 |
| Binary | 10101010 | 111010 | 1101100 | 0 | 1000010 | 100100 | 100001 | 101001101 | 110001 | 101101 |
Color Harmonies of #AA3A6C
Complementary color
Monochromatic Colors of #AA3A6C
Black with #AA3A6C
Text Example
Text Example
White with #AA3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A6C; }
p { color: rgb(170,58,108); }
H1.HeaderClassName
{
color: #AA3A6C;
}
.AnyTagClassName
{
color: #AA3A6C;
}
</style>
background-color css
<style>
a { background-color: #AA3A6C; }
a { background-color: rgb(170,58,108); }
div.DivClassName
{
background-color: #AA3A6C;
}
.BgClassName
{
background-color: #AA3A6C;
}
</style>
border-color css
<style>
span { border-color: #AA3A6C; }
span { border-color: rgb(170,58,108); }
td.TdClassName
{
border-color: #AA3A6C;
}
.TagClassName
{
border-color: #AA3A6C;
}
</style>