Shades of Rouge #AA4064
Tints of Rouge #AA4064
RGB
CMYK
RGB Variations
Color information
#AA4064 (or 0xAA4064) is known color: Rouge. HEX triplet: AA, 40 and 64. RGB value is (170,64,100). Sum of RGB (Red+Green+Blue) = 170+64+100=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4064 is #55BF9B. Grayscale: #636363. Windows color (decimal): -5619612 or 6570154. OLE color: 6570154.
HSL color Cylindrical-coordinate representation of color #AA4064: hue angle of 339.62º 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 #AA4064 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 100 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.33 |
| HSL | 339.62º | 0.45% | 0.46% | - |
| HSV(B) | 339.62º | 0.62% | 0.67% | - |
| XYZ | 20.71 | 13.13 | 13.5 | - |
| YUV | 99.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 100 | 0 | 0.62 | 0.41 | 0.33 | 339.62 | 0.45 | 0.46 |
| Hex | AA | 40 | 64 | 0 | 3E | 29 | 21 | 154 | 2D | 2E |
| Octal | 252 | 100 | 144 | 0 | 76 | 51 | 41 | 524 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1100100 | 0 | 111110 | 101001 | 100001 | 101010100 | 101101 | 101110 |
Color Harmonies of #AA4064
Complementary color
Monochromatic Colors of #AA4064
Black with #AA4064
Text Example
Text Example
White with #AA4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4064; }
p { color: rgb(170,64,100); }
H1.HeaderClassName
{
color: #AA4064;
}
.AnyTagClassName
{
color: #AA4064;
}
</style>
background-color css
<style>
a { background-color: #AA4064; }
a { background-color: rgb(170,64,100); }
div.DivClassName
{
background-color: #AA4064;
}
.BgClassName
{
background-color: #AA4064;
}
</style>
border-color css
<style>
span { border-color: #AA4064; }
span { border-color: rgb(170,64,100); }
td.TdClassName
{
border-color: #AA4064;
}
.TagClassName
{
border-color: #AA4064;
}
</style>