Shades of Rouge #AA426B
Tints of Rouge #AA426B
RGB
CMYK
RGB Variations
Color information
#AA426B (or 0xAA426B) is known color: Rouge. HEX triplet: AA, 42 and 6B. RGB value is (170,66,107). Sum of RGB (Red+Green+Blue) = 170+66+107=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426B is #55BD94. Grayscale: #656565. Windows color (decimal): -5619093 or 7029418. OLE color: 7029418.
HSL color Cylindrical-coordinate representation of color #AA426B: hue angle of 336.35º 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 #AA426B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 107 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.33 |
| HSL | 336.35º | 0.44% | 0.46% | - |
| HSV(B) | 336.35º | 0.61% | 0.67% | - |
| XYZ | 21.18 | 13.5 | 15.4 | - |
| YUV | 101.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 107 | 0 | 0.61 | 0.37 | 0.33 | 336.35 | 0.44 | 0.46 |
| Hex | AA | 42 | 6B | 0 | 3D | 25 | 21 | 150 | 2C | 2E |
| Octal | 252 | 102 | 153 | 0 | 75 | 45 | 41 | 520 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1101011 | 0 | 111101 | 100101 | 100001 | 101010000 | 101100 | 101110 |
Color Harmonies of #AA426B
Complementary color
Monochromatic Colors of #AA426B
Black with #AA426B
Text Example
Text Example
White with #AA426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA426B; }
p { color: rgb(170,66,107); }
H1.HeaderClassName
{
color: #AA426B;
}
.AnyTagClassName
{
color: #AA426B;
}
</style>
background-color css
<style>
a { background-color: #AA426B; }
a { background-color: rgb(170,66,107); }
div.DivClassName
{
background-color: #AA426B;
}
.BgClassName
{
background-color: #AA426B;
}
</style>
border-color css
<style>
span { border-color: #AA426B; }
span { border-color: rgb(170,66,107); }
td.TdClassName
{
border-color: #AA426B;
}
.TagClassName
{
border-color: #AA426B;
}
</style>