Shades of Rouge #A9326B
Tints of Rouge #A9326B
RGB
CMYK
RGB Variations
Color information
#A9326B (or 0xA9326B) is known color: Rouge. HEX triplet: A9, 32 and 6B. RGB value is (169,50,107). Sum of RGB (Red+Green+Blue) = 169+50+107=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A9326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9326B is #56CD94. Grayscale: #5B5B5B. Windows color (decimal): -5688725 or 7025321. OLE color: 7025321.
HSL color Cylindrical-coordinate representation of color #A9326B: hue angle of 331.26º 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 #A9326B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 107 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.34 |
| HSL | 331.26º | 0.54% | 0.43% | - |
| HSV(B) | 331.26º | 0.7% | 0.66% | - |
| XYZ | 20.16 | 11.78 | 15.12 | - |
| YUV | 92.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 107 | 0 | 0.70 | 0.37 | 0.34 | 331.26 | 0.54 | 0.43 |
| Hex | A9 | 32 | 6B | 0 | 46 | 25 | 22 | 14B | 36 | 2B |
| Octal | 251 | 62 | 153 | 0 | 106 | 45 | 42 | 513 | 66 | 53 |
| Binary | 10101001 | 110010 | 1101011 | 0 | 1000110 | 100101 | 100010 | 101001011 | 110110 | 101011 |
Color Harmonies of #A9326B
Complementary color
Monochromatic Colors of #A9326B
Black with #A9326B
Text Example
Text Example
White with #A9326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9326B; }
p { color: rgb(169,50,107); }
H1.HeaderClassName
{
color: #A9326B;
}
.AnyTagClassName
{
color: #A9326B;
}
</style>
background-color css
<style>
a { background-color: #A9326B; }
a { background-color: rgb(169,50,107); }
div.DivClassName
{
background-color: #A9326B;
}
.BgClassName
{
background-color: #A9326B;
}
</style>
border-color css
<style>
span { border-color: #A9326B; }
span { border-color: rgb(169,50,107); }
td.TdClassName
{
border-color: #A9326B;
}
.TagClassName
{
border-color: #A9326B;
}
</style>