Shades of Rouge #AA426A
Tints of Rouge #AA426A
RGB
CMYK
RGB Variations
Color information
#AA426A (or 0xAA426A) is known color: Rouge. HEX triplet: AA, 42 and 6A. RGB value is (170,66,106). Sum of RGB (Red+Green+Blue) = 170+66+106=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426A is #55BD95. Grayscale: #656565. Windows color (decimal): -5619094 or 6963882. OLE color: 6963882.
HSL color Cylindrical-coordinate representation of color #AA426A: hue angle of 336.92º 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 #AA426A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 106 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.33 |
| HSL | 336.92º | 0.44% | 0.46% | - |
| HSV(B) | 336.92º | 0.61% | 0.67% | - |
| XYZ | 21.13 | 13.48 | 15.12 | - |
| YUV | 101.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 106 | 0 | 0.61 | 0.38 | 0.33 | 336.92 | 0.44 | 0.46 |
| Hex | AA | 42 | 6A | 0 | 3D | 26 | 21 | 151 | 2C | 2E |
| Octal | 252 | 102 | 152 | 0 | 75 | 46 | 41 | 521 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1101010 | 0 | 111101 | 100110 | 100001 | 101010001 | 101100 | 101110 |
Color Harmonies of #AA426A
Complementary color
Monochromatic Colors of #AA426A
Black with #AA426A
Text Example
Text Example
White with #AA426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA426A; }
p { color: rgb(170,66,106); }
H1.HeaderClassName
{
color: #AA426A;
}
.AnyTagClassName
{
color: #AA426A;
}
</style>
background-color css
<style>
a { background-color: #AA426A; }
a { background-color: rgb(170,66,106); }
div.DivClassName
{
background-color: #AA426A;
}
.BgClassName
{
background-color: #AA426A;
}
</style>
border-color css
<style>
span { border-color: #AA426A; }
span { border-color: rgb(170,66,106); }
td.TdClassName
{
border-color: #AA426A;
}
.TagClassName
{
border-color: #AA426A;
}
</style>