Shades of Rouge #A93763
Tints of Rouge #A93763
RGB
CMYK
RGB Variations
Color information
#A93763 (or 0xA93763) is known color: Rouge. HEX triplet: A9, 37 and 63. RGB value is (169,55,99). Sum of RGB (Red+Green+Blue) = 169+55+99=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A93763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93763 is #56C89C. Grayscale: #5E5E5E. Windows color (decimal): -5687453 or 6502313. OLE color: 6502313.
HSL color Cylindrical-coordinate representation of color #A93763: hue angle of 336.84º 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 #A93763 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 99 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.34 |
| HSL | 336.84º | 0.51% | 0.44% | - |
| HSV(B) | 336.84º | 0.67% | 0.66% | - |
| XYZ | 19.98 | 12.07 | 13.08 | - |
| YUV | 94.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 99 | 0 | 0.67 | 0.41 | 0.34 | 336.84 | 0.51 | 0.44 |
| Hex | A9 | 37 | 63 | 0 | 43 | 29 | 22 | 151 | 33 | 2C |
| Octal | 251 | 67 | 143 | 0 | 103 | 51 | 42 | 521 | 63 | 54 |
| Binary | 10101001 | 110111 | 1100011 | 0 | 1000011 | 101001 | 100010 | 101010001 | 110011 | 101100 |
Color Harmonies of #A93763
Complementary color
Monochromatic Colors of #A93763
Black with #A93763
Text Example
Text Example
White with #A93763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93763; }
p { color: rgb(169,55,99); }
H1.HeaderClassName
{
color: #A93763;
}
.AnyTagClassName
{
color: #A93763;
}
</style>
background-color css
<style>
a { background-color: #A93763; }
a { background-color: rgb(169,55,99); }
div.DivClassName
{
background-color: #A93763;
}
.BgClassName
{
background-color: #A93763;
}
</style>
border-color css
<style>
span { border-color: #A93763; }
span { border-color: rgb(169,55,99); }
td.TdClassName
{
border-color: #A93763;
}
.TagClassName
{
border-color: #A93763;
}
</style>