Shades of Rouge #A94166
Tints of Rouge #A94166
RGB
CMYK
RGB Variations
Color information
#A94166 (or 0xA94166) is known color: Rouge. HEX triplet: A9, 41 and 66. RGB value is (169,65,102). Sum of RGB (Red+Green+Blue) = 169+65+102=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94166 is #56BE99. Grayscale: #646464. Windows color (decimal): -5684890 or 6701481. OLE color: 6701481.
HSL color Cylindrical-coordinate representation of color #A94166: hue angle of 338.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94166 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 102 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.34 |
| HSL | 338.65º | 0.44% | 0.46% | - |
| HSV(B) | 338.65º | 0.62% | 0.66% | - |
| XYZ | 20.65 | 13.17 | 14.02 | - |
| YUV | 100.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 102 | 0 | 0.62 | 0.40 | 0.34 | 338.65 | 0.44 | 0.46 |
| Hex | A9 | 41 | 66 | 0 | 3E | 28 | 22 | 153 | 2C | 2E |
| Octal | 251 | 101 | 146 | 0 | 76 | 50 | 42 | 523 | 54 | 56 |
| Binary | 10101001 | 1000001 | 1100110 | 0 | 111110 | 101000 | 100010 | 101010011 | 101100 | 101110 |
Color Harmonies of #A94166
Complementary color
Monochromatic Colors of #A94166
Black with #A94166
Text Example
Text Example
White with #A94166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94166; }
p { color: rgb(169,65,102); }
H1.HeaderClassName
{
color: #A94166;
}
.AnyTagClassName
{
color: #A94166;
}
</style>
background-color css
<style>
a { background-color: #A94166; }
a { background-color: rgb(169,65,102); }
div.DivClassName
{
background-color: #A94166;
}
.BgClassName
{
background-color: #A94166;
}
</style>
border-color css
<style>
span { border-color: #A94166; }
span { border-color: rgb(169,65,102); }
td.TdClassName
{
border-color: #A94166;
}
.TagClassName
{
border-color: #A94166;
}
</style>