Shades of Rouge #AA3765
Tints of Rouge #AA3765
RGB
CMYK
RGB Variations
Color information
#AA3765 (or 0xAA3765) is known color: Rouge. HEX triplet: AA, 37 and 65. RGB value is (170,55,101). Sum of RGB (Red+Green+Blue) = 170+55+101=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3765 is #55C89A. Grayscale: #5E5E5E. Windows color (decimal): -5621915 or 6633386. OLE color: 6633386.
HSL color Cylindrical-coordinate representation of color #AA3765: hue angle of 336º 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 #AA3765 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 101 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.33 |
| HSL | 336º | 0.51% | 0.44% | - |
| HSV(B) | 336º | 0.68% | 0.67% | - |
| XYZ | 20.29 | 12.22 | 13.6 | - |
| YUV | 94.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 101 | 0 | 0.68 | 0.41 | 0.33 | 336 | 0.51 | 0.44 |
| Hex | AA | 37 | 65 | 0 | 44 | 29 | 21 | 150 | 33 | 2C |
| Octal | 252 | 67 | 145 | 0 | 104 | 51 | 41 | 520 | 63 | 54 |
| Binary | 10101010 | 110111 | 1100101 | 0 | 1000100 | 101001 | 100001 | 101010000 | 110011 | 101100 |
Color Harmonies of #AA3765
Complementary color
Monochromatic Colors of #AA3765
Black with #AA3765
Text Example
Text Example
White with #AA3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3765; }
p { color: rgb(170,55,101); }
H1.HeaderClassName
{
color: #AA3765;
}
.AnyTagClassName
{
color: #AA3765;
}
</style>
background-color css
<style>
a { background-color: #AA3765; }
a { background-color: rgb(170,55,101); }
div.DivClassName
{
background-color: #AA3765;
}
.BgClassName
{
background-color: #AA3765;
}
</style>
border-color css
<style>
span { border-color: #AA3765; }
span { border-color: rgb(170,55,101); }
td.TdClassName
{
border-color: #AA3765;
}
.TagClassName
{
border-color: #AA3765;
}
</style>