Shades of Rouge #A93C6C
Tints of Rouge #A93C6C
RGB
CMYK
RGB Variations
Color information
#A93C6C (or 0xA93C6C) is known color: Rouge. HEX triplet: A9, 3C and 6C. RGB value is (169,60,108). Sum of RGB (Red+Green+Blue) = 169+60+108=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C6C is #56C393. Grayscale: #616161. Windows color (decimal): -5686164 or 7093417. OLE color: 7093417.
HSL color Cylindrical-coordinate representation of color #A93C6C: hue angle of 333.58º 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 #A93C6C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 108 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.34 |
| HSL | 333.58º | 0.48% | 0.45% | - |
| HSV(B) | 333.58º | 0.64% | 0.66% | - |
| XYZ | 20.68 | 12.75 | 15.56 | - |
| YUV | 98.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 108 | 0 | 0.64 | 0.36 | 0.34 | 333.58 | 0.48 | 0.45 |
| Hex | A9 | 3C | 6C | 0 | 40 | 24 | 22 | 14E | 30 | 2D |
| Octal | 251 | 74 | 154 | 0 | 100 | 44 | 42 | 516 | 60 | 55 |
| Binary | 10101001 | 111100 | 1101100 | 0 | 1000000 | 100100 | 100010 | 101001110 | 110000 | 101101 |
Color Harmonies of #A93C6C
Complementary color
Monochromatic Colors of #A93C6C
Black with #A93C6C
Text Example
Text Example
White with #A93C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C6C; }
p { color: rgb(169,60,108); }
H1.HeaderClassName
{
color: #A93C6C;
}
.AnyTagClassName
{
color: #A93C6C;
}
</style>
background-color css
<style>
a { background-color: #A93C6C; }
a { background-color: rgb(169,60,108); }
div.DivClassName
{
background-color: #A93C6C;
}
.BgClassName
{
background-color: #A93C6C;
}
</style>
border-color css
<style>
span { border-color: #A93C6C; }
span { border-color: rgb(169,60,108); }
td.TdClassName
{
border-color: #A93C6C;
}
.TagClassName
{
border-color: #A93C6C;
}
</style>