Shades of Rouge #A24871
Tints of Rouge #A24871
RGB
CMYK
RGB Variations
Color information
#A24871 (or 0xA24871) is known color: Rouge. HEX triplet: A2, 48 and 71. RGB value is (162,72,113). Sum of RGB (Red+Green+Blue) = 162+72+113=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24871 is #5DB78E. Grayscale: #676767. Windows color (decimal): -6141839 or 7424162. OLE color: 7424162.
HSL color Cylindrical-coordinate representation of color #A24871: hue angle of 332.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24871 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 113 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.36 |
| HSL | 332.67º | 0.38% | 0.46% | - |
| HSV(B) | 332.67º | 0.56% | 0.64% | - |
| XYZ | 20.2 | 13.51 | 17.17 | - |
| YUV | 103.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 113 | 0 | 0.56 | 0.30 | 0.36 | 332.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 71 | 0 | 38 | 1E | 24 | 14D | 26 | 2E |
| Octal | 242 | 110 | 161 | 0 | 70 | 36 | 44 | 515 | 46 | 56 |
| Binary | 10100010 | 1001000 | 1110001 | 0 | 111000 | 11110 | 100100 | 101001101 | 100110 | 101110 |
Color Harmonies of #A24871
Complementary color
Monochromatic Colors of #A24871
Black with #A24871
Text Example
Text Example
White with #A24871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24871; }
p { color: rgb(162,72,113); }
H1.HeaderClassName
{
color: #A24871;
}
.AnyTagClassName
{
color: #A24871;
}
</style>
background-color css
<style>
a { background-color: #A24871; }
a { background-color: rgb(162,72,113); }
div.DivClassName
{
background-color: #A24871;
}
.BgClassName
{
background-color: #A24871;
}
</style>
border-color css
<style>
span { border-color: #A24871; }
span { border-color: rgb(162,72,113); }
td.TdClassName
{
border-color: #A24871;
}
.TagClassName
{
border-color: #A24871;
}
</style>