Shades of Rouge #AA4667
Tints of Rouge #AA4667
RGB
CMYK
RGB Variations
Color information
#AA4667 (or 0xAA4667) is known color: Rouge. HEX triplet: AA, 46 and 67. RGB value is (170,70,103). Sum of RGB (Red+Green+Blue) = 170+70+103=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4667 is #55B998. Grayscale: #676767. Windows color (decimal): -5618073 or 6768298. OLE color: 6768298.
HSL color Cylindrical-coordinate representation of color #AA4667: hue angle of 340.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 #AA4667 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 103 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.33 |
| HSL | 340.2º | 0.42% | 0.47% | - |
| HSV(B) | 340.2º | 0.59% | 0.67% | - |
| XYZ | 21.22 | 13.91 | 14.4 | - |
| YUV | 103.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 103 | 0 | 0.59 | 0.39 | 0.33 | 340.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 67 | 0 | 3B | 27 | 21 | 154 | 2A | 2F |
| Octal | 252 | 106 | 147 | 0 | 73 | 47 | 41 | 524 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1100111 | 0 | 111011 | 100111 | 100001 | 101010100 | 101010 | 101111 |
Color Harmonies of #AA4667
Complementary color
Monochromatic Colors of #AA4667
Black with #AA4667
Text Example
Text Example
White with #AA4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4667; }
p { color: rgb(170,70,103); }
H1.HeaderClassName
{
color: #AA4667;
}
.AnyTagClassName
{
color: #AA4667;
}
</style>
background-color css
<style>
a { background-color: #AA4667; }
a { background-color: rgb(170,70,103); }
div.DivClassName
{
background-color: #AA4667;
}
.BgClassName
{
background-color: #AA4667;
}
</style>
border-color css
<style>
span { border-color: #AA4667; }
span { border-color: rgb(170,70,103); }
td.TdClassName
{
border-color: #AA4667;
}
.TagClassName
{
border-color: #AA4667;
}
</style>