Shades of Rouge #A2486F
Tints of Rouge #A2486F
RGB
CMYK
RGB Variations
Color information
#A2486F (or 0xA2486F) is known color: Rouge. HEX triplet: A2, 48 and 6F. RGB value is (162,72,111). Sum of RGB (Red+Green+Blue) = 162+72+111=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2486F is #5DB790. Grayscale: #676767. Windows color (decimal): -6141841 or 7293090. OLE color: 7293090.
HSL color Cylindrical-coordinate representation of color #A2486F: hue angle of 334º 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 #A2486F is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 111 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.36 |
| HSL | 334º | 0.38% | 0.46% | - |
| HSV(B) | 334º | 0.56% | 0.64% | - |
| XYZ | 20.09 | 13.46 | 16.58 | - |
| YUV | 103.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 111 | 0 | 0.56 | 0.31 | 0.36 | 334 | 0.38 | 0.46 |
| Hex | A2 | 48 | 6F | 0 | 38 | 1F | 24 | 14E | 26 | 2E |
| Octal | 242 | 110 | 157 | 0 | 70 | 37 | 44 | 516 | 46 | 56 |
| Binary | 10100010 | 1001000 | 1101111 | 0 | 111000 | 11111 | 100100 | 101001110 | 100110 | 101110 |
Color Harmonies of #A2486F
Complementary color
Monochromatic Colors of #A2486F
Black with #A2486F
Text Example
Text Example
White with #A2486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2486F; }
p { color: rgb(162,72,111); }
H1.HeaderClassName
{
color: #A2486F;
}
.AnyTagClassName
{
color: #A2486F;
}
</style>
background-color css
<style>
a { background-color: #A2486F; }
a { background-color: rgb(162,72,111); }
div.DivClassName
{
background-color: #A2486F;
}
.BgClassName
{
background-color: #A2486F;
}
</style>
border-color css
<style>
span { border-color: #A2486F; }
span { border-color: rgb(162,72,111); }
td.TdClassName
{
border-color: #A2486F;
}
.TagClassName
{
border-color: #A2486F;
}
</style>