Shades of Rouge #AA3860
Tints of Rouge #AA3860
RGB
CMYK
RGB Variations
Color information
#AA3860 (or 0xAA3860) is known color: Rouge. HEX triplet: AA, 38 and 60. RGB value is (170,56,96). Sum of RGB (Red+Green+Blue) = 170+56+96=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3860 is #55C79F. Grayscale: #5E5E5E. Windows color (decimal): -5621664 or 6305962. OLE color: 6305962.
HSL color Cylindrical-coordinate representation of color #AA3860: hue angle of 338.95º 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 #AA3860 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 96 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.33 |
| HSL | 338.95º | 0.5% | 0.44% | - |
| HSV(B) | 338.95º | 0.67% | 0.67% | - |
| XYZ | 20.1 | 12.22 | 12.37 | - |
| YUV | 94.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 96 | 0 | 0.67 | 0.44 | 0.33 | 338.95 | 0.5 | 0.44 |
| Hex | AA | 38 | 60 | 0 | 43 | 2C | 21 | 153 | 32 | 2C |
| Octal | 252 | 70 | 140 | 0 | 103 | 54 | 41 | 523 | 62 | 54 |
| Binary | 10101010 | 111000 | 1100000 | 0 | 1000011 | 101100 | 100001 | 101010011 | 110010 | 101100 |
Color Harmonies of #AA3860
Complementary color
Monochromatic Colors of #AA3860
Black with #AA3860
Text Example
Text Example
White with #AA3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3860; }
p { color: rgb(170,56,96); }
H1.HeaderClassName
{
color: #AA3860;
}
.AnyTagClassName
{
color: #AA3860;
}
</style>
background-color css
<style>
a { background-color: #AA3860; }
a { background-color: rgb(170,56,96); }
div.DivClassName
{
background-color: #AA3860;
}
.BgClassName
{
background-color: #AA3860;
}
</style>
border-color css
<style>
span { border-color: #AA3860; }
span { border-color: rgb(170,56,96); }
td.TdClassName
{
border-color: #AA3860;
}
.TagClassName
{
border-color: #AA3860;
}
</style>