Shades of Rouge #A2486B
Tints of Rouge #A2486B
RGB
CMYK
RGB Variations
Color information
#A2486B (or 0xA2486B) is known color: Rouge. HEX triplet: A2, 48 and 6B. RGB value is (162,72,107). Sum of RGB (Red+Green+Blue) = 162+72+107=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2486B is #5DB794. Grayscale: #666666. Windows color (decimal): -6141845 or 7030946. OLE color: 7030946.
HSL color Cylindrical-coordinate representation of color #A2486B: hue angle of 336.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 #A2486B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 107 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.36 |
| HSL | 336.67º | 0.38% | 0.46% | - |
| HSV(B) | 336.67º | 0.56% | 0.64% | - |
| XYZ | 19.87 | 13.38 | 15.44 | - |
| YUV | 102.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 107 | 0 | 0.56 | 0.34 | 0.36 | 336.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 6B | 0 | 38 | 22 | 24 | 151 | 26 | 2E |
| Octal | 242 | 110 | 153 | 0 | 70 | 42 | 44 | 521 | 46 | 56 |
| Binary | 10100010 | 1001000 | 1101011 | 0 | 111000 | 100010 | 100100 | 101010001 | 100110 | 101110 |
Color Harmonies of #A2486B
Complementary color
Monochromatic Colors of #A2486B
Black with #A2486B
Text Example
Text Example
White with #A2486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2486B; }
p { color: rgb(162,72,107); }
H1.HeaderClassName
{
color: #A2486B;
}
.AnyTagClassName
{
color: #A2486B;
}
</style>
background-color css
<style>
a { background-color: #A2486B; }
a { background-color: rgb(162,72,107); }
div.DivClassName
{
background-color: #A2486B;
}
.BgClassName
{
background-color: #A2486B;
}
</style>
border-color css
<style>
span { border-color: #A2486B; }
span { border-color: rgb(162,72,107); }
td.TdClassName
{
border-color: #A2486B;
}
.TagClassName
{
border-color: #A2486B;
}
</style>