Shades of Rouge #AA3C68
Tints of Rouge #AA3C68
RGB
CMYK
RGB Variations
Color information
#AA3C68 (or 0xAA3C68) is known color: Rouge. HEX triplet: AA, 3C and 68. RGB value is (170,60,104). Sum of RGB (Red+Green+Blue) = 170+60+104=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C68 is #55C397. Grayscale: #616161. Windows color (decimal): -5620632 or 6831274. OLE color: 6831274.
HSL color Cylindrical-coordinate representation of color #AA3C68: hue angle of 336º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C68 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 104 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.33 |
| HSL | 336º | 0.48% | 0.45% | - |
| HSV(B) | 336º | 0.65% | 0.67% | - |
| XYZ | 20.69 | 12.78 | 14.47 | - |
| YUV | 97.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 104 | 0 | 0.65 | 0.39 | 0.33 | 336 | 0.48 | 0.45 |
| Hex | AA | 3C | 68 | 0 | 41 | 27 | 21 | 150 | 30 | 2D |
| Octal | 252 | 74 | 150 | 0 | 101 | 47 | 41 | 520 | 60 | 55 |
| Binary | 10101010 | 111100 | 1101000 | 0 | 1000001 | 100111 | 100001 | 101010000 | 110000 | 101101 |
Color Harmonies of #AA3C68
Complementary color
Monochromatic Colors of #AA3C68
Black with #AA3C68
Text Example
Text Example
White with #AA3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C68; }
p { color: rgb(170,60,104); }
H1.HeaderClassName
{
color: #AA3C68;
}
.AnyTagClassName
{
color: #AA3C68;
}
</style>
background-color css
<style>
a { background-color: #AA3C68; }
a { background-color: rgb(170,60,104); }
div.DivClassName
{
background-color: #AA3C68;
}
.BgClassName
{
background-color: #AA3C68;
}
</style>
border-color css
<style>
span { border-color: #AA3C68; }
span { border-color: rgb(170,60,104); }
td.TdClassName
{
border-color: #AA3C68;
}
.TagClassName
{
border-color: #AA3C68;
}
</style>