Shades of Rouge #AA4A6C
Tints of Rouge #AA4A6C
RGB
CMYK
RGB Variations
Color information
#AA4A6C (or 0xAA4A6C) is known color: Rouge. HEX triplet: AA, 4A and 6C. RGB value is (170,74,108). Sum of RGB (Red+Green+Blue) = 170+74+108=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A6C is #55B593. Grayscale: #6A6A6A. Windows color (decimal): -5617044 or 7097002. OLE color: 7097002.
HSL color Cylindrical-coordinate representation of color #AA4A6C: hue angle of 338.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A6C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 108 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.33 |
| HSL | 338.75º | 0.39% | 0.48% | - |
| HSV(B) | 338.75º | 0.56% | 0.67% | - |
| XYZ | 21.73 | 14.53 | 15.85 | - |
| YUV | 106.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 108 | 0 | 0.56 | 0.36 | 0.33 | 338.75 | 0.39 | 0.48 |
| Hex | AA | 4A | 6C | 0 | 38 | 24 | 21 | 153 | 27 | 30 |
| Octal | 252 | 112 | 154 | 0 | 70 | 44 | 41 | 523 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1101100 | 0 | 111000 | 100100 | 100001 | 101010011 | 100111 | 110000 |
Color Harmonies of #AA4A6C
Complementary color
Monochromatic Colors of #AA4A6C
Black with #AA4A6C
Text Example
Text Example
White with #AA4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A6C; }
p { color: rgb(170,74,108); }
H1.HeaderClassName
{
color: #AA4A6C;
}
.AnyTagClassName
{
color: #AA4A6C;
}
</style>
background-color css
<style>
a { background-color: #AA4A6C; }
a { background-color: rgb(170,74,108); }
div.DivClassName
{
background-color: #AA4A6C;
}
.BgClassName
{
background-color: #AA4A6C;
}
</style>
border-color css
<style>
span { border-color: #AA4A6C; }
span { border-color: rgb(170,74,108); }
td.TdClassName
{
border-color: #AA4A6C;
}
.TagClassName
{
border-color: #AA4A6C;
}
</style>