Shades of Rouge #A2346B
Tints of Rouge #A2346B
RGB
CMYK
RGB Variations
Color information
#A2346B (or 0xA2346B) is known color: Rouge. HEX triplet: A2, 34 and 6B. RGB value is (162,52,107). Sum of RGB (Red+Green+Blue) = 162+52+107=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2346B is #5DCB94. Grayscale: #5B5B5B. Windows color (decimal): -6146965 or 7025826. OLE color: 7025826.
HSL color Cylindrical-coordinate representation of color #A2346B: hue angle of 330º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2346B is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 107 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.36 |
| HSL | 330º | 0.51% | 0.42% | - |
| HSV(B) | 330º | 0.68% | 0.64% | - |
| XYZ | 18.78 | 11.2 | 15.08 | - |
| YUV | 91.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 107 | 0 | 0.68 | 0.34 | 0.36 | 330 | 0.51 | 0.42 |
| Hex | A2 | 34 | 6B | 0 | 44 | 22 | 24 | 14A | 33 | 2A |
| Octal | 242 | 64 | 153 | 0 | 104 | 42 | 44 | 512 | 63 | 52 |
| Binary | 10100010 | 110100 | 1101011 | 0 | 1000100 | 100010 | 100100 | 101001010 | 110011 | 101010 |
Color Harmonies of #A2346B
Complementary color
Monochromatic Colors of #A2346B
Black with #A2346B
Text Example
Text Example
White with #A2346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2346B; }
p { color: rgb(162,52,107); }
H1.HeaderClassName
{
color: #A2346B;
}
.AnyTagClassName
{
color: #A2346B;
}
</style>
background-color css
<style>
a { background-color: #A2346B; }
a { background-color: rgb(162,52,107); }
div.DivClassName
{
background-color: #A2346B;
}
.BgClassName
{
background-color: #A2346B;
}
</style>
border-color css
<style>
span { border-color: #A2346B; }
span { border-color: rgb(162,52,107); }
td.TdClassName
{
border-color: #A2346B;
}
.TagClassName
{
border-color: #A2346B;
}
</style>