Shades of Rouge #AA426E
Tints of Rouge #AA426E
RGB
CMYK
RGB Variations
Color information
#AA426E (or 0xAA426E) is known color: Rouge. HEX triplet: AA, 42 and 6E. RGB value is (170,66,110). Sum of RGB (Red+Green+Blue) = 170+66+110=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426E is #55BD91. Grayscale: #666666. Windows color (decimal): -5619090 or 7226026. OLE color: 7226026.
HSL color Cylindrical-coordinate representation of color #AA426E: hue angle of 334.62º 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 #AA426E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 110 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.33 |
| HSL | 334.62º | 0.44% | 0.46% | - |
| HSV(B) | 334.62º | 0.61% | 0.67% | - |
| XYZ | 21.34 | 13.57 | 16.25 | - |
| YUV | 102.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 110 | 0 | 0.61 | 0.35 | 0.33 | 334.62 | 0.44 | 0.46 |
| Hex | AA | 42 | 6E | 0 | 3D | 23 | 21 | 14F | 2C | 2E |
| Octal | 252 | 102 | 156 | 0 | 75 | 43 | 41 | 517 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1101110 | 0 | 111101 | 100011 | 100001 | 101001111 | 101100 | 101110 |
Color Harmonies of #AA426E
Complementary color
Monochromatic Colors of #AA426E
Black with #AA426E
Text Example
Text Example
White with #AA426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA426E; }
p { color: rgb(170,66,110); }
H1.HeaderClassName
{
color: #AA426E;
}
.AnyTagClassName
{
color: #AA426E;
}
</style>
background-color css
<style>
a { background-color: #AA426E; }
a { background-color: rgb(170,66,110); }
div.DivClassName
{
background-color: #AA426E;
}
.BgClassName
{
background-color: #AA426E;
}
</style>
border-color css
<style>
span { border-color: #AA426E; }
span { border-color: rgb(170,66,110); }
td.TdClassName
{
border-color: #AA426E;
}
.TagClassName
{
border-color: #AA426E;
}
</style>