Shades of Rouge #A24970
Tints of Rouge #A24970
RGB
CMYK
RGB Variations
Color information
#A24970 (or 0xA24970) is known color: Rouge. HEX triplet: A2, 49 and 70. RGB value is (162,73,112). Sum of RGB (Red+Green+Blue) = 162+73+112=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24970 is #5DB68F. Grayscale: #676767. Windows color (decimal): -6141584 or 7358882. OLE color: 7358882.
HSL color Cylindrical-coordinate representation of color #A24970: hue angle of 333.71º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24970 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 112 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.36 |
| HSL | 333.71º | 0.38% | 0.46% | - |
| HSV(B) | 333.71º | 0.55% | 0.64% | - |
| XYZ | 20.21 | 13.62 | 16.89 | - |
| YUV | 104.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 112 | 0 | 0.55 | 0.31 | 0.36 | 333.71 | 0.38 | 0.46 |
| Hex | A2 | 49 | 70 | 0 | 37 | 1F | 24 | 14E | 26 | 2E |
| Octal | 242 | 111 | 160 | 0 | 67 | 37 | 44 | 516 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1110000 | 0 | 110111 | 11111 | 100100 | 101001110 | 100110 | 101110 |
Color Harmonies of #A24970
Complementary color
Monochromatic Colors of #A24970
Black with #A24970
Text Example
Text Example
White with #A24970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24970; }
p { color: rgb(162,73,112); }
H1.HeaderClassName
{
color: #A24970;
}
.AnyTagClassName
{
color: #A24970;
}
</style>
background-color css
<style>
a { background-color: #A24970; }
a { background-color: rgb(162,73,112); }
div.DivClassName
{
background-color: #A24970;
}
.BgClassName
{
background-color: #A24970;
}
</style>
border-color css
<style>
span { border-color: #A24970; }
span { border-color: rgb(162,73,112); }
td.TdClassName
{
border-color: #A24970;
}
.TagClassName
{
border-color: #A24970;
}
</style>