Shades of Rouge #A9366C
Tints of Rouge #A9366C
RGB
CMYK
RGB Variations
Color information
#A9366C (or 0xA9366C) is known color: Rouge. HEX triplet: A9, 36 and 6C. RGB value is (169,54,108). Sum of RGB (Red+Green+Blue) = 169+54+108=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9366C is #56C993. Grayscale: #5E5E5E. Windows color (decimal): -5687700 or 7091881. OLE color: 7091881.
HSL color Cylindrical-coordinate representation of color #A9366C: hue angle of 331.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9366C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 108 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.34 |
| HSL | 331.83º | 0.52% | 0.44% | - |
| HSV(B) | 331.83º | 0.68% | 0.66% | - |
| XYZ | 20.39 | 12.16 | 15.46 | - |
| YUV | 94.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 108 | 0 | 0.68 | 0.36 | 0.34 | 331.83 | 0.52 | 0.44 |
| Hex | A9 | 36 | 6C | 0 | 44 | 24 | 22 | 14C | 34 | 2C |
| Octal | 251 | 66 | 154 | 0 | 104 | 44 | 42 | 514 | 64 | 54 |
| Binary | 10101001 | 110110 | 1101100 | 0 | 1000100 | 100100 | 100010 | 101001100 | 110100 | 101100 |
Color Harmonies of #A9366C
Complementary color
Monochromatic Colors of #A9366C
Black with #A9366C
Text Example
Text Example
White with #A9366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9366C; }
p { color: rgb(169,54,108); }
H1.HeaderClassName
{
color: #A9366C;
}
.AnyTagClassName
{
color: #A9366C;
}
</style>
background-color css
<style>
a { background-color: #A9366C; }
a { background-color: rgb(169,54,108); }
div.DivClassName
{
background-color: #A9366C;
}
.BgClassName
{
background-color: #A9366C;
}
</style>
border-color css
<style>
span { border-color: #A9366C; }
span { border-color: rgb(169,54,108); }
td.TdClassName
{
border-color: #A9366C;
}
.TagClassName
{
border-color: #A9366C;
}
</style>