Shades of Rouge #A64461
Tints of Rouge #A64461
RGB
CMYK
RGB Variations
Color information
#A64461 (or 0xA64461) is known color: Rouge. HEX triplet: A6, 44 and 61. RGB value is (166,68,97). Sum of RGB (Red+Green+Blue) = 166+68+97=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A64461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64461 is #59BB9E. Grayscale: #646464. Windows color (decimal): -5880735 or 6374566. OLE color: 6374566.
HSL color Cylindrical-coordinate representation of color #A64461: hue angle of 342.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64461 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 97 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.35 |
| HSL | 342.24º | 0.42% | 0.46% | - |
| HSV(B) | 342.24º | 0.59% | 0.65% | - |
| XYZ | 19.95 | 13.1 | 12.79 | - |
| YUV | 100.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 97 | 0 | 0.59 | 0.42 | 0.35 | 342.24 | 0.42 | 0.46 |
| Hex | A6 | 44 | 61 | 0 | 3B | 2A | 23 | 156 | 2A | 2E |
| Octal | 246 | 104 | 141 | 0 | 73 | 52 | 43 | 526 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1100001 | 0 | 111011 | 101010 | 100011 | 101010110 | 101010 | 101110 |
Color Harmonies of #A64461
Complementary color
Monochromatic Colors of #A64461
Black with #A64461
Text Example
Text Example
White with #A64461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64461; }
p { color: rgb(166,68,97); }
H1.HeaderClassName
{
color: #A64461;
}
.AnyTagClassName
{
color: #A64461;
}
</style>
background-color css
<style>
a { background-color: #A64461; }
a { background-color: rgb(166,68,97); }
div.DivClassName
{
background-color: #A64461;
}
.BgClassName
{
background-color: #A64461;
}
</style>
border-color css
<style>
span { border-color: #A64461; }
span { border-color: rgb(166,68,97); }
td.TdClassName
{
border-color: #A64461;
}
.TagClassName
{
border-color: #A64461;
}
</style>