Shades of Rouge #A93961
Tints of Rouge #A93961
RGB
CMYK
RGB Variations
Color information
#A93961 (or 0xA93961) is known color: Rouge. HEX triplet: A9, 39 and 61. RGB value is (169,57,97). Sum of RGB (Red+Green+Blue) = 169+57+97=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A93961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93961 is #56C69E. Grayscale: #5E5E5E. Windows color (decimal): -5686943 or 6371753. OLE color: 6371753.
HSL color Cylindrical-coordinate representation of color #A93961: hue angle of 338.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93961 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 97 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.34 |
| HSL | 338.57º | 0.5% | 0.44% | - |
| HSV(B) | 338.57º | 0.66% | 0.66% | - |
| XYZ | 19.98 | 12.22 | 12.62 | - |
| YUV | 95.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 97 | 0 | 0.66 | 0.43 | 0.34 | 338.57 | 0.5 | 0.44 |
| Hex | A9 | 39 | 61 | 0 | 42 | 2B | 22 | 153 | 32 | 2C |
| Octal | 251 | 71 | 141 | 0 | 102 | 53 | 42 | 523 | 62 | 54 |
| Binary | 10101001 | 111001 | 1100001 | 0 | 1000010 | 101011 | 100010 | 101010011 | 110010 | 101100 |
Color Harmonies of #A93961
Complementary color
Monochromatic Colors of #A93961
Black with #A93961
Text Example
Text Example
White with #A93961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93961; }
p { color: rgb(169,57,97); }
H1.HeaderClassName
{
color: #A93961;
}
.AnyTagClassName
{
color: #A93961;
}
</style>
background-color css
<style>
a { background-color: #A93961; }
a { background-color: rgb(169,57,97); }
div.DivClassName
{
background-color: #A93961;
}
.BgClassName
{
background-color: #A93961;
}
</style>
border-color css
<style>
span { border-color: #A93961; }
span { border-color: rgb(169,57,97); }
td.TdClassName
{
border-color: #A93961;
}
.TagClassName
{
border-color: #A93961;
}
</style>