Shades of Rouge #AA3869
Tints of Rouge #AA3869
RGB
CMYK
RGB Variations
Color information
#AA3869 (or 0xAA3869) is known color: Rouge. HEX triplet: AA, 38 and 69. RGB value is (170,56,105). Sum of RGB (Red+Green+Blue) = 170+56+105=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3869 is #55C796. Grayscale: #5F5F5F. Windows color (decimal): -5621655 or 6895786. OLE color: 6895786.
HSL color Cylindrical-coordinate representation of color #AA3869: hue angle of 334.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3869 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 105 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.33 |
| HSL | 334.21º | 0.5% | 0.44% | - |
| HSV(B) | 334.21º | 0.67% | 0.67% | - |
| XYZ | 20.54 | 12.39 | 14.67 | - |
| YUV | 95.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 105 | 0 | 0.67 | 0.38 | 0.33 | 334.21 | 0.5 | 0.44 |
| Hex | AA | 38 | 69 | 0 | 43 | 26 | 21 | 14E | 32 | 2C |
| Octal | 252 | 70 | 151 | 0 | 103 | 46 | 41 | 516 | 62 | 54 |
| Binary | 10101010 | 111000 | 1101001 | 0 | 1000011 | 100110 | 100001 | 101001110 | 110010 | 101100 |
Color Harmonies of #AA3869
Complementary color
Monochromatic Colors of #AA3869
Black with #AA3869
Text Example
Text Example
White with #AA3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3869; }
p { color: rgb(170,56,105); }
H1.HeaderClassName
{
color: #AA3869;
}
.AnyTagClassName
{
color: #AA3869;
}
</style>
background-color css
<style>
a { background-color: #AA3869; }
a { background-color: rgb(170,56,105); }
div.DivClassName
{
background-color: #AA3869;
}
.BgClassName
{
background-color: #AA3869;
}
</style>
border-color css
<style>
span { border-color: #AA3869; }
span { border-color: rgb(170,56,105); }
td.TdClassName
{
border-color: #AA3869;
}
.TagClassName
{
border-color: #AA3869;
}
</style>