Shades of Rouge #AA4562
Tints of Rouge #AA4562
RGB
CMYK
RGB Variations
Color information
#AA4562 (or 0xAA4562) is known color: Rouge. HEX triplet: AA, 45 and 62. RGB value is (170,69,98). Sum of RGB (Red+Green+Blue) = 170+69+98=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4562 is #55BA9D. Grayscale: #666666. Windows color (decimal): -5618334 or 6440362. OLE color: 6440362.
HSL color Cylindrical-coordinate representation of color #AA4562: hue angle of 342.77º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4562 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 98 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.33 |
| HSL | 342.77º | 0.42% | 0.47% | - |
| HSV(B) | 342.77º | 0.59% | 0.67% | - |
| XYZ | 20.91 | 13.68 | 13.09 | - |
| YUV | 102.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 98 | 0 | 0.59 | 0.42 | 0.33 | 342.77 | 0.42 | 0.47 |
| Hex | AA | 45 | 62 | 0 | 3B | 2A | 21 | 157 | 2A | 2F |
| Octal | 252 | 105 | 142 | 0 | 73 | 52 | 41 | 527 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1100010 | 0 | 111011 | 101010 | 100001 | 101010111 | 101010 | 101111 |
Color Harmonies of #AA4562
Complementary color
Monochromatic Colors of #AA4562
Black with #AA4562
Text Example
Text Example
White with #AA4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4562; }
p { color: rgb(170,69,98); }
H1.HeaderClassName
{
color: #AA4562;
}
.AnyTagClassName
{
color: #AA4562;
}
</style>
background-color css
<style>
a { background-color: #AA4562; }
a { background-color: rgb(170,69,98); }
div.DivClassName
{
background-color: #AA4562;
}
.BgClassName
{
background-color: #AA4562;
}
</style>
border-color css
<style>
span { border-color: #AA4562; }
span { border-color: rgb(170,69,98); }
td.TdClassName
{
border-color: #AA4562;
}
.TagClassName
{
border-color: #AA4562;
}
</style>