Shades of Rouge #AA3668
Tints of Rouge #AA3668
RGB
CMYK
RGB Variations
Color information
#AA3668 (or 0xAA3668) is known color: Rouge. HEX triplet: AA, 36 and 68. RGB value is (170,54,104). Sum of RGB (Red+Green+Blue) = 170+54+104=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3668 is #55C997. Grayscale: #5E5E5E. Windows color (decimal): -5622168 or 6829738. OLE color: 6829738.
HSL color Cylindrical-coordinate representation of color #AA3668: hue angle of 334.14º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3668 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 104 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.33 |
| HSL | 334.14º | 0.52% | 0.44% | - |
| HSV(B) | 334.14º | 0.68% | 0.67% | - |
| XYZ | 20.4 | 12.18 | 14.37 | - |
| YUV | 94.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 104 | 0 | 0.68 | 0.39 | 0.33 | 334.14 | 0.52 | 0.44 |
| Hex | AA | 36 | 68 | 0 | 44 | 27 | 21 | 14E | 34 | 2C |
| Octal | 252 | 66 | 150 | 0 | 104 | 47 | 41 | 516 | 64 | 54 |
| Binary | 10101010 | 110110 | 1101000 | 0 | 1000100 | 100111 | 100001 | 101001110 | 110100 | 101100 |
Color Harmonies of #AA3668
Complementary color
Monochromatic Colors of #AA3668
Black with #AA3668
Text Example
Text Example
White with #AA3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3668; }
p { color: rgb(170,54,104); }
H1.HeaderClassName
{
color: #AA3668;
}
.AnyTagClassName
{
color: #AA3668;
}
</style>
background-color css
<style>
a { background-color: #AA3668; }
a { background-color: rgb(170,54,104); }
div.DivClassName
{
background-color: #AA3668;
}
.BgClassName
{
background-color: #AA3668;
}
</style>
border-color css
<style>
span { border-color: #AA3668; }
span { border-color: rgb(170,54,104); }
td.TdClassName
{
border-color: #AA3668;
}
.TagClassName
{
border-color: #AA3668;
}
</style>