Shades of Rouge #A1466B
Tints of Rouge #A1466B
RGB
CMYK
RGB Variations
Color information
#A1466B (or 0xA1466B) is known color: Rouge. HEX triplet: A1, 46 and 6B. RGB value is (161,70,107). Sum of RGB (Red+Green+Blue) = 161+70+107=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466B is #5EB994. Grayscale: #656565. Windows color (decimal): -6207893 or 7030433. OLE color: 7030433.
HSL color Cylindrical-coordinate representation of color #A1466B: hue angle of 335.6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1466B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 107 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.37 |
| HSL | 335.6º | 0.39% | 0.45% | - |
| HSV(B) | 335.6º | 0.57% | 0.63% | - |
| XYZ | 19.54 | 13.02 | 15.39 | - |
| YUV | 101.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 107 | 0 | 0.57 | 0.34 | 0.37 | 335.6 | 0.39 | 0.45 |
| Hex | A1 | 46 | 6B | 0 | 39 | 22 | 25 | 150 | 27 | 2D |
| Octal | 241 | 106 | 153 | 0 | 71 | 42 | 45 | 520 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1101011 | 0 | 111001 | 100010 | 100101 | 101010000 | 100111 | 101101 |
Color Harmonies of #A1466B
Complementary color
Monochromatic Colors of #A1466B
Black with #A1466B
Text Example
Text Example
White with #A1466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1466B; }
p { color: rgb(161,70,107); }
H1.HeaderClassName
{
color: #A1466B;
}
.AnyTagClassName
{
color: #A1466B;
}
</style>
background-color css
<style>
a { background-color: #A1466B; }
a { background-color: rgb(161,70,107); }
div.DivClassName
{
background-color: #A1466B;
}
.BgClassName
{
background-color: #A1466B;
}
</style>
border-color css
<style>
span { border-color: #A1466B; }
span { border-color: rgb(161,70,107); }
td.TdClassName
{
border-color: #A1466B;
}
.TagClassName
{
border-color: #A1466B;
}
</style>