Shades of Rouge #AA3968
Tints of Rouge #AA3968
RGB
CMYK
RGB Variations
Color information
#AA3968 (or 0xAA3968) is known color: Rouge. HEX triplet: AA, 39 and 68. RGB value is (170,57,104). Sum of RGB (Red+Green+Blue) = 170+57+104=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3968 is #55C697. Grayscale: #606060. Windows color (decimal): -5621400 or 6830506. OLE color: 6830506.
HSL color Cylindrical-coordinate representation of color #AA3968: hue angle of 335.04º degrees, saturation: 0.5, 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 #AA3968 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 104 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.33 |
| HSL | 335.04º | 0.5% | 0.45% | - |
| HSV(B) | 335.04º | 0.66% | 0.67% | - |
| XYZ | 20.54 | 12.47 | 14.42 | - |
| YUV | 96.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 104 | 0 | 0.66 | 0.39 | 0.33 | 335.04 | 0.5 | 0.45 |
| Hex | AA | 39 | 68 | 0 | 42 | 27 | 21 | 14F | 32 | 2D |
| Octal | 252 | 71 | 150 | 0 | 102 | 47 | 41 | 517 | 62 | 55 |
| Binary | 10101010 | 111001 | 1101000 | 0 | 1000010 | 100111 | 100001 | 101001111 | 110010 | 101101 |
Color Harmonies of #AA3968
Complementary color
Monochromatic Colors of #AA3968
Black with #AA3968
Text Example
Text Example
White with #AA3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3968; }
p { color: rgb(170,57,104); }
H1.HeaderClassName
{
color: #AA3968;
}
.AnyTagClassName
{
color: #AA3968;
}
</style>
background-color css
<style>
a { background-color: #AA3968; }
a { background-color: rgb(170,57,104); }
div.DivClassName
{
background-color: #AA3968;
}
.BgClassName
{
background-color: #AA3968;
}
</style>
border-color css
<style>
span { border-color: #AA3968; }
span { border-color: rgb(170,57,104); }
td.TdClassName
{
border-color: #AA3968;
}
.TagClassName
{
border-color: #AA3968;
}
</style>