Shades of Rouge #A9396C
Tints of Rouge #A9396C
RGB
CMYK
RGB Variations
Color information
#A9396C (or 0xA9396C) is known color: Rouge. HEX triplet: A9, 39 and 6C. RGB value is (169,57,108). Sum of RGB (Red+Green+Blue) = 169+57+108=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9396C is #56C693. Grayscale: #606060. Windows color (decimal): -5686932 or 7092649. OLE color: 7092649.
HSL color Cylindrical-coordinate representation of color #A9396C: hue angle of 332.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9396C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 108 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.34 |
| HSL | 332.68º | 0.5% | 0.44% | - |
| HSV(B) | 332.68º | 0.66% | 0.66% | - |
| XYZ | 20.53 | 12.44 | 15.51 | - |
| YUV | 96.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 108 | 0 | 0.66 | 0.36 | 0.34 | 332.68 | 0.5 | 0.44 |
| Hex | A9 | 39 | 6C | 0 | 42 | 24 | 22 | 14D | 32 | 2C |
| Octal | 251 | 71 | 154 | 0 | 102 | 44 | 42 | 515 | 62 | 54 |
| Binary | 10101001 | 111001 | 1101100 | 0 | 1000010 | 100100 | 100010 | 101001101 | 110010 | 101100 |
Color Harmonies of #A9396C
Complementary color
Monochromatic Colors of #A9396C
Black with #A9396C
Text Example
Text Example
White with #A9396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9396C; }
p { color: rgb(169,57,108); }
H1.HeaderClassName
{
color: #A9396C;
}
.AnyTagClassName
{
color: #A9396C;
}
</style>
background-color css
<style>
a { background-color: #A9396C; }
a { background-color: rgb(169,57,108); }
div.DivClassName
{
background-color: #A9396C;
}
.BgClassName
{
background-color: #A9396C;
}
</style>
border-color css
<style>
span { border-color: #A9396C; }
span { border-color: rgb(169,57,108); }
td.TdClassName
{
border-color: #A9396C;
}
.TagClassName
{
border-color: #A9396C;
}
</style>