Shades of Rouge #A9286C
Tints of Rouge #A9286C
RGB
CMYK
RGB Variations
Color information
#A9286C (or 0xA9286C) is known color: Rouge. HEX triplet: A9, 28 and 6C. RGB value is (169,40,108). Sum of RGB (Red+Green+Blue) = 169+40+108=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9286C is #56D793. Grayscale: #565656. Windows color (decimal): -5691284 or 7088297. OLE color: 7088297.
HSL color Cylindrical-coordinate representation of color #A9286C: hue angle of 328.37º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9286C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 108 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.34 |
| HSL | 328.37º | 0.62% | 0.41% | - |
| HSV(B) | 328.37º | 0.76% | 0.66% | - |
| XYZ | 19.83 | 11.04 | 15.27 | - |
| YUV | 86.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 108 | 0 | 0.76 | 0.36 | 0.34 | 328.37 | 0.62 | 0.41 |
| Hex | A9 | 28 | 6C | 0 | 4C | 24 | 22 | 148 | 3E | 29 |
| Octal | 251 | 50 | 154 | 0 | 114 | 44 | 42 | 510 | 76 | 51 |
| Binary | 10101001 | 101000 | 1101100 | 0 | 1001100 | 100100 | 100010 | 101001000 | 111110 | 101001 |
Color Harmonies of #A9286C
Complementary color
Monochromatic Colors of #A9286C
Black with #A9286C
Text Example
Text Example
White with #A9286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9286C; }
p { color: rgb(169,40,108); }
H1.HeaderClassName
{
color: #A9286C;
}
.AnyTagClassName
{
color: #A9286C;
}
</style>
background-color css
<style>
a { background-color: #A9286C; }
a { background-color: rgb(169,40,108); }
div.DivClassName
{
background-color: #A9286C;
}
.BgClassName
{
background-color: #A9286C;
}
</style>
border-color css
<style>
span { border-color: #A9286C; }
span { border-color: rgb(169,40,108); }
td.TdClassName
{
border-color: #A9286C;
}
.TagClassName
{
border-color: #A9286C;
}
</style>