Shades of Rouge #A2345D
Tints of Rouge #A2345D
RGB
CMYK
RGB Variations
Color information
#A2345D (or 0xA2345D) is known color: Rouge. HEX triplet: A2, 34 and 5D. RGB value is (162,52,93). Sum of RGB (Red+Green+Blue) = 162+52+93=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2345D is #5DCBA2. Grayscale: #595959. Windows color (decimal): -6146979 or 6108322. OLE color: 6108322.
HSL color Cylindrical-coordinate representation of color #A2345D: hue angle of 337.64º 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 #A2345D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 93 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.36 |
| HSL | 337.64º | 0.51% | 0.42% | - |
| HSV(B) | 337.64º | 0.68% | 0.64% | - |
| XYZ | 18.1 | 10.93 | 11.51 | - |
| YUV | 89.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 93 | 0 | 0.68 | 0.43 | 0.36 | 337.64 | 0.51 | 0.42 |
| Hex | A2 | 34 | 5D | 0 | 44 | 2B | 24 | 152 | 33 | 2A |
| Octal | 242 | 64 | 135 | 0 | 104 | 53 | 44 | 522 | 63 | 52 |
| Binary | 10100010 | 110100 | 1011101 | 0 | 1000100 | 101011 | 100100 | 101010010 | 110011 | 101010 |
Color Harmonies of #A2345D
Complementary color
Monochromatic Colors of #A2345D
Black with #A2345D
Text Example
Text Example
White with #A2345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2345D; }
p { color: rgb(162,52,93); }
H1.HeaderClassName
{
color: #A2345D;
}
.AnyTagClassName
{
color: #A2345D;
}
</style>
background-color css
<style>
a { background-color: #A2345D; }
a { background-color: rgb(162,52,93); }
div.DivClassName
{
background-color: #A2345D;
}
.BgClassName
{
background-color: #A2345D;
}
</style>
border-color css
<style>
span { border-color: #A2345D; }
span { border-color: rgb(162,52,93); }
td.TdClassName
{
border-color: #A2345D;
}
.TagClassName
{
border-color: #A2345D;
}
</style>