Shades of Rouge #A93773
Tints of Rouge #A93773
RGB
CMYK
RGB Variations
Color information
#A93773 (or 0xA93773) is known color: Rouge. HEX triplet: A9, 37 and 73. RGB value is (169,55,115). Sum of RGB (Red+Green+Blue) = 169+55+115=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93773 is #56C88C. Grayscale: #5F5F5F. Windows color (decimal): -5687437 or 7550889. OLE color: 7550889.
HSL color Cylindrical-coordinate representation of color #A93773: hue angle of 328.42º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93773 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 115 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.34 |
| HSL | 328.42º | 0.51% | 0.44% | - |
| HSV(B) | 328.42º | 0.67% | 0.66% | - |
| XYZ | 20.82 | 12.41 | 17.52 | - |
| YUV | 95.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 115 | 0 | 0.67 | 0.32 | 0.34 | 328.42 | 0.51 | 0.44 |
| Hex | A9 | 37 | 73 | 0 | 43 | 20 | 22 | 148 | 33 | 2C |
| Octal | 251 | 67 | 163 | 0 | 103 | 40 | 42 | 510 | 63 | 54 |
| Binary | 10101001 | 110111 | 1110011 | 0 | 1000011 | 100000 | 100010 | 101001000 | 110011 | 101100 |
Color Harmonies of #A93773
Complementary color
Monochromatic Colors of #A93773
Black with #A93773
Text Example
Text Example
White with #A93773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93773; }
p { color: rgb(169,55,115); }
H1.HeaderClassName
{
color: #A93773;
}
.AnyTagClassName
{
color: #A93773;
}
</style>
background-color css
<style>
a { background-color: #A93773; }
a { background-color: rgb(169,55,115); }
div.DivClassName
{
background-color: #A93773;
}
.BgClassName
{
background-color: #A93773;
}
</style>
border-color css
<style>
span { border-color: #A93773; }
span { border-color: rgb(169,55,115); }
td.TdClassName
{
border-color: #A93773;
}
.TagClassName
{
border-color: #A93773;
}
</style>