Shades of Rouge #A9326D
Tints of Rouge #A9326D
RGB
CMYK
RGB Variations
Color information
#A9326D (or 0xA9326D) is known color: Rouge. HEX triplet: A9, 32 and 6D. RGB value is (169,50,109). Sum of RGB (Red+Green+Blue) = 169+50+109=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9326D is #56CD92. Grayscale: #5C5C5C. Windows color (decimal): -5688723 or 7156393. OLE color: 7156393.
HSL color Cylindrical-coordinate representation of color #A9326D: hue angle of 330.25º 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 #A9326D is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 109 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.34 |
| HSL | 330.25º | 0.54% | 0.43% | - |
| HSV(B) | 330.25º | 0.7% | 0.66% | - |
| XYZ | 20.26 | 11.82 | 15.68 | - |
| YUV | 92.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 109 | 0 | 0.70 | 0.36 | 0.34 | 330.25 | 0.54 | 0.43 |
| Hex | A9 | 32 | 6D | 0 | 46 | 24 | 22 | 14A | 36 | 2B |
| Octal | 251 | 62 | 155 | 0 | 106 | 44 | 42 | 512 | 66 | 53 |
| Binary | 10101001 | 110010 | 1101101 | 0 | 1000110 | 100100 | 100010 | 101001010 | 110110 | 101011 |
Color Harmonies of #A9326D
Complementary color
Monochromatic Colors of #A9326D
Black with #A9326D
Text Example
Text Example
White with #A9326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9326D; }
p { color: rgb(169,50,109); }
H1.HeaderClassName
{
color: #A9326D;
}
.AnyTagClassName
{
color: #A9326D;
}
</style>
background-color css
<style>
a { background-color: #A9326D; }
a { background-color: rgb(169,50,109); }
div.DivClassName
{
background-color: #A9326D;
}
.BgClassName
{
background-color: #A9326D;
}
</style>
border-color css
<style>
span { border-color: #A9326D; }
span { border-color: rgb(169,50,109); }
td.TdClassName
{
border-color: #A9326D;
}
.TagClassName
{
border-color: #A9326D;
}
</style>