Shades of Rouge #AA4262
Tints of Rouge #AA4262
RGB
CMYK
RGB Variations
Color information
#AA4262 (or 0xAA4262) is known color: Rouge. HEX triplet: AA, 42 and 62. RGB value is (170,66,98). Sum of RGB (Red+Green+Blue) = 170+66+98=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4262 is #55BD9D. Grayscale: #646464. Windows color (decimal): -5619102 or 6439594. OLE color: 6439594.
HSL color Cylindrical-coordinate representation of color #AA4262: hue angle of 341.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4262 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 98 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.33 |
| HSL | 341.54º | 0.44% | 0.46% | - |
| HSV(B) | 341.54º | 0.61% | 0.67% | - |
| XYZ | 20.73 | 13.32 | 13.03 | - |
| YUV | 100.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 98 | 0 | 0.61 | 0.42 | 0.33 | 341.54 | 0.44 | 0.46 |
| Hex | AA | 42 | 62 | 0 | 3D | 2A | 21 | 156 | 2C | 2E |
| Octal | 252 | 102 | 142 | 0 | 75 | 52 | 41 | 526 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1100010 | 0 | 111101 | 101010 | 100001 | 101010110 | 101100 | 101110 |
Color Harmonies of #AA4262
Complementary color
Monochromatic Colors of #AA4262
Black with #AA4262
Text Example
Text Example
White with #AA4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4262; }
p { color: rgb(170,66,98); }
H1.HeaderClassName
{
color: #AA4262;
}
.AnyTagClassName
{
color: #AA4262;
}
</style>
background-color css
<style>
a { background-color: #AA4262; }
a { background-color: rgb(170,66,98); }
div.DivClassName
{
background-color: #AA4262;
}
.BgClassName
{
background-color: #AA4262;
}
</style>
border-color css
<style>
span { border-color: #AA4262; }
span { border-color: rgb(170,66,98); }
td.TdClassName
{
border-color: #AA4262;
}
.TagClassName
{
border-color: #AA4262;
}
</style>