Shades of Rouge #A1466A
Tints of Rouge #A1466A
RGB
CMYK
RGB Variations
Color information
#A1466A (or 0xA1466A) is known color: Rouge. HEX triplet: A1, 46 and 6A. RGB value is (161,70,106). Sum of RGB (Red+Green+Blue) = 161+70+106=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466A is #5EB995. Grayscale: #656565. Windows color (decimal): -6207894 or 6964897. OLE color: 6964897.
HSL color Cylindrical-coordinate representation of color #A1466A: hue angle of 336.26º 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 #A1466A is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 106 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.37 |
| HSL | 336.26º | 0.39% | 0.45% | - |
| HSV(B) | 336.26º | 0.57% | 0.63% | - |
| XYZ | 19.49 | 13 | 15.12 | - |
| YUV | 101.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 106 | 0 | 0.57 | 0.34 | 0.37 | 336.26 | 0.39 | 0.45 |
| Hex | A1 | 46 | 6A | 0 | 39 | 22 | 25 | 150 | 27 | 2D |
| Octal | 241 | 106 | 152 | 0 | 71 | 42 | 45 | 520 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1101010 | 0 | 111001 | 100010 | 100101 | 101010000 | 100111 | 101101 |
Color Harmonies of #A1466A
Complementary color
Monochromatic Colors of #A1466A
Black with #A1466A
Text Example
Text Example
White with #A1466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1466A; }
p { color: rgb(161,70,106); }
H1.HeaderClassName
{
color: #A1466A;
}
.AnyTagClassName
{
color: #A1466A;
}
</style>
background-color css
<style>
a { background-color: #A1466A; }
a { background-color: rgb(161,70,106); }
div.DivClassName
{
background-color: #A1466A;
}
.BgClassName
{
background-color: #A1466A;
}
</style>
border-color css
<style>
span { border-color: #A1466A; }
span { border-color: rgb(161,70,106); }
td.TdClassName
{
border-color: #A1466A;
}
.TagClassName
{
border-color: #A1466A;
}
</style>