Shades of Rouge #A64465
Tints of Rouge #A64465
RGB
CMYK
RGB Variations
Color information
#A64465 (or 0xA64465) is known color: Rouge. HEX triplet: A6, 44 and 65. RGB value is (166,68,101). Sum of RGB (Red+Green+Blue) = 166+68+101=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64465 is #59BB9A. Grayscale: #656565. Windows color (decimal): -5880731 or 6636710. OLE color: 6636710.
HSL color Cylindrical-coordinate representation of color #A64465: hue angle of 339.8º 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 #A64465 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 101 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.35 |
| HSL | 339.8º | 0.42% | 0.46% | - |
| HSV(B) | 339.8º | 0.59% | 0.65% | - |
| XYZ | 20.14 | 13.18 | 13.79 | - |
| YUV | 101.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 101 | 0 | 0.59 | 0.39 | 0.35 | 339.8 | 0.42 | 0.46 |
| Hex | A6 | 44 | 65 | 0 | 3B | 27 | 23 | 154 | 2A | 2E |
| Octal | 246 | 104 | 145 | 0 | 73 | 47 | 43 | 524 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1100101 | 0 | 111011 | 100111 | 100011 | 101010100 | 101010 | 101110 |
Color Harmonies of #A64465
Complementary color
Monochromatic Colors of #A64465
Black with #A64465
Text Example
Text Example
White with #A64465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64465; }
p { color: rgb(166,68,101); }
H1.HeaderClassName
{
color: #A64465;
}
.AnyTagClassName
{
color: #A64465;
}
</style>
background-color css
<style>
a { background-color: #A64465; }
a { background-color: rgb(166,68,101); }
div.DivClassName
{
background-color: #A64465;
}
.BgClassName
{
background-color: #A64465;
}
</style>
border-color css
<style>
span { border-color: #A64465; }
span { border-color: rgb(166,68,101); }
td.TdClassName
{
border-color: #A64465;
}
.TagClassName
{
border-color: #A64465;
}
</style>