Shades of Rouge #AA4065
Tints of Rouge #AA4065
RGB
CMYK
RGB Variations
Color information
#AA4065 (or 0xAA4065) is known color: Rouge. HEX triplet: AA, 40 and 65. RGB value is (170,64,101). Sum of RGB (Red+Green+Blue) = 170+64+101=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4065 is #55BF9A. Grayscale: #636363. Windows color (decimal): -5619611 or 6635690. OLE color: 6635690.
HSL color Cylindrical-coordinate representation of color #AA4065: hue angle of 339.06º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4065 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 101 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.33 |
| HSL | 339.06º | 0.45% | 0.46% | - |
| HSV(B) | 339.06º | 0.62% | 0.67% | - |
| XYZ | 20.76 | 13.15 | 13.76 | - |
| YUV | 99.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 101 | 0 | 0.62 | 0.41 | 0.33 | 339.06 | 0.45 | 0.46 |
| Hex | AA | 40 | 65 | 0 | 3E | 29 | 21 | 153 | 2D | 2E |
| Octal | 252 | 100 | 145 | 0 | 76 | 51 | 41 | 523 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1100101 | 0 | 111110 | 101001 | 100001 | 101010011 | 101101 | 101110 |
Color Harmonies of #AA4065
Complementary color
Monochromatic Colors of #AA4065
Black with #AA4065
Text Example
Text Example
White with #AA4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4065; }
p { color: rgb(170,64,101); }
H1.HeaderClassName
{
color: #AA4065;
}
.AnyTagClassName
{
color: #AA4065;
}
</style>
background-color css
<style>
a { background-color: #AA4065; }
a { background-color: rgb(170,64,101); }
div.DivClassName
{
background-color: #AA4065;
}
.BgClassName
{
background-color: #AA4065;
}
</style>
border-color css
<style>
span { border-color: #AA4065; }
span { border-color: rgb(170,64,101); }
td.TdClassName
{
border-color: #AA4065;
}
.TagClassName
{
border-color: #AA4065;
}
</style>