Shades of Rouge #A9336C
Tints of Rouge #A9336C
RGB
CMYK
RGB Variations
Color information
#A9336C (or 0xA9336C) is known color: Rouge. HEX triplet: A9, 33 and 6C. RGB value is (169,51,108). Sum of RGB (Red+Green+Blue) = 169+51+108=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9336C is #56CC93. Grayscale: #5C5C5C. Windows color (decimal): -5688468 or 7091113. OLE color: 7091113.
HSL color Cylindrical-coordinate representation of color #A9336C: hue angle of 331.02º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9336C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 108 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.34 |
| HSL | 331.02º | 0.54% | 0.43% | - |
| HSV(B) | 331.02º | 0.7% | 0.66% | - |
| XYZ | 20.25 | 11.89 | 15.41 | - |
| YUV | 92.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 108 | 0 | 0.70 | 0.36 | 0.34 | 331.02 | 0.54 | 0.43 |
| Hex | A9 | 33 | 6C | 0 | 46 | 24 | 22 | 14B | 36 | 2B |
| Octal | 251 | 63 | 154 | 0 | 106 | 44 | 42 | 513 | 66 | 53 |
| Binary | 10101001 | 110011 | 1101100 | 0 | 1000110 | 100100 | 100010 | 101001011 | 110110 | 101011 |
Color Harmonies of #A9336C
Complementary color
Monochromatic Colors of #A9336C
Black with #A9336C
Text Example
Text Example
White with #A9336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9336C; }
p { color: rgb(169,51,108); }
H1.HeaderClassName
{
color: #A9336C;
}
.AnyTagClassName
{
color: #A9336C;
}
</style>
background-color css
<style>
a { background-color: #A9336C; }
a { background-color: rgb(169,51,108); }
div.DivClassName
{
background-color: #A9336C;
}
.BgClassName
{
background-color: #A9336C;
}
</style>
border-color css
<style>
span { border-color: #A9336C; }
span { border-color: rgb(169,51,108); }
td.TdClassName
{
border-color: #A9336C;
}
.TagClassName
{
border-color: #A9336C;
}
</style>