Shades of Rouge #AA3F68
Tints of Rouge #AA3F68
RGB
CMYK
RGB Variations
Color information
#AA3F68 (or 0xAA3F68) is known color: Rouge. HEX triplet: AA, 3F and 68. RGB value is (170,63,104). Sum of RGB (Red+Green+Blue) = 170+63+104=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F68 is #55C097. Grayscale: #636363. Windows color (decimal): -5619864 or 6832042. OLE color: 6832042.
HSL color Cylindrical-coordinate representation of color #AA3F68: hue angle of 337.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F68 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 104 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.33 |
| HSL | 337.01º | 0.46% | 0.46% | - |
| HSV(B) | 337.01º | 0.63% | 0.67% | - |
| XYZ | 20.85 | 13.1 | 14.53 | - |
| YUV | 99.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 104 | 0 | 0.63 | 0.39 | 0.33 | 337.01 | 0.46 | 0.46 |
| Hex | AA | 3F | 68 | 0 | 3F | 27 | 21 | 151 | 2E | 2E |
| Octal | 252 | 77 | 150 | 0 | 77 | 47 | 41 | 521 | 56 | 56 |
| Binary | 10101010 | 111111 | 1101000 | 0 | 111111 | 100111 | 100001 | 101010001 | 101110 | 101110 |
Color Harmonies of #AA3F68
Complementary color
Monochromatic Colors of #AA3F68
Black with #AA3F68
Text Example
Text Example
White with #AA3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F68; }
p { color: rgb(170,63,104); }
H1.HeaderClassName
{
color: #AA3F68;
}
.AnyTagClassName
{
color: #AA3F68;
}
</style>
background-color css
<style>
a { background-color: #AA3F68; }
a { background-color: rgb(170,63,104); }
div.DivClassName
{
background-color: #AA3F68;
}
.BgClassName
{
background-color: #AA3F68;
}
</style>
border-color css
<style>
span { border-color: #AA3F68; }
span { border-color: rgb(170,63,104); }
td.TdClassName
{
border-color: #AA3F68;
}
.TagClassName
{
border-color: #AA3F68;
}
</style>