Shades of Rouge #AA3662
Tints of Rouge #AA3662
RGB
CMYK
RGB Variations
Color information
#AA3662 (or 0xAA3662) is known color: Rouge. HEX triplet: AA, 36 and 62. RGB value is (170,54,98). Sum of RGB (Red+Green+Blue) = 170+54+98=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3662 is #55C99D. Grayscale: #5D5D5D. Windows color (decimal): -5622174 or 6436522. OLE color: 6436522.
HSL color Cylindrical-coordinate representation of color #AA3662: hue angle of 337.24º 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 #AA3662 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 98 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.33 |
| HSL | 337.24º | 0.52% | 0.44% | - |
| HSV(B) | 337.24º | 0.68% | 0.67% | - |
| XYZ | 20.1 | 12.07 | 12.82 | - |
| YUV | 93.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 98 | 0 | 0.68 | 0.42 | 0.33 | 337.24 | 0.52 | 0.44 |
| Hex | AA | 36 | 62 | 0 | 44 | 2A | 21 | 151 | 34 | 2C |
| Octal | 252 | 66 | 142 | 0 | 104 | 52 | 41 | 521 | 64 | 54 |
| Binary | 10101010 | 110110 | 1100010 | 0 | 1000100 | 101010 | 100001 | 101010001 | 110100 | 101100 |
Color Harmonies of #AA3662
Complementary color
Monochromatic Colors of #AA3662
Black with #AA3662
Text Example
Text Example
White with #AA3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3662; }
p { color: rgb(170,54,98); }
H1.HeaderClassName
{
color: #AA3662;
}
.AnyTagClassName
{
color: #AA3662;
}
</style>
background-color css
<style>
a { background-color: #AA3662; }
a { background-color: rgb(170,54,98); }
div.DivClassName
{
background-color: #AA3662;
}
.BgClassName
{
background-color: #AA3662;
}
</style>
border-color css
<style>
span { border-color: #AA3662; }
span { border-color: rgb(170,54,98); }
td.TdClassName
{
border-color: #AA3662;
}
.TagClassName
{
border-color: #AA3662;
}
</style>