Shades of Rouge #AA466C
Tints of Rouge #AA466C
RGB
CMYK
RGB Variations
Color information
#AA466C (or 0xAA466C) is known color: Rouge. HEX triplet: AA, 46 and 6C. RGB value is (170,70,108). Sum of RGB (Red+Green+Blue) = 170+70+108=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA466C is #55B993. Grayscale: #686868. Windows color (decimal): -5618068 or 7095978. OLE color: 7095978.
HSL color Cylindrical-coordinate representation of color #AA466C: hue angle of 337.2º 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 #AA466C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 108 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.33 |
| HSL | 337.2º | 0.42% | 0.47% | - |
| HSV(B) | 337.2º | 0.59% | 0.67% | - |
| XYZ | 21.47 | 14.01 | 15.76 | - |
| YUV | 104.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 108 | 0 | 0.59 | 0.36 | 0.33 | 337.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 6C | 0 | 3B | 24 | 21 | 151 | 2A | 2F |
| Octal | 252 | 106 | 154 | 0 | 73 | 44 | 41 | 521 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1101100 | 0 | 111011 | 100100 | 100001 | 101010001 | 101010 | 101111 |
Color Harmonies of #AA466C
Complementary color
Monochromatic Colors of #AA466C
Black with #AA466C
Text Example
Text Example
White with #AA466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA466C; }
p { color: rgb(170,70,108); }
H1.HeaderClassName
{
color: #AA466C;
}
.AnyTagClassName
{
color: #AA466C;
}
</style>
background-color css
<style>
a { background-color: #AA466C; }
a { background-color: rgb(170,70,108); }
div.DivClassName
{
background-color: #AA466C;
}
.BgClassName
{
background-color: #AA466C;
}
</style>
border-color css
<style>
span { border-color: #AA466C; }
span { border-color: rgb(170,70,108); }
td.TdClassName
{
border-color: #AA466C;
}
.TagClassName
{
border-color: #AA466C;
}
</style>