Shades of Rouge #AA4167
Tints of Rouge #AA4167
RGB
CMYK
RGB Variations
Color information
#AA4167 (or 0xAA4167) is known color: Rouge. HEX triplet: AA, 41 and 67. RGB value is (170,65,103). Sum of RGB (Red+Green+Blue) = 170+65+103=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4167 is #55BE98. Grayscale: #646464. Windows color (decimal): -5619353 or 6767018. OLE color: 6767018.
HSL color Cylindrical-coordinate representation of color #AA4167: hue angle of 338.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4167 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 103 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.33 |
| HSL | 338.29º | 0.45% | 0.46% | - |
| HSV(B) | 338.29º | 0.62% | 0.67% | - |
| XYZ | 20.92 | 13.31 | 14.3 | - |
| YUV | 100.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 103 | 0 | 0.62 | 0.39 | 0.33 | 338.29 | 0.45 | 0.46 |
| Hex | AA | 41 | 67 | 0 | 3E | 27 | 21 | 152 | 2D | 2E |
| Octal | 252 | 101 | 147 | 0 | 76 | 47 | 41 | 522 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1100111 | 0 | 111110 | 100111 | 100001 | 101010010 | 101101 | 101110 |
Color Harmonies of #AA4167
Complementary color
Monochromatic Colors of #AA4167
Black with #AA4167
Text Example
Text Example
White with #AA4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4167; }
p { color: rgb(170,65,103); }
H1.HeaderClassName
{
color: #AA4167;
}
.AnyTagClassName
{
color: #AA4167;
}
</style>
background-color css
<style>
a { background-color: #AA4167; }
a { background-color: rgb(170,65,103); }
div.DivClassName
{
background-color: #AA4167;
}
.BgClassName
{
background-color: #AA4167;
}
</style>
border-color css
<style>
span { border-color: #AA4167; }
span { border-color: rgb(170,65,103); }
td.TdClassName
{
border-color: #AA4167;
}
.TagClassName
{
border-color: #AA4167;
}
</style>