Shades of Rouge #A1486B
Tints of Rouge #A1486B
RGB
CMYK
RGB Variations
Color information
#A1486B (or 0xA1486B) is known color: Rouge. HEX triplet: A1, 48 and 6B. RGB value is (161,72,107). Sum of RGB (Red+Green+Blue) = 161+72+107=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1486B is #5EB794. Grayscale: #666666. Windows color (decimal): -6207381 or 7030945. OLE color: 7030945.
HSL color Cylindrical-coordinate representation of color #A1486B: hue angle of 336.4º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1486B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 107 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.37 |
| HSL | 336.4º | 0.38% | 0.46% | - |
| HSV(B) | 336.4º | 0.55% | 0.63% | - |
| XYZ | 19.67 | 13.27 | 15.44 | - |
| YUV | 102.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 107 | 0 | 0.55 | 0.34 | 0.37 | 336.4 | 0.38 | 0.46 |
| Hex | A1 | 48 | 6B | 0 | 37 | 22 | 25 | 150 | 26 | 2E |
| Octal | 241 | 110 | 153 | 0 | 67 | 42 | 45 | 520 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1101011 | 0 | 110111 | 100010 | 100101 | 101010000 | 100110 | 101110 |
Color Harmonies of #A1486B
Complementary color
Monochromatic Colors of #A1486B
Black with #A1486B
Text Example
Text Example
White with #A1486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1486B; }
p { color: rgb(161,72,107); }
H1.HeaderClassName
{
color: #A1486B;
}
.AnyTagClassName
{
color: #A1486B;
}
</style>
background-color css
<style>
a { background-color: #A1486B; }
a { background-color: rgb(161,72,107); }
div.DivClassName
{
background-color: #A1486B;
}
.BgClassName
{
background-color: #A1486B;
}
</style>
border-color css
<style>
span { border-color: #A1486B; }
span { border-color: rgb(161,72,107); }
td.TdClassName
{
border-color: #A1486B;
}
.TagClassName
{
border-color: #A1486B;
}
</style>