Shades of Rouge #AA3967
Tints of Rouge #AA3967
RGB
CMYK
RGB Variations
Color information
#AA3967 (or 0xAA3967) is known color: Rouge. HEX triplet: AA, 39 and 67. RGB value is (170,57,103). Sum of RGB (Red+Green+Blue) = 170+57+103=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3967 is #55C698. Grayscale: #5F5F5F. Windows color (decimal): -5621401 or 6764970. OLE color: 6764970.
HSL color Cylindrical-coordinate representation of color #AA3967: hue angle of 335.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3967 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 103 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.33 |
| HSL | 335.58º | 0.5% | 0.45% | - |
| HSV(B) | 335.58º | 0.66% | 0.67% | - |
| XYZ | 20.49 | 12.45 | 14.16 | - |
| YUV | 96.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 103 | 0 | 0.66 | 0.39 | 0.33 | 335.58 | 0.5 | 0.45 |
| Hex | AA | 39 | 67 | 0 | 42 | 27 | 21 | 150 | 32 | 2D |
| Octal | 252 | 71 | 147 | 0 | 102 | 47 | 41 | 520 | 62 | 55 |
| Binary | 10101010 | 111001 | 1100111 | 0 | 1000010 | 100111 | 100001 | 101010000 | 110010 | 101101 |
Color Harmonies of #AA3967
Complementary color
Monochromatic Colors of #AA3967
Black with #AA3967
Text Example
Text Example
White with #AA3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3967; }
p { color: rgb(170,57,103); }
H1.HeaderClassName
{
color: #AA3967;
}
.AnyTagClassName
{
color: #AA3967;
}
</style>
background-color css
<style>
a { background-color: #AA3967; }
a { background-color: rgb(170,57,103); }
div.DivClassName
{
background-color: #AA3967;
}
.BgClassName
{
background-color: #AA3967;
}
</style>
border-color css
<style>
span { border-color: #AA3967; }
span { border-color: rgb(170,57,103); }
td.TdClassName
{
border-color: #AA3967;
}
.TagClassName
{
border-color: #AA3967;
}
</style>