Shades of Rouge #A22C6C
Tints of Rouge #A22C6C
RGB
CMYK
RGB Variations
Color information
#A22C6C (or 0xA22C6C) is known color: Rouge. HEX triplet: A2, 2C and 6C. RGB value is (162,44,108). Sum of RGB (Red+Green+Blue) = 162+44+108=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C6C is #5DD393. Grayscale: #565656. Windows color (decimal): -6149012 or 7089314. OLE color: 7089314.
HSL color Cylindrical-coordinate representation of color #A22C6C: hue angle of 327.46º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C6C is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 108 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.36 |
| HSL | 327.46º | 0.57% | 0.4% | - |
| HSV(B) | 327.46º | 0.73% | 0.64% | - |
| XYZ | 18.51 | 10.57 | 15.25 | - |
| YUV | 86.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 108 | 0 | 0.73 | 0.33 | 0.36 | 327.46 | 0.57 | 0.4 |
| Hex | A2 | 2C | 6C | 0 | 49 | 21 | 24 | 147 | 39 | 28 |
| Octal | 242 | 54 | 154 | 0 | 111 | 41 | 44 | 507 | 71 | 50 |
| Binary | 10100010 | 101100 | 1101100 | 0 | 1001001 | 100001 | 100100 | 101000111 | 111001 | 101000 |
Color Harmonies of #A22C6C
Complementary color
Monochromatic Colors of #A22C6C
Black with #A22C6C
Text Example
Text Example
White with #A22C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C6C; }
p { color: rgb(162,44,108); }
H1.HeaderClassName
{
color: #A22C6C;
}
.AnyTagClassName
{
color: #A22C6C;
}
</style>
background-color css
<style>
a { background-color: #A22C6C; }
a { background-color: rgb(162,44,108); }
div.DivClassName
{
background-color: #A22C6C;
}
.BgClassName
{
background-color: #A22C6C;
}
</style>
border-color css
<style>
span { border-color: #A22C6C; }
span { border-color: rgb(162,44,108); }
td.TdClassName
{
border-color: #A22C6C;
}
.TagClassName
{
border-color: #A22C6C;
}
</style>