Shades of Rouge #A2345C
Tints of Rouge #A2345C
RGB
CMYK
RGB Variations
Color information
#A2345C (or 0xA2345C) is known color: Rouge. HEX triplet: A2, 34 and 5C. RGB value is (162,52,92). Sum of RGB (Red+Green+Blue) = 162+52+92=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2345C is #5DCBA3. Grayscale: #595959. Windows color (decimal): -6146980 or 6042786. OLE color: 6042786.
HSL color Cylindrical-coordinate representation of color #A2345C: hue angle of 338.18º 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 #A2345C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 92 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.36 |
| HSL | 338.18º | 0.51% | 0.42% | - |
| HSV(B) | 338.18º | 0.68% | 0.64% | - |
| XYZ | 18.06 | 10.91 | 11.28 | - |
| YUV | 89.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 92 | 0 | 0.68 | 0.43 | 0.36 | 338.18 | 0.51 | 0.42 |
| Hex | A2 | 34 | 5C | 0 | 44 | 2B | 24 | 152 | 33 | 2A |
| Octal | 242 | 64 | 134 | 0 | 104 | 53 | 44 | 522 | 63 | 52 |
| Binary | 10100010 | 110100 | 1011100 | 0 | 1000100 | 101011 | 100100 | 101010010 | 110011 | 101010 |
Color Harmonies of #A2345C
Complementary color
Monochromatic Colors of #A2345C
Black with #A2345C
Text Example
Text Example
White with #A2345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2345C; }
p { color: rgb(162,52,92); }
H1.HeaderClassName
{
color: #A2345C;
}
.AnyTagClassName
{
color: #A2345C;
}
</style>
background-color css
<style>
a { background-color: #A2345C; }
a { background-color: rgb(162,52,92); }
div.DivClassName
{
background-color: #A2345C;
}
.BgClassName
{
background-color: #A2345C;
}
</style>
border-color css
<style>
span { border-color: #A2345C; }
span { border-color: rgb(162,52,92); }
td.TdClassName
{
border-color: #A2345C;
}
.TagClassName
{
border-color: #A2345C;
}
</style>