Shades of Rouge #A14166
Tints of Rouge #A14166
RGB
CMYK
RGB Variations
Color information
#A14166 (or 0xA14166) is known color: Rouge. HEX triplet: A1, 41 and 66. RGB value is (161,65,102). Sum of RGB (Red+Green+Blue) = 161+65+102=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A14166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14166 is #5EBE99. Grayscale: #616161. Windows color (decimal): -6209178 or 6701473. OLE color: 6701473.
HSL color Cylindrical-coordinate representation of color #A14166: hue angle of 336.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14166 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 102 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.37 |
| HSL | 336.88º | 0.42% | 0.44% | - |
| HSV(B) | 336.88º | 0.6% | 0.63% | - |
| XYZ | 18.99 | 12.32 | 13.95 | - |
| YUV | 97.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 102 | 0 | 0.60 | 0.37 | 0.37 | 336.88 | 0.42 | 0.44 |
| Hex | A1 | 41 | 66 | 0 | 3C | 25 | 25 | 151 | 2A | 2C |
| Octal | 241 | 101 | 146 | 0 | 74 | 45 | 45 | 521 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1100110 | 0 | 111100 | 100101 | 100101 | 101010001 | 101010 | 101100 |
Color Harmonies of #A14166
Complementary color
Monochromatic Colors of #A14166
Black with #A14166
Text Example
Text Example
White with #A14166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14166; }
p { color: rgb(161,65,102); }
H1.HeaderClassName
{
color: #A14166;
}
.AnyTagClassName
{
color: #A14166;
}
</style>
background-color css
<style>
a { background-color: #A14166; }
a { background-color: rgb(161,65,102); }
div.DivClassName
{
background-color: #A14166;
}
.BgClassName
{
background-color: #A14166;
}
</style>
border-color css
<style>
span { border-color: #A14166; }
span { border-color: rgb(161,65,102); }
td.TdClassName
{
border-color: #A14166;
}
.TagClassName
{
border-color: #A14166;
}
</style>