Shades of Rouge #A93C68
Tints of Rouge #A93C68
RGB
CMYK
RGB Variations
Color information
#A93C68 (or 0xA93C68) is known color: Rouge. HEX triplet: A9, 3C and 68. RGB value is (169,60,104). Sum of RGB (Red+Green+Blue) = 169+60+104=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C68 is #56C397. Grayscale: #616161. Windows color (decimal): -5686168 or 6831273. OLE color: 6831273.
HSL color Cylindrical-coordinate representation of color #A93C68: hue angle of 335.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93C68 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 104 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.34 |
| HSL | 335.78º | 0.48% | 0.45% | - |
| HSV(B) | 335.78º | 0.64% | 0.66% | - |
| XYZ | 20.48 | 12.67 | 14.46 | - |
| YUV | 97.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 104 | 0 | 0.64 | 0.38 | 0.34 | 335.78 | 0.48 | 0.45 |
| Hex | A9 | 3C | 68 | 0 | 40 | 26 | 22 | 150 | 30 | 2D |
| Octal | 251 | 74 | 150 | 0 | 100 | 46 | 42 | 520 | 60 | 55 |
| Binary | 10101001 | 111100 | 1101000 | 0 | 1000000 | 100110 | 100010 | 101010000 | 110000 | 101101 |
Color Harmonies of #A93C68
Complementary color
Monochromatic Colors of #A93C68
Black with #A93C68
Text Example
Text Example
White with #A93C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C68; }
p { color: rgb(169,60,104); }
H1.HeaderClassName
{
color: #A93C68;
}
.AnyTagClassName
{
color: #A93C68;
}
</style>
background-color css
<style>
a { background-color: #A93C68; }
a { background-color: rgb(169,60,104); }
div.DivClassName
{
background-color: #A93C68;
}
.BgClassName
{
background-color: #A93C68;
}
</style>
border-color css
<style>
span { border-color: #A93C68; }
span { border-color: rgb(169,60,104); }
td.TdClassName
{
border-color: #A93C68;
}
.TagClassName
{
border-color: #A93C68;
}
</style>