Shades of Rouge #A9325B
Tints of Rouge #A9325B
RGB
CMYK
RGB Variations
Color information
#A9325B (or 0xA9325B) is known color: Rouge. HEX triplet: A9, 32 and 5B. RGB value is (169,50,91). Sum of RGB (Red+Green+Blue) = 169+50+91=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9325B is #56CDA4. Grayscale: #5A5A5A. Windows color (decimal): -5688741 or 5976745. OLE color: 5976745.
HSL color Cylindrical-coordinate representation of color #A9325B: hue angle of 339.33º 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 #A9325B is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 91 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.34 |
| HSL | 339.33º | 0.54% | 0.43% | - |
| HSV(B) | 339.33º | 0.7% | 0.66% | - |
| XYZ | 19.39 | 11.47 | 11.09 | - |
| YUV | 90.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 91 | 0 | 0.70 | 0.46 | 0.34 | 339.33 | 0.54 | 0.43 |
| Hex | A9 | 32 | 5B | 0 | 46 | 2E | 22 | 153 | 36 | 2B |
| Octal | 251 | 62 | 133 | 0 | 106 | 56 | 42 | 523 | 66 | 53 |
| Binary | 10101001 | 110010 | 1011011 | 0 | 1000110 | 101110 | 100010 | 101010011 | 110110 | 101011 |
Color Harmonies of #A9325B
Complementary color
Monochromatic Colors of #A9325B
Black with #A9325B
Text Example
Text Example
White with #A9325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9325B; }
p { color: rgb(169,50,91); }
H1.HeaderClassName
{
color: #A9325B;
}
.AnyTagClassName
{
color: #A9325B;
}
</style>
background-color css
<style>
a { background-color: #A9325B; }
a { background-color: rgb(169,50,91); }
div.DivClassName
{
background-color: #A9325B;
}
.BgClassName
{
background-color: #A9325B;
}
</style>
border-color css
<style>
span { border-color: #A9325B; }
span { border-color: rgb(169,50,91); }
td.TdClassName
{
border-color: #A9325B;
}
.TagClassName
{
border-color: #A9325B;
}
</style>