Shades of Rouge #AA3769
Tints of Rouge #AA3769
RGB
CMYK
RGB Variations
Color information
#AA3769 (or 0xAA3769) is known color: Rouge. HEX triplet: AA, 37 and 69. RGB value is (170,55,105). Sum of RGB (Red+Green+Blue) = 170+55+105=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3769 is #55C896. Grayscale: #5E5E5E. Windows color (decimal): -5621911 or 6895530. OLE color: 6895530.
HSL color Cylindrical-coordinate representation of color #AA3769: hue angle of 333.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3769 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 105 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.33 |
| HSL | 333.91º | 0.51% | 0.44% | - |
| HSV(B) | 333.91º | 0.68% | 0.67% | - |
| XYZ | 20.49 | 12.3 | 14.66 | - |
| YUV | 95.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 105 | 0 | 0.68 | 0.38 | 0.33 | 333.91 | 0.51 | 0.44 |
| Hex | AA | 37 | 69 | 0 | 44 | 26 | 21 | 14E | 33 | 2C |
| Octal | 252 | 67 | 151 | 0 | 104 | 46 | 41 | 516 | 63 | 54 |
| Binary | 10101010 | 110111 | 1101001 | 0 | 1000100 | 100110 | 100001 | 101001110 | 110011 | 101100 |
Color Harmonies of #AA3769
Complementary color
Monochromatic Colors of #AA3769
Black with #AA3769
Text Example
Text Example
White with #AA3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3769; }
p { color: rgb(170,55,105); }
H1.HeaderClassName
{
color: #AA3769;
}
.AnyTagClassName
{
color: #AA3769;
}
</style>
background-color css
<style>
a { background-color: #AA3769; }
a { background-color: rgb(170,55,105); }
div.DivClassName
{
background-color: #AA3769;
}
.BgClassName
{
background-color: #AA3769;
}
</style>
border-color css
<style>
span { border-color: #AA3769; }
span { border-color: rgb(170,55,105); }
td.TdClassName
{
border-color: #AA3769;
}
.TagClassName
{
border-color: #AA3769;
}
</style>