Shades of Rouge #A63169
Tints of Rouge #A63169
RGB
CMYK
RGB Variations
Color information
#A63169 (or 0xA63169) is known color: Rouge. HEX triplet: A6, 31 and 69. RGB value is (166,49,105). Sum of RGB (Red+Green+Blue) = 166+49+105=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63169 is #59CE96. Grayscale: #5A5A5A. Windows color (decimal): -5885591 or 6893990. OLE color: 6893990.
HSL color Cylindrical-coordinate representation of color #A63169: hue angle of 331.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63169 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 105 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.35 |
| HSL | 331.28º | 0.54% | 0.42% | - |
| HSV(B) | 331.28º | 0.7% | 0.65% | - |
| XYZ | 19.37 | 11.32 | 14.53 | - |
| YUV | 90.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 105 | 0 | 0.70 | 0.37 | 0.35 | 331.28 | 0.54 | 0.42 |
| Hex | A6 | 31 | 69 | 0 | 46 | 25 | 23 | 14B | 36 | 2A |
| Octal | 246 | 61 | 151 | 0 | 106 | 45 | 43 | 513 | 66 | 52 |
| Binary | 10100110 | 110001 | 1101001 | 0 | 1000110 | 100101 | 100011 | 101001011 | 110110 | 101010 |
Color Harmonies of #A63169
Complementary color
Monochromatic Colors of #A63169
Black with #A63169
Text Example
Text Example
White with #A63169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63169; }
p { color: rgb(166,49,105); }
H1.HeaderClassName
{
color: #A63169;
}
.AnyTagClassName
{
color: #A63169;
}
</style>
background-color css
<style>
a { background-color: #A63169; }
a { background-color: rgb(166,49,105); }
div.DivClassName
{
background-color: #A63169;
}
.BgClassName
{
background-color: #A63169;
}
</style>
border-color css
<style>
span { border-color: #A63169; }
span { border-color: rgb(166,49,105); }
td.TdClassName
{
border-color: #A63169;
}
.TagClassName
{
border-color: #A63169;
}
</style>