Shades of Rouge #AA3F69
Tints of Rouge #AA3F69
RGB
CMYK
RGB Variations
Color information
#AA3F69 (or 0xAA3F69) is known color: Rouge. HEX triplet: AA, 3F and 69. RGB value is (170,63,105). Sum of RGB (Red+Green+Blue) = 170+63+105=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F69 is #55C096. Grayscale: #636363. Windows color (decimal): -5619863 or 6897578. OLE color: 6897578.
HSL color Cylindrical-coordinate representation of color #AA3F69: hue angle of 336.45º 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 #AA3F69 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 105 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.33 |
| HSL | 336.45º | 0.46% | 0.46% | - |
| HSV(B) | 336.45º | 0.63% | 0.67% | - |
| XYZ | 20.9 | 13.12 | 14.8 | - |
| YUV | 99.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 105 | 0 | 0.63 | 0.38 | 0.33 | 336.45 | 0.46 | 0.46 |
| Hex | AA | 3F | 69 | 0 | 3F | 26 | 21 | 150 | 2E | 2E |
| Octal | 252 | 77 | 151 | 0 | 77 | 46 | 41 | 520 | 56 | 56 |
| Binary | 10101010 | 111111 | 1101001 | 0 | 111111 | 100110 | 100001 | 101010000 | 101110 | 101110 |
Color Harmonies of #AA3F69
Complementary color
Monochromatic Colors of #AA3F69
Black with #AA3F69
Text Example
Text Example
White with #AA3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F69; }
p { color: rgb(170,63,105); }
H1.HeaderClassName
{
color: #AA3F69;
}
.AnyTagClassName
{
color: #AA3F69;
}
</style>
background-color css
<style>
a { background-color: #AA3F69; }
a { background-color: rgb(170,63,105); }
div.DivClassName
{
background-color: #AA3F69;
}
.BgClassName
{
background-color: #AA3F69;
}
</style>
border-color css
<style>
span { border-color: #AA3F69; }
span { border-color: rgb(170,63,105); }
td.TdClassName
{
border-color: #AA3F69;
}
.TagClassName
{
border-color: #AA3F69;
}
</style>