Shades of Rouge #AA3874
Tints of Rouge #AA3874
RGB
CMYK
RGB Variations
Color information
#AA3874 (or 0xAA3874) is known color: Rouge. HEX triplet: AA, 38 and 74. RGB value is (170,56,116). Sum of RGB (Red+Green+Blue) = 170+56+116=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3874 is #55C78B. Grayscale: #606060. Windows color (decimal): -5621644 or 7616682. OLE color: 7616682.
HSL color Cylindrical-coordinate representation of color #AA3874: hue angle of 328.42º 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 #AA3874 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 116 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.33 |
| HSL | 328.42º | 0.5% | 0.44% | - |
| HSV(B) | 328.42º | 0.67% | 0.67% | - |
| XYZ | 21.14 | 12.64 | 17.85 | - |
| YUV | 96.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 116 | 0 | 0.67 | 0.32 | 0.33 | 328.42 | 0.5 | 0.44 |
| Hex | AA | 38 | 74 | 0 | 43 | 20 | 21 | 148 | 32 | 2C |
| Octal | 252 | 70 | 164 | 0 | 103 | 40 | 41 | 510 | 62 | 54 |
| Binary | 10101010 | 111000 | 1110100 | 0 | 1000011 | 100000 | 100001 | 101001000 | 110010 | 101100 |
Color Harmonies of #AA3874
Complementary color
Monochromatic Colors of #AA3874
Black with #AA3874
Text Example
Text Example
White with #AA3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3874; }
p { color: rgb(170,56,116); }
H1.HeaderClassName
{
color: #AA3874;
}
.AnyTagClassName
{
color: #AA3874;
}
</style>
background-color css
<style>
a { background-color: #AA3874; }
a { background-color: rgb(170,56,116); }
div.DivClassName
{
background-color: #AA3874;
}
.BgClassName
{
background-color: #AA3874;
}
</style>
border-color css
<style>
span { border-color: #AA3874; }
span { border-color: rgb(170,56,116); }
td.TdClassName
{
border-color: #AA3874;
}
.TagClassName
{
border-color: #AA3874;
}
</style>