Shades of Rouge #A04166
Tints of Rouge #A04166
RGB
CMYK
RGB Variations
Color information
#A04166 (or 0xA04166) is known color: Rouge. HEX triplet: A0, 41 and 66. RGB value is (160,65,102). Sum of RGB (Red+Green+Blue) = 160+65+102=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A04166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04166 is #5FBE99. Grayscale: #616161. Windows color (decimal): -6274714 or 6701472. OLE color: 6701472.
HSL color Cylindrical-coordinate representation of color #A04166: hue angle of 336.63º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04166 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 102 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.37 |
| HSL | 336.63º | 0.42% | 0.44% | - |
| HSV(B) | 336.63º | 0.59% | 0.63% | - |
| XYZ | 18.79 | 12.21 | 13.94 | - |
| YUV | 97.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 102 | 0 | 0.59 | 0.36 | 0.37 | 336.63 | 0.42 | 0.44 |
| Hex | A0 | 41 | 66 | 0 | 3B | 24 | 25 | 151 | 2A | 2C |
| Octal | 240 | 101 | 146 | 0 | 73 | 44 | 45 | 521 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1100110 | 0 | 111011 | 100100 | 100101 | 101010001 | 101010 | 101100 |
Color Harmonies of #A04166
Complementary color
Monochromatic Colors of #A04166
Black with #A04166
Text Example
Text Example
White with #A04166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04166; }
p { color: rgb(160,65,102); }
H1.HeaderClassName
{
color: #A04166;
}
.AnyTagClassName
{
color: #A04166;
}
</style>
background-color css
<style>
a { background-color: #A04166; }
a { background-color: rgb(160,65,102); }
div.DivClassName
{
background-color: #A04166;
}
.BgClassName
{
background-color: #A04166;
}
</style>
border-color css
<style>
span { border-color: #A04166; }
span { border-color: rgb(160,65,102); }
td.TdClassName
{
border-color: #A04166;
}
.TagClassName
{
border-color: #A04166;
}
</style>