Shades of Rouge #AA3764
Tints of Rouge #AA3764
RGB
CMYK
RGB Variations
Color information
#AA3764 (or 0xAA3764) is known color: Rouge. HEX triplet: AA, 37 and 64. RGB value is (170,55,100). Sum of RGB (Red+Green+Blue) = 170+55+100=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3764 is #55C89B. Grayscale: #5E5E5E. Windows color (decimal): -5621916 or 6567850. OLE color: 6567850.
HSL color Cylindrical-coordinate representation of color #AA3764: hue angle of 336.52º degrees, saturation: 0.51, 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 #AA3764 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 100 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.33 |
| HSL | 336.52º | 0.51% | 0.44% | - |
| HSV(B) | 336.52º | 0.68% | 0.67% | - |
| XYZ | 20.24 | 12.2 | 13.34 | - |
| YUV | 94.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 100 | 0 | 0.68 | 0.41 | 0.33 | 336.52 | 0.51 | 0.44 |
| Hex | AA | 37 | 64 | 0 | 44 | 29 | 21 | 151 | 33 | 2C |
| Octal | 252 | 67 | 144 | 0 | 104 | 51 | 41 | 521 | 63 | 54 |
| Binary | 10101010 | 110111 | 1100100 | 0 | 1000100 | 101001 | 100001 | 101010001 | 110011 | 101100 |
Color Harmonies of #AA3764
Complementary color
Monochromatic Colors of #AA3764
Black with #AA3764
Text Example
Text Example
White with #AA3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3764; }
p { color: rgb(170,55,100); }
H1.HeaderClassName
{
color: #AA3764;
}
.AnyTagClassName
{
color: #AA3764;
}
</style>
background-color css
<style>
a { background-color: #AA3764; }
a { background-color: rgb(170,55,100); }
div.DivClassName
{
background-color: #AA3764;
}
.BgClassName
{
background-color: #AA3764;
}
</style>
border-color css
<style>
span { border-color: #AA3764; }
span { border-color: rgb(170,55,100); }
td.TdClassName
{
border-color: #AA3764;
}
.TagClassName
{
border-color: #AA3764;
}
</style>