Shades of Rouge #A24061
Tints of Rouge #A24061
RGB
CMYK
RGB Variations
Color information
#A24061 (or 0xA24061) is known color: Rouge. HEX triplet: A2, 40 and 61. RGB value is (162,64,97). Sum of RGB (Red+Green+Blue) = 162+64+97=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A24061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24061 is #5DBF9E. Grayscale: #616161. Windows color (decimal): -6143903 or 6373538. OLE color: 6373538.
HSL color Cylindrical-coordinate representation of color #A24061: hue angle of 339.8º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24061 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 97 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.36 |
| HSL | 339.8º | 0.43% | 0.44% | - |
| HSV(B) | 339.8º | 0.6% | 0.64% | - |
| XYZ | 18.89 | 12.21 | 12.67 | - |
| YUV | 97.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 97 | 0 | 0.60 | 0.40 | 0.36 | 339.8 | 0.43 | 0.44 |
| Hex | A2 | 40 | 61 | 0 | 3C | 28 | 24 | 154 | 2B | 2C |
| Octal | 242 | 100 | 141 | 0 | 74 | 50 | 44 | 524 | 53 | 54 |
| Binary | 10100010 | 1000000 | 1100001 | 0 | 111100 | 101000 | 100100 | 101010100 | 101011 | 101100 |
Color Harmonies of #A24061
Complementary color
Monochromatic Colors of #A24061
Black with #A24061
Text Example
Text Example
White with #A24061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24061; }
p { color: rgb(162,64,97); }
H1.HeaderClassName
{
color: #A24061;
}
.AnyTagClassName
{
color: #A24061;
}
</style>
background-color css
<style>
a { background-color: #A24061; }
a { background-color: rgb(162,64,97); }
div.DivClassName
{
background-color: #A24061;
}
.BgClassName
{
background-color: #A24061;
}
</style>
border-color css
<style>
span { border-color: #A24061; }
span { border-color: rgb(162,64,97); }
td.TdClassName
{
border-color: #A24061;
}
.TagClassName
{
border-color: #A24061;
}
</style>