Shades of Rouge #A93C6B
Tints of Rouge #A93C6B
RGB
CMYK
RGB Variations
Color information
#A93C6B (or 0xA93C6B) is known color: Rouge. HEX triplet: A9, 3C and 6B. RGB value is (169,60,107). Sum of RGB (Red+Green+Blue) = 169+60+107=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C6B is #56C394. Grayscale: #616161. Windows color (decimal): -5686165 or 7027881. OLE color: 7027881.
HSL color Cylindrical-coordinate representation of color #A93C6B: hue angle of 334.13º 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 #A93C6B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 107 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.34 |
| HSL | 334.13º | 0.48% | 0.45% | - |
| HSV(B) | 334.13º | 0.64% | 0.66% | - |
| XYZ | 20.63 | 12.73 | 15.28 | - |
| YUV | 97.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 107 | 0 | 0.64 | 0.37 | 0.34 | 334.13 | 0.48 | 0.45 |
| Hex | A9 | 3C | 6B | 0 | 40 | 25 | 22 | 14E | 30 | 2D |
| Octal | 251 | 74 | 153 | 0 | 100 | 45 | 42 | 516 | 60 | 55 |
| Binary | 10101001 | 111100 | 1101011 | 0 | 1000000 | 100101 | 100010 | 101001110 | 110000 | 101101 |
Color Harmonies of #A93C6B
Complementary color
Monochromatic Colors of #A93C6B
Black with #A93C6B
Text Example
Text Example
White with #A93C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C6B; }
p { color: rgb(169,60,107); }
H1.HeaderClassName
{
color: #A93C6B;
}
.AnyTagClassName
{
color: #A93C6B;
}
</style>
background-color css
<style>
a { background-color: #A93C6B; }
a { background-color: rgb(169,60,107); }
div.DivClassName
{
background-color: #A93C6B;
}
.BgClassName
{
background-color: #A93C6B;
}
</style>
border-color css
<style>
span { border-color: #A93C6B; }
span { border-color: rgb(169,60,107); }
td.TdClassName
{
border-color: #A93C6B;
}
.TagClassName
{
border-color: #A93C6B;
}
</style>