Shades of Rouge #AA4265
Tints of Rouge #AA4265
RGB
CMYK
RGB Variations
Color information
#AA4265 (or 0xAA4265) is known color: Rouge. HEX triplet: AA, 42 and 65. RGB value is (170,66,101). Sum of RGB (Red+Green+Blue) = 170+66+101=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4265 is #55BD9A. Grayscale: #656565. Windows color (decimal): -5619099 or 6636202. OLE color: 6636202.
HSL color Cylindrical-coordinate representation of color #AA4265: hue angle of 339.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4265 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 101 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.33 |
| HSL | 339.81º | 0.44% | 0.46% | - |
| HSV(B) | 339.81º | 0.61% | 0.67% | - |
| XYZ | 20.87 | 13.38 | 13.79 | - |
| YUV | 101.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 101 | 0 | 0.61 | 0.41 | 0.33 | 339.81 | 0.44 | 0.46 |
| Hex | AA | 42 | 65 | 0 | 3D | 29 | 21 | 154 | 2C | 2E |
| Octal | 252 | 102 | 145 | 0 | 75 | 51 | 41 | 524 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1100101 | 0 | 111101 | 101001 | 100001 | 101010100 | 101100 | 101110 |
Color Harmonies of #AA4265
Complementary color
Monochromatic Colors of #AA4265
Black with #AA4265
Text Example
Text Example
White with #AA4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4265; }
p { color: rgb(170,66,101); }
H1.HeaderClassName
{
color: #AA4265;
}
.AnyTagClassName
{
color: #AA4265;
}
</style>
background-color css
<style>
a { background-color: #AA4265; }
a { background-color: rgb(170,66,101); }
div.DivClassName
{
background-color: #AA4265;
}
.BgClassName
{
background-color: #AA4265;
}
</style>
border-color css
<style>
span { border-color: #AA4265; }
span { border-color: rgb(170,66,101); }
td.TdClassName
{
border-color: #AA4265;
}
.TagClassName
{
border-color: #AA4265;
}
</style>